ENUMRECTS

typedef struct _ENUMRECTS {
    ULONG c;
    RECTL arcl[1];
} ENUMRECTS;

The ENUMRECTS structure is used by the CLIPOBJ_cEnumStart function to provide information about rectangles in a clipping region for the CLIPOBJ_bEnum function.

Members

c
Specifies the number of RECTL structures in the arcl array.
arcl
An array of RECTL structures that specify the coordinates of rectangles in the clipping region.