Go to the source code of this file.
◆ START_TEST()
START_TEST |
( |
NtUserGetIconInfo |
| ) |
|
Definition at line 10 of file NtUserGetIconInfo.c.
11{
18
20
21
24
25
28
30
33
39
42
43
45
51
54
55
57
63
66
69
71
72
76 0,
77 0,
79
81
84
86 &iinfo,
87 &hInstStr,
88 &ResourceStr,
91
95
96
98 &iinfo,
99 &hInstStr,
100 &ResourceStr,
103
107
109
110
114 0,
115 0,
117
119
124
126 &iinfo,
127 &hInstStr,
128 &ResourceStr,
131
139
143
145 &iinfo,
146 &hInstStr,
147 &ResourceStr,
150
156
158
159}
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
BOOL NTAPI NtUserDestroyCursor(_In_ HANDLE Handle, _In_ BOOL bForce)
DWORD_PTR NTAPI NtUserCallOneParam(DWORD_PTR Param, DWORD Routine)
NTSYSAPI VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
#define _ONEPARAM_ROUTINE_CREATEEMPTYCUROBJECT
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)
HANDLE WINAPI LoadImageA(_In_opt_ HINSTANCE hInst, _In_ LPCSTR name, _In_ UINT type, _In_ int cx, _In_ int cy, _In_ UINT fuLoad)
BOOL WINAPI DestroyIcon(_In_ HICON)