15 lines
268 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef __APPVERIFIER_USERDUMP_H_
#define __APPVERIFIER_USERDUMP_H_
BOOL
GenerateUserModeDump(
LPTSTR lpszFileName,
PPROCESS_INFO pProcess,
LPEXCEPTION_DEBUG_INFO ed
);
#endif // __APPVERIFIER_USERDUMP_H_