win32gui.SetWindowExtEx

(int,int) = SetWindowExtEx(hdc, XExtent , YExtent )

Changes the window extents for a DC

Parameters

hdc : PyHANDLE

Handle to a device context

XExtent : int

New X extent in logical units

YExtent : int

New Y extent in logical units

Return Value

Returns the previous extents