Jump to content

DUMPUSERDATA

From EDM2
Revision as of 04:30, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 typedef struct _DUMPUSERDATA {
   ULONG           no_of_variables;
   [[DUMPDATAVAR]]      DumpDataVar[MAX_USER_DUMPS];
 } DUMPUSERDATA;
 
 typedef DUMPUSERDATA *PDUMPUSERDATA;
no_of_variables (ULONG)
Number of data/structures to be collected by the probe. Maximum number of variables that can be collected is 30.