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 macro copies the contents of a POINTS structure into a POINT structure.
POINTSTOPOINT( POINTpt,POINTSpts);
Parameters
- pt
Specifies the POINT structure to receive the contents of the POINTS structure. - pts
Specifies the POINTS structure to copy.
Remarks
The POINTSTOPOINT macro is defined as follows.
#define POINTSTOPOINT(pt, pts) {(pt).x = (SHORT) LOWORD(pts); \
(pt).y = (SHORT) HIWORD(pts);}
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
Send Feedback on this topic to the authors