Go to the source code of this file.
◆ NTSTATUS()
◆ START_TEST()
Definition at line 14 of file NtGdiFlushUserBatch.c.
15{
18
20 if (pNtGdiFlushUserBatch ==
NULL)
21 return APISTATUS_NOT_FOUND;
22
24 ok(pTeb !=
NULL,
"pTeb was NULL.\n");
25
26 pRet = (
PVOID)pNtGdiFlushUserBatch();
27
28 ok(pRet !=
NULL,
"pRet was NULL.\n");
30
34
35
36 pTeb->InDbgPrint = 1;
40
41 pRet = (
PVOID)pNtGdiFlushUserBatch();
43
44 ok_int(pTeb->InDbgPrint, 0);
48}
#define ok_long(expression, result)
#define ok_int(expression, result)
#define ok_ptr(expression, result)
#define GetProcAddress(x, y)
GDI_TEB_BATCH GdiTebBatch