Go to the source code of this file.
◆ START_TEST()
◆ Test_SetMapMode()
Definition at line 11 of file SetMapMode.c.
14 SIZE WindowExt, ViewportExt;
19 ok(
hDC != 0,
"CreateCompatibleDC failed, skipping tests.\n");
#define ERROR_INVALID_PARAMETER
BOOL WINAPI GetCurrentPositionEx(_In_ HDC, _Out_ LPPOINT)
BOOL WINAPI SetWindowExtEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPSIZE)
HDC WINAPI GetDC(_In_opt_ HWND)
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
#define ok_long(expression, result)
BOOL WINAPI MoveToEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPPOINT)
int WINAPI SetMapMode(_In_ HDC, _In_ int)
BOOL WINAPI GetViewportExtEx(_In_ HDC, _Out_ LPSIZE)
BOOL WINAPI GetWindowExtEx(_In_ HDC, _Out_ LPSIZE)
int WINAPI GetDeviceCaps(_In_opt_ HDC, _In_ int)
BOOL WINAPI DeleteDC(_In_ HDC)
BOOL WINAPI SetViewportExtEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPSIZE)
Referenced by START_TEST().