typedef struct tagOSPOLYPOLY {
LPINT lpNumPts; \\ number of POINT structures
LPPOINT lppt; \\ points describing the polygons
} OSPOLYPOLY;
Contains information about the polygons drawn by the OS_POLYPOLYGON style of the Output function.
Output(OS_POLYPOLYGON)