Go to the source code of this file.
◆ START_TEST()
START_TEST |
( |
NtUserGetIconInfo |
| ) |
|
Definition at line 11 of file NtUserGetIconInfo.c.
12{
19
21
22
25
26
29
31
34
40
43
44
46
52
55
56
58
64
67
70
72
73
77 0,
78 0,
80
82
85
87 &iinfo,
88 &hInstStr,
89 &ResourceStr,
92
96
97
99 &iinfo,
100 &hInstStr,
101 &ResourceStr,
104
108
110
111
115 0,
116 0,
118
120
125
127 &iinfo,
128 &hInstStr,
129 &ResourceStr,
132
140
144
146 &iinfo,
147 &hInstStr,
148 &ResourceStr,
151
157
159
160}
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)