Jump to content

QUERYSIZE

From EDM2
Revision as of 15:31, 3 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This data structure is used in the GreEscape DEVESC_QUERYSIZE call.

typedef struct _QUERYSIZE {
  ULONG          cb;            /* Size of the entire structure. */
  ULONG          ulSizeNeeded;  /* Size returned. */
  QUERYTUPLE     aTuples[1];    /* Start of the tuple list. */
} QUERYSIZE;

typedef QUERYSIZE *PQUERYSIZE;