mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
add PDBGHELP_CREATE_USER_DUMP_CALLBACK, DbgHelpCreateUserDump, DbgHelpCreateUserDumpW to dbghelp.h
svn path=/trunk/; revision=31453
This commit is contained in:
parent
c8b1130216
commit
2405f9f737
1 changed files with 7 additions and 0 deletions
|
@ -784,6 +784,13 @@ BOOL WINAPI MiniDumpReadDumpStream(PVOID, ULONG, PMINIDUMP_DIRECTORY*, PVOID*,
|
||||||
|
|
||||||
#include <poppack.h>
|
#include <poppack.h>
|
||||||
|
|
||||||
|
/*************************
|
||||||
|
* User mode dump *
|
||||||
|
*************************/
|
||||||
|
typedef BOOL (WINAPI *PDBGHELP_CREATE_USER_DUMP_CALLBACK)(DWORD, PVOID*, LPDWORD, PVOID);
|
||||||
|
BOOL WINAPI DbgHelpCreateUserDump(LPSTR, PDBGHELP_CREATE_USER_DUMP_CALLBACK, PVOID);
|
||||||
|
BOOL WINAPI DbgHelpCreateUserDumpW(LPWSTR, PDBGHELP_CREATE_USER_DUMP_CALLBACK, PVOID);
|
||||||
|
|
||||||
/*************************
|
/*************************
|
||||||
* MODULE handling *
|
* MODULE handling *
|
||||||
*************************/
|
*************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue