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