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.

15 lines
277 B

  1. #ifndef __RAWERROR_H_INCLUDED
  2. #define __RAWERROR_H_INCLUDED
  3. #include <windows.h>
  4. struct CRawError
  5. {
  6. HRESULT hr;
  7. LPCTSTR pszName;
  8. };
  9. extern const CRawError g_ErrorMessages[];
  10. extern const int g_ErrorMessageCount;
  11. #endif // __RAWERROR_H_INCLUDED