Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file SetWindowPlacement.c.
11{
15
18
24
26 wndpl.
length =
sizeof(wndpl);
30
36
38 wndpl.
length =
sizeof(wndpl);
42
44}
#define ok_int(expression, result)
#define ERROR_INVALID_PARAMETER
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
BOOL WINAPI GetWindowPlacement(_In_ HWND, _Inout_ WINDOWPLACEMENT *)
#define CreateWindowW(a, b, c, d, e, f, g, h, i, j, k)
BOOL WINAPI SetWindowPlacement(_In_ HWND hWnd, _In_ const WINDOWPLACEMENT *)
BOOL WINAPI DestroyWindow(_In_ HWND)