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