ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <screenshot.h>
Public Attributes | |
HWND | hSelf |
HDC | hDC |
HBITMAP | hBitmap |
LPBITMAPINFO | lpbi |
LPVOID | lpvBits |
INT | Width |
INT | Height |
Definition at line 4 of file screenshot.h.
HBITMAP _SCREENSHOT::hBitmap |
Definition at line 8 of file screenshot.h.
Referenced by _tWinMain(), CaptureScreen(), and ConvertDDBtoDIB().
HDC _SCREENSHOT::hDC |
Definition at line 7 of file screenshot.h.
Referenced by _tWinMain(), CaptureScreen(), and ConvertDDBtoDIB().
INT _SCREENSHOT::Height |
Definition at line 12 of file screenshot.h.
Referenced by CaptureScreen(), and ConvertDDBtoDIB().
HWND _SCREENSHOT::hSelf |
Definition at line 6 of file screenshot.h.
Referenced by _tWinMain(), and CaptureScreen().
LPBITMAPINFO _SCREENSHOT::lpbi |
Definition at line 9 of file screenshot.h.
Referenced by _tWinMain(), ConvertDDBtoDIB(), and DoWriteFile().
LPVOID _SCREENSHOT::lpvBits |
Definition at line 10 of file screenshot.h.
Referenced by _tWinMain(), ConvertDDBtoDIB(), and DoWriteFile().
INT _SCREENSHOT::Width |
Definition at line 11 of file screenshot.h.
Referenced by CaptureScreen().