Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This function retrieves the x-coordinates and y-coordinates of the window origin for the specified device context.
GetWindowOrgEx(HDChdc,LPPOINTlpPoint);
Parameters
- hdc
[in] Handle to the device context. - lpPoint
[out] Pointer to a POINT structure that receives the coordinates, in logical units, of the window origin.
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