Changeset 180 for trunk/include/helpers/wphandle.h
- Timestamp:
- Jul 2, 2002, 5:27:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/wphandle.h
r153 r180 44 44 #define ERROR_WPH_FIRST 41000 45 45 46 #define ERROR_WPH_CRASHED (ERROR_WPH_FIRST + 0) 46 // #define ERROR_WPH_CRASHED (ERROR_WPH_FIRST + 0) 47 // now using ERROR_PROTECTION_VIOLATION instead 48 // V0.9.19 (2002-07-01) [umoeller] 47 49 #define ERROR_WPH_NO_BASECLASS_DATA (ERROR_WPH_FIRST + 1) 48 50 #define ERROR_WPH_NO_ACTIVEHANDLES_DATA (ERROR_WPH_FIRST + 2) … … 50 52 #define ERROR_WPH_NO_HANDLES_DATA (ERROR_WPH_FIRST + 4) 51 53 #define ERROR_WPH_CORRUPT_HANDLES_DATA (ERROR_WPH_FIRST + 5) 54 // cannot determine format (invalid keywords) 52 55 #define ERROR_WPH_INVALID_PARENT_HANDLE (ERROR_WPH_FIRST + 6) 53 56 #define ERROR_WPH_CANNOT_FIND_HANDLE (ERROR_WPH_FIRST + 7) … … 58 61 #define ERROR_WPH_NO_MATCHING_ROOT_DIR (ERROR_WPH_FIRST + 12) 59 62 #define ERROR_WPH_NOT_FILESYSTEM_HANDLE (ERROR_WPH_FIRST + 13) 60 61 #define ERROR_WPH_LAST (ERROR_WPH_FIRST + 13) 63 #define ERROR_WPH_PRFQUERYPROFILESIZE_BLOCK (ERROR_WPH_FIRST + 14) 64 // PrfQueryProfileSize failed on BLOCK (fatal) 65 // V0.9.19 (2002-07-01) [umoeller] 66 #define ERROR_WPH_PRFQUERYPROFILEDATA_BLOCK (ERROR_WPH_FIRST + 15) 67 // PrfQueryProfileData failed on BLOCK (fatal) 68 // V0.9.19 (2002-07-01) [umoeller] 69 70 #define ERROR_WPH_LAST (ERROR_WPH_FIRST + 15) 62 71 63 72 /* ****************************************************************** … … 230 239 ULONG cbFilename); 231 240 241 PCSZ wphDescribeError(APIRET arc); 242 232 243 #endif 233 244
Note:
See TracChangeset
for help on using the changeset viewer.