Go to the source code of this file.
◆ START_TEST()
Definition at line 200 of file NtGdiCreateBitmap.c.
201{
202
204
205
206}
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
61
62
66
67
71
72
84
85
90
93
94
106
107
111
112
118
123
128
133
138
143
145
148
149
153
154
159
160
172
173
174
178
179
183
184
188
189
193
194
198}
#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().