Leaked source code of windows server 2003
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.

22 lines
538 B

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. pfrscpl.h
  5. Abstract:
  6. Implements fault reporting for unhandled exceptions
  7. Revision History:
  8. created derekm 08/07/00
  9. ******************************************************************************/
  10. #ifndef PFRSCPL_H
  11. #define PFRSCPL_H
  12. INT_PTR APIENTRY PFRDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  13. BOOL LoadPFRResourceStrings(void);
  14. #endif