NAME
META_SETVIEWPORTEXT
NEAREST API CALL
#include <windows.h>
BOOL32 SetViewportExtEx
(
	HDC32 hdc,
	INT32 x,
	INT32 y,
	LPSIZE32 size
);
DESCRIPTION
| U16 | Value | 
| 0 | height | 
| 1 | width | 
SetViewportExt sets the logical window dimensions to these values, see this file for
explanation.
back