| //+------------------------------------------------------------------------- | |
| // | |
| // Microsoft Windows | |
| // Copyright (C) Microsoft Corporation, 1992-1999. | |
| // | |
| // File: issperr.h | |
| // | |
| // Contents: Constant definitions for OLE HRESULT values. | |
| // | |
| // History: dd-mmm-yy Author Comment | |
| // | |
| // Notes: | |
| // This is a generated file. Do not modify directly. | |
| // The MC tool generates this file from dsyserr.mc | |
| // | |
| //-------------------------------------------------------------------------- | |
| // Define the status type. | |
| //#ifdef STATUS_SEVERITY_ERROR | |
| //#undef STATUS_SEVERITY_ERROR | |
| //#endif | |
| // Define the severities | |
| // | |
| // Values are 32 bit values layed out as follows: | |
| // | |
| // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 | |
| // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 | |
| // +---+-+-+-----------------------+-------------------------------+ | |
| // |Sev|C|R| Facility | Code | | |
| // +---+-+-+-----------------------+-------------------------------+ | |
| // | |
| // where | |
| // | |
| // Sev - is the severity code | |
| // | |
| // 00 - Success | |
| // 01 - Informational | |
| // 10 - Warning | |
| // 11 - Error | |
| // | |
| // C - is the Customer code flag | |
| // | |
| // R - is a reserved bit | |
| // | |
| // Facility - is the facility code | |
| // | |
| // Code - is the facility's status code | |
| // | |
| // | |
| // Define the facility codes | |
| // | |
| // | |
| // Define the severity codes | |
| // | |
| // | |
| // MessageId: SEC_E_INSUFFICIENT_MEMORY | |
| // | |
| // MessageText: | |
| // | |
| // Not enough memory is available to complete this request | |
| // | |
| // | |
| // MessageId: SEC_E_INVALID_HANDLE | |
| // | |
| // MessageText: | |
| // | |
| // The handle specified is invalid | |
| // | |
| // | |
| // MessageId: SEC_E_UNSUPPORTED_FUNCTION | |
| // | |
| // MessageText: | |
| // | |
| // The function requested is not supported | |
| // | |
| // | |
| // MessageId: SEC_E_TARGET_UNKNOWN | |
| // | |
| // MessageText: | |
| // | |
| // The specified target is unknown or unreachable | |
| // | |
| // | |
| // MessageId: SEC_E_INTERNAL_ERROR | |
| // | |
| // MessageText: | |
| // | |
| // The Local Security Authority cannot be contacted | |
| // | |
| // | |
| // MessageId: SEC_E_SECPKG_NOT_FOUND | |
| // | |
| // MessageText: | |
| // | |
| // The requested security package does not exist | |
| // | |
| // | |
| // MessageId: SEC_E_NOT_OWNER | |
| // | |
| // MessageText: | |
| // | |
| // The caller is not the owner of the desired credentials | |
| // | |
| // | |
| // MessageId: SEC_E_CANNOT_INSTALL | |
| // | |
| // MessageText: | |
| // | |
| // The security package failed to initialize, and cannot be installed | |
| // | |
| // | |
| // MessageId: SEC_E_INVALID_TOKEN | |
| // | |
| // MessageText: | |
| // | |
| // The token supplied to the function is invalid | |
| // | |
| // | |
| // MessageId: SEC_E_CANNOT_PACK | |
| // | |
| // MessageText: | |
| // | |
| // The security package is not able to marshall the logon buffer, | |
| // so the logon attempt has failed | |
| // | |
| // | |
| // MessageId: SEC_E_QOP_NOT_SUPPORTED | |
| // | |
| // MessageText: | |
| // | |
| // The per-message Quality of Protection is not supported by the | |
| // security package | |
| // | |
| // | |
| // MessageId: SEC_E_NO_IMPERSONATION | |
| // | |
| // MessageText: | |
| // | |
| // The security context does not allow impersonation of the client | |
| // | |
| // | |
| // MessageId: SEC_E_LOGON_DENIED | |
| // | |
| // MessageText: | |
| // | |
| // The logon attempt failed | |
| // | |
| // | |
| // MessageId: SEC_E_UNKNOWN_CREDENTIALS | |
| // | |
| // MessageText: | |
| // | |
| // The credentials supplied to the package were not | |
| // recognized | |
| // | |
| // | |
| // MessageId: SEC_E_NO_CREDENTIALS | |
| // | |
| // MessageText: | |
| // | |
| // No credentials are available in the security package | |
| // | |
| // | |
| // MessageId: SEC_E_MESSAGE_ALTERED | |
| // | |
| // MessageText: | |
| // | |
| // The message supplied for verification has been altered | |
| // | |
| // | |
| // MessageId: SEC_E_OUT_OF_SEQUENCE | |
| // | |
| // MessageText: | |
| // | |
| // The message supplied for verification is out of sequence | |
| // | |
| // | |
| // MessageId: SEC_E_NO_AUTHENTICATING_AUTHORITY | |
| // | |
| // MessageText: | |
| // | |
| // No authority could be contacted for authentication. | |
| // | |
| // MessageId: SEC_E_CONTEXT_EXPIRED | |
| // | |
| // MessageText: | |
| // | |
| // The context has expired and can no longer be used. | |
| // | |
| // | |
| // MessageId: SEC_E_INCOMPLETE_MESSAGE | |
| // | |
| // MessageText: | |
| // | |
| // The supplied message is incomplete. The signature was not verified. | |
| // | |
| // | |
| // MessageId: SEC_I_CONTINUE_NEEDED | |
| // | |
| // MessageText: | |
| // | |
| // The function completed successfully, but must be called | |
| // again to complete the context | |
| // | |
| // | |
| // MessageId: SEC_I_COMPLETE_NEEDED | |
| // | |
| // MessageText: | |
| // | |
| // The function completed successfully, but CompleteToken | |
| // must be called | |
| // | |
| // | |
| // MessageId: SEC_I_COMPLETE_AND_CONTINUE | |
| // | |
| // MessageText: | |
| // | |
| // The function completed successfully, but both CompleteToken | |
| // and this function must be called to complete the context | |
| // | |
| // | |
| // MessageId: SEC_I_LOCAL_LOGON | |
| // | |
| // MessageText: | |
| // | |
| // The logon was completed, but no network authority was | |
| // available. The logon was made using locally known information | |
| // | |
| // | |
| // MessageId: SEC_E_OK | |
| // | |
| // MessageText: | |
| // | |
| // Call completed successfully | |
| // | |
| // | |
| // Older error names for backwards compatibility | |
| // | |