Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiDdCreateDirectDrawObject.c.
18 "NtGdiDdCreateDirectDrawObject() succeeded on NULL device context\n");
19 if (hDirectDraw !=
NULL)
22 "NtGdiDdDeleteDirectDrawObject() failed on unwanted object\n");
32 ok(hDirectDraw !=
NULL,
"NtGdiDdCreateDirectDrawObject() failed\n");
33 if (hDirectDraw !=
NULL)
36 "NtGdiDdDeleteDirectDrawObject() failed\n");
__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)