NAME
META_OFFSETWINDOWORG
NEAREST API CALL
#include <windows.h>
BOOL32 OffsetWindowOrgEx
(
	HDC32 hdc,
	INT32 x,
	INT32 y,
	LPPOINT32 pt
);
DESCRIPTION
| U16 | Value | 
| 0 | y diff | 
| 1 | x diff | 
OffsetWindowOrg adds the arguments to the logical window origin, see this file for
explanation.
back