Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file NtUserGetClassInfo.c.
11{
16
17#ifdef _M_AMD64
18 skip(
"Test is broken on x64.\n");
19 return;
20#endif
21
25
38
40
44
58
59}
BOOL NTAPI NtUserGetClassInfo(HINSTANCE hInstance, PUNICODE_STRING ClassName, LPWNDCLASSEXW wcex, LPWSTR *ppszMenuName, BOOL Ansi)
HBRUSH WINAPI CreateSolidBrush(_In_ COLORREF)
BOOL WINAPI GetClassInfoExW(_In_opt_ HINSTANCE, _In_ LPCWSTR, _Out_ LPWNDCLASSEXW)
ATOM WINAPI RegisterClassExW(_In_ CONST WNDCLASSEXW *)
struct _WNDCLASSEXW WNDCLASSEXW