typedef struct _CONTAINERPOINTDATA
{
L_INT nSize;
VECTORPOINT vptPoint;
} CONTAINERPOINTDATA, *pCONTAINERPOINTDATA ;
The CONTAINERPOINTDATA structure holds the coordinates of a point object.
Size of this structure.
A VECTORPOINT structure that contains the coordinates of the point.