///////////////////////////////////////////////////////////////////////////// //FUNCTION HEADER ///////////////////////////////////////////////////////////////////////////// #ifndef SnaperHelperLib_H #define SnaperHelperLib_H #ifdef __cplusplus extern "C" { #endif HBITMAP WINAPI GetDesktopImage(LPSIZE lpSize = NULL); HBITMAP WINAPI GetWindowImage(LPSIZE lpSize = NULL); HBITMAP WINAPI GetRegionImage(LPSIZE lpSize = NULL); HBITMAP WINAPI GetClipboardImage(LPSIZE lpSize = NULL, BOOL bPlaySound = TRUE); BOOL WINAPI TrapPrintScreen(HWND hWnd); BOOL WINAPI UnTrapPrintScreen(HWND hWnd); const UINT UWM_PRINTSCREEN = RegisterWindowMessage("UWM_PRINTSCREEN"); #ifdef __cplusplus } #endif #endif;
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
Skills that self-taught computer programmers lack