Structure that contains information about the rectangle of the specified container record, relative to the container window origin. This structure is used in the CM_QUERYRECORDRECT container message only.
typedef struct _QUERYRECORDRECT { ULONG cb; /* Structure size. */ PRECORDCORE pRecord; /* Pointer. */ ULONG fRightSplitWindow; /* Window flag. */ ULONG fsExtent; /* Rectangle flags. */ } QUERYRECORDRECT; typedef QUERYRECORDRECT * PQUERYRECORDRECT ;