Go to the source code of this file.
◆ START_TEST()
Definition at line 207 of file NtGdiCreateBitmap.c.
208{
209
211
212
213}
void Test_NtGdiCreateBitmap_Params(void)
◆ Test_NtGdiCreateBitmap_Params()
void Test_NtGdiCreateBitmap_Params |
( |
void |
| ) |
|
Definition at line 10 of file NtGdiCreateBitmap.c.
11{
15
16
21
22
26
27
31
32
36
37
41
42
46
47
51
52
56
57#ifndef _WIN64
58
62#endif
63
64
68
69
73
74
78
79
91
92
97
100
101
113
114
118
119
125
130
135
140
145
150
152
155
156
160
161
166
167
179
180
181
185
186
190
191
195
196
200
201
205}
#define ok_long(expression, result)
#define ok_int(expression, result)
#define ok_ptr(expression, result)
#define ERROR_NOT_ENOUGH_MEMORY
#define ERROR_INVALID_PARAMETER
__kernel_entry W32KAPI HBITMAP APIENTRY NtGdiCreateBitmap(_In_ INT cx, _In_ INT cy, _In_ UINT cPlanes, _In_ UINT cBPP, _In_opt_ LPBYTE pjInit)
DWORD WINAPI GetLastError(void)
Referenced by START_TEST().