DUMPUSERDATA: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
typedef DUMPUSERDATA * PDUMPUSERDATA ; | typedef DUMPUSERDATA * PDUMPUSERDATA ; | ||
[[Category:Data type]] | |||
Revision as of 12:18, 22 January 2018
typedef struct _DUMPUSERDATA {
ULONG no_of_variables;
DUMPDATAVAR DumpDataVar[MAX_USER_DUMPS];
} DUMPUSERDATA;
typedef DUMPUSERDATA * PDUMPUSERDATA ;