19 ACTCTXW
ActCtx = {
sizeof(ACTCTX)};
38 hwnd =
CreateWindowExW(0,
TOOLBARCLASSNAMEW,
L"Test", 0, 0, 0, 0, 0, 0, 0, 0,
NULL);
70 hwnd =
CreateWindowExW(0,
TOOLBARCLASSNAMEW,
L"Test", 0, 0, 0, 0, 0, 0, 0, 0,
NULL);
74 ok(bsize == 0x160017,
"Expected 0x160017 got %lx\n", bsize);
78 ok(bsize == 0x160018,
"Expected 0x160018 got %lx\n", bsize);
82 ok(bsize == 0x160017,
"Expected 0x160017 got %lx\n", bsize);
86 ok(bsize == 0x160017,
"Expected 0x160017 got %lx\n", bsize);
90 ok(bsize == 0x160017,
"Expected 0x160017 got %lx\n", bsize);
94 ok(bsize == 0x170017,
"Expected 0x170017 got %lx\n", bsize);
104 hwnd =
CreateWindowExW(0,
TOOLBARCLASSNAMEW,
L"Test", 0, 0, 0, 0, 0, 0, 0, 0,
NULL);
108 ok(bsize == 0x60007,
"Expected 0x60007 got %lx\n", bsize);
115 ok(bsize == 0x10001,
"Expected 0x10001 got %lx\n", bsize);
118 ok(bsize == 0x20002 || bsize == 0xe0002,
"Expected 0x20002 got %lx\n", bsize);
124 ok(bsize == 0x20002,
"Expected 0x20002 got %lx\n", bsize);
127 ok(bsize == 0x10001,
"Expected 0x10001 got %lx\n", bsize);
132 ok(bsize == 0x160006,
"Expected 0x160006 got %lx\n", bsize);
135 ok(bsize == 0x10001,
"Expected 0x10001 got %lx\n", bsize);
142 ok(bsize == 0x10001,
"Expected 0x10001 got %lx\n", bsize);
145 ok(bsize == 0x160006,
"Expected 0x160006 got %lx\n", bsize);
152 ok(bsize == 0x170007,
"Expected 0x170007 got %lx\n", bsize);
159 ok(bsize == 0x170008,
"Expected 0x170008 got %lx\n", bsize);
168 ok(bsize == 0x1a0016,
"Expected 0x1a0016 got %lx\n", bsize);
180 hwnd =
CreateWindowExW(0,
TOOLBARCLASSNAMEW,
L"Test", 0, 0, 0, 0, 0, 0, 0, 0,
NULL);
185 ok (lres == 0,
"Got %d result\n", (
int)lres);
192 ok (lres == 0,
"Got %lu result\n", lres);
205 hwnd =
CreateWindowExW(0,
TOOLBARCLASSNAMEW,
L"Test", 0, 0, 0, 0, 0, 0, 0, 0,
NULL);
#define INVALID_HANDLE_VALUE
static const WCHAR version[]
static const WCHAR separator[]
BOOL WINAPI DeactivateActCtx(IN DWORD dwFlags, IN ULONG_PTR ulCookie)
BOOL WINAPI ActivateActCtx(IN HANDLE hActCtx, OUT PULONG_PTR ulCookie)
DWORD WINAPI GetModuleFileNameW(HINSTANCE hModule, LPWSTR lpFilename, DWORD nSize)
HANDLE WINAPI CreateActCtxW(PCACTCTXW pActCtx)
GLsizei GLenum const GLvoid GLuint GLsizei GLfloat * metrics
_In_ PCWSTR _Out_ PVOID * ActCtx
#define TOOLBARCLASSNAMEW
#define TBMF_BUTTONSPACING
_CRTIMP wchar_t *__cdecl wcscpy(_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
HRESULT WINAPI SetWindowTheme(_In_ HWND hwnd, _In_ LPCWSTR pszSubAppName, _In_ LPCWSTR pszSubIdList)
HWND WINAPI CreateWindowExW(_In_ DWORD dwExStyle, _In_opt_ LPCWSTR lpClassName, _In_opt_ LPCWSTR lpWindowName, _In_ DWORD dwStyle, _In_ int X, _In_ int Y, _In_ int nWidth, _In_ int nHeight, _In_opt_ HWND hWndParent, _In_opt_ HMENU hMenu, _In_opt_ HINSTANCE hInstance, _In_opt_ LPVOID lpParam)
BOOL WINAPI DestroyWindow(_In_ HWND)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)