Go to the source code of this file.
◆ START_TEST()
START_TEST |
( |
DestroyCursorIcon |
| ) |
|
Definition at line 4 of file DestroyCursorIcon.c.
21 ok(hicon != 0,
"should not fail\n");
27 ok(hcursor != 0,
"should not fail\n");
36 ok(hcursor != 0,
"\n");
BOOL WINAPI DestroyIcon(_In_ HICON)
BOOL WINAPI DeleteObject(_In_ HGDIOBJ)
BOOL WINAPI GetIconInfo(_In_ HICON, _Out_ PICONINFO)
BOOL WINAPI DestroyCursor(_In_ HCURSOR)
HICON WINAPI CreateIconIndirect(_In_ PICONINFO)
HBITMAP WINAPI CreateBitmap(_In_ INT cx, _In_ INT cy, _In_ UINT cPlanes, _In_ UINT cBitsPerPel, _In_opt_ const VOID *pvBits)