Ignore:
Timestamp:
Jul 2, 2002, 5:27:26 PM (23 years ago)
Author:
umoeller
Message:

Final sources for V0.9.19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/wphandle.h

    r153 r180  
    4444    #define ERROR_WPH_FIRST                         41000
    4545
    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]
    4749    #define ERROR_WPH_NO_BASECLASS_DATA             (ERROR_WPH_FIRST +   1)
    4850    #define ERROR_WPH_NO_ACTIVEHANDLES_DATA         (ERROR_WPH_FIRST +   2)
     
    5052    #define ERROR_WPH_NO_HANDLES_DATA               (ERROR_WPH_FIRST +   4)
    5153    #define ERROR_WPH_CORRUPT_HANDLES_DATA          (ERROR_WPH_FIRST +   5)
     54                // cannot determine format (invalid keywords)
    5255    #define ERROR_WPH_INVALID_PARENT_HANDLE         (ERROR_WPH_FIRST +   6)
    5356    #define ERROR_WPH_CANNOT_FIND_HANDLE            (ERROR_WPH_FIRST +   7)
     
    5861    #define ERROR_WPH_NO_MATCHING_ROOT_DIR          (ERROR_WPH_FIRST +  12)
    5962    #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)
    6271
    6372    /* ******************************************************************
     
    230239                                  ULONG cbFilename);
    231240
     241    PCSZ wphDescribeError(APIRET arc);
     242
    232243#endif
    233244
Note: See TracChangeset for help on using the changeset viewer.