pClass (PULONG) - output

      A pointer to the ULONG in which the classification for the error is returned.

      The following values are possible:

    • ERRCLASS_OUTRES
      Out of resources

    • ERRCLASS_TEMPSIT
      Temporary situation

    • ERRCLASS_AUTH
      Authorization failed

    • ERRCLASS_INTRN
      Internal error

    • ERRCLASS_HRDFAIL
      Device hardware failure

    • ERRCLASS_SYSFAIL
      System failure

    • ERRCLASS_APPERR
      Probable application error

    • ERRCLASS_NOTFND
      Item not located

    • ERRCLASS_BADFMT
      Bad format for function or data

      10

        ERRCLASS_LOCKED
        Resource or data locked
      11
        ERRCLASS_MEDIA
        Incorrect media, cyclic redundancy check (CRC) error
      12
        ERRCLASS_ALREADY
        Action already taken or done, or resource already exists
      13
        ERRCLASS_UNK
        Unclassified
      14
        ERRCLASS_CANT
        Cannot perform requested action
      15
        ERRCLASS_TIME
        Timeout


      [Back] [Next]