Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiGetBitmapBits.c.
11{
12 BYTE Bits[50] = {0,1,2,3,4,5,6,7,8,9};
14
18
19
23
24
30
33
34
36
37
39
40
42
43
45
46
48
49
51
52
54
56
58
59
61
62
64
66
68}
#define ok_long(expression, result)
#define ERROR_INVALID_HANDLE
__kernel_entry W32KAPI LONG APIENTRY NtGdiGetBitmapBits(_In_ HBITMAP hbm, _In_ ULONG cjMax, _Out_writes_bytes_opt_(cjMax) PBYTE pjOut)
DWORD WINAPI GetLastError(void)
HBITMAP WINAPI CreateBitmap(_In_ INT cx, _In_ INT cy, _In_ UINT cPlanes, _In_ UINT cBitsPerPel, _In_opt_ const VOID *pvBits)
HPEN WINAPI CreatePen(_In_ int, _In_ int, _In_ COLORREF)