Jump to content

DUMPUSERDATA

From EDM2
Revision as of 16:43, 23 January 2018 by Ak120 (talk | contribs)

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.