הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
The ENUMRECTS structure is used by the CLIPOBJ_cEnumStart function to provide information about rectangles in a clip region for the CLIPOBJ_bEnum function.
Syntax
typedef struct _ENUMRECTS {
ULONG c;
RECTL arcl[1];
} ENUMRECTS;
Members
c
Specifies the number of RECTL structures in the arcl array.
arcl[1]
Is an array of RECTL structures that specify the coordinates of rectangles in the clip region.
Requirements
| Requirement | Value |
|---|---|
| Header | winddi.h (include Winddi.h) |