Jump to content

QUERYRECORDRECT

From EDM2

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.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _QUERYRECORDRECT {
  ULONG           cb;                 /*  Structure size. */
  PRECORDCORE     pRecord;            /*  Pointer. */
  ULONG           fRightSplitWindow;  /*  Window flag. */
  ULONG           fsExtent;           /*  Rectangle flags. */
} QUERYRECORDRECT;

typedef   QUERYRECORDRECT   * PQUERYRECORDRECT ;