Contains information about the type and number of vertices of a polyline, polygon, spline, or Bezier curve.
typedef struct SOPOLYINFOtag {
    WORD wFormat; // see below
    INT nPoints;  // see below
} SOPOLYINFO, VWPTR *PSOPOLYINFO;
 
| 
 SOPT_BEZIERCLOSE  | 
 SOPT_POLYGON  | 
| 
 SOPT_BEZIEROPEN  | 
 SOPT_POLYLINE  | 
| 
 SOPT_CPPOLYGON  | 
 SOPT_SPLINECLOSE  | 
| 
 SOPT_CPPOLYLINE  | 
 SOPT_SPLINEOPEN  |