Jump to content

QUERYRECFROMRECT

From EDM2
Revision as of 01:17, 21 April 2025 by Martini (talk | contribs) (Created page with "Structure that contains information about a container record that is bounded by a specified rectangle. This structure is used in the CM_QUERYRECORDFROMRECT container message only. == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _QUERYRECFROMRECT { ULONG cb; Structure size.: RECTL rect; Rectangle.: ULONG fsSearch; Search control flags.: } QUERYRECFROMRECT; typedef QUERYRECF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Structure that contains information about a container record that is bounded by a specified rectangle. This structure is used in the CM_QUERYRECORDFROMRECT container message only.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _QUERYRECFROMRECT {
  ULONG     cb;        /*  Structure size. */
  RECTL     rect;      /*  Rectangle. */
  ULONG     fsSearch;  /*  Search control flags. */
} QUERYRECFROMRECT;

typedef   QUERYRECFROMRECT   * PQUERYRECFROMRECT ;