Go to the source code of this file.
◆ START_TEST()
START_TEST |
( |
DestroyCursorIcon |
| ) |
|
Definition at line 4 of file DestroyCursorIcon.c.
5{
9
11
14
15
16
17
18
21 ok(hicon != 0,
"should not fail\n");
24
27 ok(hcursor != 0,
"should not fail\n");
30
31
33
34
36 ok(hcursor != 0,
"\n");
37
38
40
41
47
48
51}
HBITMAP WINAPI CreateBitmap(_In_ INT cx, _In_ INT cy, _In_ UINT cPlanes, _In_ UINT cBitsPerPel, _In_opt_ const VOID *pvBits)
HICON WINAPI CreateIconIndirect(_In_ PICONINFO)
BOOL WINAPI DestroyCursor(_In_ HCURSOR)
BOOL WINAPI GetIconInfo(_In_ HICON, _Out_ PICONINFO)
BOOL WINAPI DestroyIcon(_In_ HICON)