Windows2003-3790/shell/cpls/system/pfrscpl.h
2020-09-30 16:53:55 +02:00

23 lines
538 B
C

/******************************************************************************
Copyright (c) 2000 Microsoft Corporation
Module Name:
pfrscpl.h
Abstract:
Implements fault reporting for unhandled exceptions
Revision History:
created derekm 08/07/00
******************************************************************************/
#ifndef PFRSCPL_H
#define PFRSCPL_H
INT_PTR APIENTRY PFRDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
BOOL LoadPFRResourceStrings(void);
#endif