ReactOS
0.4.16-dev-329-g9223134
screenshot.h
Go to the documentation of this file.
1
#include <windows.h>
2
#include <tchar.h>
3
4
typedef
struct
_SCREENSHOT
5
{
6
HWND
hSelf
;
7
HDC
hDC
;
8
HBITMAP
hBitmap
;
9
LPBITMAPINFO
lpbi
;
10
LPVOID
lpvBits
;
11
INT
Width
;
12
INT
Height
;
13
}
SCREENSHOT
, *
PSCREENSHOT
;
14
15
//INT WINAPI GetScreenshot(VOID);
void
Definition:
nsiface.idl:2307
HBITMAP
static HBITMAP
Definition:
button.c:44
HDC
static HDC
Definition:
imagelist.c:88
PSCREENSHOT
struct _SCREENSHOT * PSCREENSHOT
SCREENSHOT
struct _SCREENSHOT SCREENSHOT
_SCREENSHOT
Definition:
screenshot.h:5
_SCREENSHOT::hSelf
HWND hSelf
Definition:
screenshot.h:6
_SCREENSHOT::lpvBits
LPVOID lpvBits
Definition:
screenshot.h:10
_SCREENSHOT::hBitmap
HBITMAP hBitmap
Definition:
screenshot.h:8
_SCREENSHOT::lpbi
LPBITMAPINFO lpbi
Definition:
screenshot.h:9
_SCREENSHOT::Height
INT Height
Definition:
screenshot.h:12
_SCREENSHOT::hDC
HDC hDC
Definition:
screenshot.h:7
_SCREENSHOT::Width
INT Width
Definition:
screenshot.h:11
tagBITMAPINFO
Definition:
wingdi.h:1475
INT
int32_t INT
Definition:
typedefs.h:58
modules
rosapps
applications
sysutils
screenshot
screenshot.h
Generated on Sat Dec 7 2024 06:06:23 for ReactOS by
1.9.6