DECODE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // Dialog IDs
  2. #define IDD_HRESULTDIALOG  100
  3. // Control IDs
  4. #define IDC_EDIT        200
  5. #define IDC_DECODE      201
  6. #define IDC_ERRORNAME   202
  7. #define IDC_ERRORDESC   203
  8. #define IDC_WIN32ERROR  204
  9. #define IDC_OLEERROR    205
  10. #define IDC_STATIC      -1
  11. // Function prototypes
  12. int PASCAL WinMain (HINSTANCE, HINSTANCE, LPSTR, int);
  13. void DecodeHResult(HRESULT, HWND, HWND, BOOL);
  14. BOOL CALLBACK HResultDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);