Author: tkreuzer
Date: Thu Dec 27 04:01:34 2007
New Revision: 31453
URL:
http://svn.reactos.org/svn/reactos?rev=31453&view=rev
Log:
add PDBGHELP_CREATE_USER_DUMP_CALLBACK, DbgHelpCreateUserDump, DbgHelpCreateUserDumpW to
dbghelp.h
Modified:
trunk/reactos/include/psdk/dbghelp.h
Modified: trunk/reactos/include/psdk/dbghelp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/dbghelp.h?rev…
==============================================================================
--- trunk/reactos/include/psdk/dbghelp.h (original)
+++ trunk/reactos/include/psdk/dbghelp.h Thu Dec 27 04:01:34 2007
@@ -783,6 +783,13 @@
ULONG*);
#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 *