Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
254 B

  1. #ifndef __APPVERIFIER_USERDUMP_H_
  2. #define __APPVERIFIER_USERDUMP_H_
  3. BOOL
  4. GenerateUserModeDump(
  5. LPTSTR lpszFileName,
  6. PPROCESS_INFO pProcess,
  7. LPEXCEPTION_DEBUG_INFO ed
  8. );
  9. #endif // __APPVERIFIER_USERDUMP_H_