Jump to content

DUMPUSERDATA: Difference between revisions

From EDM2
Created page with " typedef struct _DUMPUSERDATA { ULONG no_of_variables; DUMPDATAVAR [[DumpDataVar[MAX_USER_DUMPS]]]; } DUMPUSERDATA; typedef DUMPUSERDATA ..."
(No difference)

Revision as of 21:37, 21 January 2018

typedef struct _DUMPUSERDATA {
  ULONG           no_of_variables;
  DUMPDATAVAR      [[DumpDataVar[MAX_USER_DUMPS]]];
} DUMPUSERDATA;

typedef   DUMPUSERDATA   * PDUMPUSERDATA ;