Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtGdiDdDeleteDirectDrawObject.c.
11{
15
17 "NtGdiDdDeleteDirectDrawObject() succeeded on NULL object\n");
18
20 {
22 return;
23 }
24
26 ok(hDirectDraw !=
NULL,
"NtGdiDdCreateDirectDrawObject() failed\n");
27
28 if (hDirectDraw ==
NULL)
29 {
30 skip(
"No DirectDrawObject\n");
32 return;
33 }
34
36 "NtGdiDdDeleteDirectDrawObject() failed on existing object\n");
38 "NtGdiDdDeleteDirectDrawObject() succeeded on deleted object\n");
39
41}
__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)