GetViewportOrgEx (Windows CE 5.0)
This function retrieves the x-coordinates and y-coordinates of the viewport origin for the specified device context.
GetViewportOrgEx(HDChdc,LPPOINTlpPoint);
Parameters
- hdc
[in] Handle to the device context. - lpPoint
[out] Pointer to a POINT structure that receives the origin, in device units.
Return Values
Nonzero indicates success.
Zero indicates failure.
To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Windows.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors