Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiDdCreateDirectDrawObject.c.
11{
15
18 "NtGdiDdCreateDirectDrawObject() succeeded on NULL device context\n");
19 if (hDirectDraw !=
NULL)
20 {
22 "NtGdiDdDeleteDirectDrawObject() failed on unwanted object\n");
23 }
24
26 {
28 return;
29 }
30
32 ok(hDirectDraw !=
NULL,
"NtGdiDdCreateDirectDrawObject() failed\n");
33 if (hDirectDraw !=
NULL)
34 {
36 "NtGdiDdDeleteDirectDrawObject() failed\n");
37 }
38
40}
__kernel_entry W32KAPI BOOL APIENTRY NtGdiDdDeleteDirectDrawObject(_In_ HANDLE hDirectDrawLocal)
__kernel_entry W32KAPI HANDLE APIENTRY NtGdiDdCreateDirectDrawObject(_In_ HDC hdc)
BOOL WINAPI DeleteDC(_In_ HDC)
HDC WINAPI CreateDCW(_In_opt_ LPCWSTR pszDriver, _In_opt_ LPCWSTR pszDevice, _In_opt_ LPCWSTR psz, _In_opt_ const DEVMODEW *pdmInit)