NAME

META_SETWINDOWORG

NEAREST API CALL

#include <windows.h>
BOOL32 SetWindowOrgEx
(
	HDC32 hdc,
	INT32 x,
	INT32 y,
	LPPOINT32 pt
);

DESCRIPTION

U16 Value
0 y
1 x
SetWindowOrg sets the logical window origin to these values, see this file for explanation.

back