WinError.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:582k
- //
- // MessageText:
- //
- // Unable to convert a wide character trustee string to a multibyte trustee string
- //
- #define CO_E_CONVERSIONFAILED _HRESULT_TYPEDEF_(0x8001012EL)
- //
- // MessageId: CO_E_NOMATCHINGSIDFOUND
- //
- // MessageText:
- //
- // Unable to find a security identifier that corresponds to a trustee string provided by the user
- //
- #define CO_E_NOMATCHINGSIDFOUND _HRESULT_TYPEDEF_(0x8001012FL)
- //
- // MessageId: CO_E_LOOKUPACCSIDFAILED
- //
- // MessageText:
- //
- // The system function, LookupAccountSID, failed
- //
- #define CO_E_LOOKUPACCSIDFAILED _HRESULT_TYPEDEF_(0x80010130L)
- //
- // MessageId: CO_E_NOMATCHINGNAMEFOUND
- //
- // MessageText:
- //
- // Unable to find a trustee name that corresponds to a security identifier provided by the user
- //
- #define CO_E_NOMATCHINGNAMEFOUND _HRESULT_TYPEDEF_(0x80010131L)
- //
- // MessageId: CO_E_LOOKUPACCNAMEFAILED
- //
- // MessageText:
- //
- // The system function, LookupAccountName, failed
- //
- #define CO_E_LOOKUPACCNAMEFAILED _HRESULT_TYPEDEF_(0x80010132L)
- //
- // MessageId: CO_E_SETSERLHNDLFAILED
- //
- // MessageText:
- //
- // Unable to set or reset a serialization handle
- //
- #define CO_E_SETSERLHNDLFAILED _HRESULT_TYPEDEF_(0x80010133L)
- //
- // MessageId: CO_E_FAILEDTOGETWINDIR
- //
- // MessageText:
- //
- // Unable to obtain the Windows directory
- //
- #define CO_E_FAILEDTOGETWINDIR _HRESULT_TYPEDEF_(0x80010134L)
- //
- // MessageId: CO_E_PATHTOOLONG
- //
- // MessageText:
- //
- // Path too long
- //
- #define CO_E_PATHTOOLONG _HRESULT_TYPEDEF_(0x80010135L)
- //
- // MessageId: CO_E_FAILEDTOGENUUID
- //
- // MessageText:
- //
- // Unable to generate a uuid.
- //
- #define CO_E_FAILEDTOGENUUID _HRESULT_TYPEDEF_(0x80010136L)
- //
- // MessageId: CO_E_FAILEDTOCREATEFILE
- //
- // MessageText:
- //
- // Unable to create file
- //
- #define CO_E_FAILEDTOCREATEFILE _HRESULT_TYPEDEF_(0x80010137L)
- //
- // MessageId: CO_E_FAILEDTOCLOSEHANDLE
- //
- // MessageText:
- //
- // Unable to close a serialization handle or a file handle.
- //
- #define CO_E_FAILEDTOCLOSEHANDLE _HRESULT_TYPEDEF_(0x80010138L)
- //
- // MessageId: CO_E_EXCEEDSYSACLLIMIT
- //
- // MessageText:
- //
- // The number of ACEs in an ACL exceeds the system limit.
- //
- #define CO_E_EXCEEDSYSACLLIMIT _HRESULT_TYPEDEF_(0x80010139L)
- //
- // MessageId: CO_E_ACESINWRONGORDER
- //
- // MessageText:
- //
- // Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
- //
- #define CO_E_ACESINWRONGORDER _HRESULT_TYPEDEF_(0x8001013AL)
- //
- // MessageId: CO_E_INCOMPATIBLESTREAMVERSION
- //
- // MessageText:
- //
- // The version of ACL format in the stream is not supported by this implementation of IAccessControl
- //
- #define CO_E_INCOMPATIBLESTREAMVERSION _HRESULT_TYPEDEF_(0x8001013BL)
- //
- // MessageId: CO_E_FAILEDTOOPENPROCESSTOKEN
- //
- // MessageText:
- //
- // Unable to open the access token of the server process
- //
- #define CO_E_FAILEDTOOPENPROCESSTOKEN _HRESULT_TYPEDEF_(0x8001013CL)
- //
- // MessageId: CO_E_DECODEFAILED
- //
- // MessageText:
- //
- // Unable to decode the ACL in the stream provided by the user
- //
- #define CO_E_DECODEFAILED _HRESULT_TYPEDEF_(0x8001013DL)
- //
- // MessageId: CO_E_ACNOTINITIALIZED
- //
- // MessageText:
- //
- // The COM IAccessControl object is not initialized
- //
- #define CO_E_ACNOTINITIALIZED _HRESULT_TYPEDEF_(0x8001013FL)
- //
- // MessageId: CO_E_CANCEL_DISABLED
- //
- // MessageText:
- //
- // Call Cancellation is disabled
- //
- #define CO_E_CANCEL_DISABLED _HRESULT_TYPEDEF_(0x80010140L)
- //
- // MessageId: RPC_E_UNEXPECTED
- //
- // MessageText:
- //
- // An internal error occurred.
- //
- #define RPC_E_UNEXPECTED _HRESULT_TYPEDEF_(0x8001FFFFL)
- //////////////////////////////////////
- // //
- // Additional Security Status Codes //
- // //
- // Facility=Security //
- // //
- //////////////////////////////////////
- //
- // MessageId: ERROR_AUDITING_DISABLED
- //
- // MessageText:
- //
- // The specified event is currently not being audited.
- //
- #define ERROR_AUDITING_DISABLED _HRESULT_TYPEDEF_(0xC0090001L)
- //
- // MessageId: ERROR_ALL_SIDS_FILTERED
- //
- // MessageText:
- //
- // The SID filtering operation removed all SIDs.
- //
- #define ERROR_ALL_SIDS_FILTERED _HRESULT_TYPEDEF_(0xC0090002L)
- /////////////////////////////////////////////
- // //
- // end of Additional Security Status Codes //
- // //
- /////////////////////////////////////////////
- /////////////////
- //
- // FACILITY_SSPI
- //
- /////////////////
- //
- // MessageId: NTE_BAD_UID
- //
- // MessageText:
- //
- // Bad UID.
- //
- #define NTE_BAD_UID _HRESULT_TYPEDEF_(0x80090001L)
- //
- // MessageId: NTE_BAD_HASH
- //
- // MessageText:
- //
- // Bad Hash.
- //
- #define NTE_BAD_HASH _HRESULT_TYPEDEF_(0x80090002L)
- //
- // MessageId: NTE_BAD_KEY
- //
- // MessageText:
- //
- // Bad Key.
- //
- #define NTE_BAD_KEY _HRESULT_TYPEDEF_(0x80090003L)
- //
- // MessageId: NTE_BAD_LEN
- //
- // MessageText:
- //
- // Bad Length.
- //
- #define NTE_BAD_LEN _HRESULT_TYPEDEF_(0x80090004L)
- //
- // MessageId: NTE_BAD_DATA
- //
- // MessageText:
- //
- // Bad Data.
- //
- #define NTE_BAD_DATA _HRESULT_TYPEDEF_(0x80090005L)
- //
- // MessageId: NTE_BAD_SIGNATURE
- //
- // MessageText:
- //
- // Invalid Signature.
- //
- #define NTE_BAD_SIGNATURE _HRESULT_TYPEDEF_(0x80090006L)
- //
- // MessageId: NTE_BAD_VER
- //
- // MessageText:
- //
- // Bad Version of provider.
- //
- #define NTE_BAD_VER _HRESULT_TYPEDEF_(0x80090007L)
- //
- // MessageId: NTE_BAD_ALGID
- //
- // MessageText:
- //
- // Invalid algorithm specified.
- //
- #define NTE_BAD_ALGID _HRESULT_TYPEDEF_(0x80090008L)
- //
- // MessageId: NTE_BAD_FLAGS
- //
- // MessageText:
- //
- // Invalid flags specified.
- //
- #define NTE_BAD_FLAGS _HRESULT_TYPEDEF_(0x80090009L)
- //
- // MessageId: NTE_BAD_TYPE
- //
- // MessageText:
- //
- // Invalid type specified.
- //
- #define NTE_BAD_TYPE _HRESULT_TYPEDEF_(0x8009000AL)
- //
- // MessageId: NTE_BAD_KEY_STATE
- //
- // MessageText:
- //
- // Key not valid for use in specified state.
- //
- #define NTE_BAD_KEY_STATE _HRESULT_TYPEDEF_(0x8009000BL)
- //
- // MessageId: NTE_BAD_HASH_STATE
- //
- // MessageText:
- //
- // Hash not valid for use in specified state.
- //
- #define NTE_BAD_HASH_STATE _HRESULT_TYPEDEF_(0x8009000CL)
- //
- // MessageId: NTE_NO_KEY
- //
- // MessageText:
- //
- // Key does not exist.
- //
- #define NTE_NO_KEY _HRESULT_TYPEDEF_(0x8009000DL)
- //
- // MessageId: NTE_NO_MEMORY
- //
- // MessageText:
- //
- // Insufficient memory available for the operation.
- //
- #define NTE_NO_MEMORY _HRESULT_TYPEDEF_(0x8009000EL)
- //
- // MessageId: NTE_EXISTS
- //
- // MessageText:
- //
- // Object already exists.
- //
- #define NTE_EXISTS _HRESULT_TYPEDEF_(0x8009000FL)
- //
- // MessageId: NTE_PERM
- //
- // MessageText:
- //
- // Access denied.
- //
- #define NTE_PERM _HRESULT_TYPEDEF_(0x80090010L)
- //
- // MessageId: NTE_NOT_FOUND
- //
- // MessageText:
- //
- // Object was not found.
- //
- #define NTE_NOT_FOUND _HRESULT_TYPEDEF_(0x80090011L)
- //
- // MessageId: NTE_DOUBLE_ENCRYPT
- //
- // MessageText:
- //
- // Data already encrypted.
- //
- #define NTE_DOUBLE_ENCRYPT _HRESULT_TYPEDEF_(0x80090012L)
- //
- // MessageId: NTE_BAD_PROVIDER
- //
- // MessageText:
- //
- // Invalid provider specified.
- //
- #define NTE_BAD_PROVIDER _HRESULT_TYPEDEF_(0x80090013L)
- //
- // MessageId: NTE_BAD_PROV_TYPE
- //
- // MessageText:
- //
- // Invalid provider type specified.
- //
- #define NTE_BAD_PROV_TYPE _HRESULT_TYPEDEF_(0x80090014L)
- //
- // MessageId: NTE_BAD_PUBLIC_KEY
- //
- // MessageText:
- //
- // Provider's public key is invalid.
- //
- #define NTE_BAD_PUBLIC_KEY _HRESULT_TYPEDEF_(0x80090015L)
- //
- // MessageId: NTE_BAD_KEYSET
- //
- // MessageText:
- //
- // Keyset does not exist
- //
- #define NTE_BAD_KEYSET _HRESULT_TYPEDEF_(0x80090016L)
- //
- // MessageId: NTE_PROV_TYPE_NOT_DEF
- //
- // MessageText:
- //
- // Provider type not defined.
- //
- #define NTE_PROV_TYPE_NOT_DEF _HRESULT_TYPEDEF_(0x80090017L)
- //
- // MessageId: NTE_PROV_TYPE_ENTRY_BAD
- //
- // MessageText:
- //
- // Provider type as registered is invalid.
- //
- #define NTE_PROV_TYPE_ENTRY_BAD _HRESULT_TYPEDEF_(0x80090018L)
- //
- // MessageId: NTE_KEYSET_NOT_DEF
- //
- // MessageText:
- //
- // The keyset is not defined.
- //
- #define NTE_KEYSET_NOT_DEF _HRESULT_TYPEDEF_(0x80090019L)
- //
- // MessageId: NTE_KEYSET_ENTRY_BAD
- //
- // MessageText:
- //
- // Keyset as registered is invalid.
- //
- #define NTE_KEYSET_ENTRY_BAD _HRESULT_TYPEDEF_(0x8009001AL)
- //
- // MessageId: NTE_PROV_TYPE_NO_MATCH
- //
- // MessageText:
- //
- // Provider type does not match registered value.
- //
- #define NTE_PROV_TYPE_NO_MATCH _HRESULT_TYPEDEF_(0x8009001BL)
- //
- // MessageId: NTE_SIGNATURE_FILE_BAD
- //
- // MessageText:
- //
- // The digital signature file is corrupt.
- //
- #define NTE_SIGNATURE_FILE_BAD _HRESULT_TYPEDEF_(0x8009001CL)
- //
- // MessageId: NTE_PROVIDER_DLL_FAIL
- //
- // MessageText:
- //
- // Provider DLL failed to initialize correctly.
- //
- #define NTE_PROVIDER_DLL_FAIL _HRESULT_TYPEDEF_(0x8009001DL)
- //
- // MessageId: NTE_PROV_DLL_NOT_FOUND
- //
- // MessageText:
- //
- // Provider DLL could not be found.
- //
- #define NTE_PROV_DLL_NOT_FOUND _HRESULT_TYPEDEF_(0x8009001EL)
- //
- // MessageId: NTE_BAD_KEYSET_PARAM
- //
- // MessageText:
- //
- // The Keyset parameter is invalid.
- //
- #define NTE_BAD_KEYSET_PARAM _HRESULT_TYPEDEF_(0x8009001FL)
- //
- // MessageId: NTE_FAIL
- //
- // MessageText:
- //
- // An internal error occurred.
- //
- #define NTE_FAIL _HRESULT_TYPEDEF_(0x80090020L)
- //
- // MessageId: NTE_SYS_ERR
- //
- // MessageText:
- //
- // A base error occurred.
- //
- #define NTE_SYS_ERR _HRESULT_TYPEDEF_(0x80090021L)
- //
- // MessageId: NTE_SILENT_CONTEXT
- //
- // MessageText:
- //
- // Provider could not perform the action since the context was acquired as silent.
- //
- #define NTE_SILENT_CONTEXT _HRESULT_TYPEDEF_(0x80090022L)
- //
- // MessageId: NTE_TOKEN_KEYSET_STORAGE_FULL
- //
- // MessageText:
- //
- // The security token does not have storage space available for an additional container.
- //
- #define NTE_TOKEN_KEYSET_STORAGE_FULL _HRESULT_TYPEDEF_(0x80090023L)
- //
- // MessageId: NTE_TEMPORARY_PROFILE
- //
- // MessageText:
- //
- // The profile for the user is a temporary profile.
- //
- #define NTE_TEMPORARY_PROFILE _HRESULT_TYPEDEF_(0x80090024L)
- //
- // MessageId: NTE_FIXEDPARAMETER
- //
- // MessageText:
- //
- // The key parameters could not be set because the CSP uses fixed parameters.
- //
- #define NTE_FIXEDPARAMETER _HRESULT_TYPEDEF_(0x80090025L)
- //
- // MessageId: SEC_E_INSUFFICIENT_MEMORY
- //
- // MessageText:
- //
- // Not enough memory is available to complete this request
- //
- #define SEC_E_INSUFFICIENT_MEMORY _HRESULT_TYPEDEF_(0x80090300L)
- //
- // MessageId: SEC_E_INVALID_HANDLE
- //
- // MessageText:
- //
- // The handle specified is invalid
- //
- #define SEC_E_INVALID_HANDLE _HRESULT_TYPEDEF_(0x80090301L)
- //
- // MessageId: SEC_E_UNSUPPORTED_FUNCTION
- //
- // MessageText:
- //
- // The function requested is not supported
- //
- #define SEC_E_UNSUPPORTED_FUNCTION _HRESULT_TYPEDEF_(0x80090302L)
- //
- // MessageId: SEC_E_TARGET_UNKNOWN
- //
- // MessageText:
- //
- // The specified target is unknown or unreachable
- //
- #define SEC_E_TARGET_UNKNOWN _HRESULT_TYPEDEF_(0x80090303L)
- //
- // MessageId: SEC_E_INTERNAL_ERROR
- //
- // MessageText:
- //
- // The Local Security Authority cannot be contacted
- //
- #define SEC_E_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x80090304L)
- //
- // MessageId: SEC_E_SECPKG_NOT_FOUND
- //
- // MessageText:
- //
- // The requested security package does not exist
- //
- #define SEC_E_SECPKG_NOT_FOUND _HRESULT_TYPEDEF_(0x80090305L)
- //
- // MessageId: SEC_E_NOT_OWNER
- //
- // MessageText:
- //
- // The caller is not the owner of the desired credentials
- //
- #define SEC_E_NOT_OWNER _HRESULT_TYPEDEF_(0x80090306L)
- //
- // MessageId: SEC_E_CANNOT_INSTALL
- //
- // MessageText:
- //
- // The security package failed to initialize, and cannot be installed
- //
- #define SEC_E_CANNOT_INSTALL _HRESULT_TYPEDEF_(0x80090307L)
- //
- // MessageId: SEC_E_INVALID_TOKEN
- //
- // MessageText:
- //
- // The token supplied to the function is invalid
- //
- #define SEC_E_INVALID_TOKEN _HRESULT_TYPEDEF_(0x80090308L)
- //
- // MessageId: SEC_E_CANNOT_PACK
- //
- // MessageText:
- //
- // The security package is not able to marshall the logon buffer, so the logon attempt has failed
- //
- #define SEC_E_CANNOT_PACK _HRESULT_TYPEDEF_(0x80090309L)
- //
- // MessageId: SEC_E_QOP_NOT_SUPPORTED
- //
- // MessageText:
- //
- // The per-message Quality of Protection is not supported by the security package
- //
- #define SEC_E_QOP_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009030AL)
- //
- // MessageId: SEC_E_NO_IMPERSONATION
- //
- // MessageText:
- //
- // The security context does not allow impersonation of the client
- //
- #define SEC_E_NO_IMPERSONATION _HRESULT_TYPEDEF_(0x8009030BL)
- //
- // MessageId: SEC_E_LOGON_DENIED
- //
- // MessageText:
- //
- // The logon attempt failed
- //
- #define SEC_E_LOGON_DENIED _HRESULT_TYPEDEF_(0x8009030CL)
- //
- // MessageId: SEC_E_UNKNOWN_CREDENTIALS
- //
- // MessageText:
- //
- // The credentials supplied to the package were not recognized
- //
- #define SEC_E_UNKNOWN_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030DL)
- //
- // MessageId: SEC_E_NO_CREDENTIALS
- //
- // MessageText:
- //
- // No credentials are available in the security package
- //
- #define SEC_E_NO_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030EL)
- //
- // MessageId: SEC_E_MESSAGE_ALTERED
- //
- // MessageText:
- //
- // The message or signature supplied for verification has been altered
- //
- #define SEC_E_MESSAGE_ALTERED _HRESULT_TYPEDEF_(0x8009030FL)
- //
- // MessageId: SEC_E_OUT_OF_SEQUENCE
- //
- // MessageText:
- //
- // The message supplied for verification is out of sequence
- //
- #define SEC_E_OUT_OF_SEQUENCE _HRESULT_TYPEDEF_(0x80090310L)
- //
- // MessageId: SEC_E_NO_AUTHENTICATING_AUTHORITY
- //
- // MessageText:
- //
- // No authority could be contacted for authentication.
- //
- #define SEC_E_NO_AUTHENTICATING_AUTHORITY _HRESULT_TYPEDEF_(0x80090311L)
- //
- // MessageId: SEC_I_CONTINUE_NEEDED
- //
- // MessageText:
- //
- // The function completed successfully, but must be called again to complete the context
- //
- #define SEC_I_CONTINUE_NEEDED _HRESULT_TYPEDEF_(0x00090312L)
- //
- // MessageId: SEC_I_COMPLETE_NEEDED
- //
- // MessageText:
- //
- // The function completed successfully, but CompleteToken must be called
- //
- #define SEC_I_COMPLETE_NEEDED _HRESULT_TYPEDEF_(0x00090313L)
- //
- // MessageId: SEC_I_COMPLETE_AND_CONTINUE
- //
- // MessageText:
- //
- // The function completed successfully, but both CompleteToken and this function must be called to complete the context
- //
- #define SEC_I_COMPLETE_AND_CONTINUE _HRESULT_TYPEDEF_(0x00090314L)
- //
- // MessageId: SEC_I_LOCAL_LOGON
- //
- // MessageText:
- //
- // The logon was completed, but no network authority was available. The logon was made using locally known information
- //
- #define SEC_I_LOCAL_LOGON _HRESULT_TYPEDEF_(0x00090315L)
- //
- // MessageId: SEC_E_BAD_PKGID
- //
- // MessageText:
- //
- // The requested security package does not exist
- //
- #define SEC_E_BAD_PKGID _HRESULT_TYPEDEF_(0x80090316L)
- //
- // MessageId: SEC_E_CONTEXT_EXPIRED
- //
- // MessageText:
- //
- // The context has expired and can no longer be used.
- //
- #define SEC_E_CONTEXT_EXPIRED _HRESULT_TYPEDEF_(0x80090317L)
- //
- // MessageId: SEC_I_CONTEXT_EXPIRED
- //
- // MessageText:
- //
- // The context has expired and can no longer be used.
- //
- #define SEC_I_CONTEXT_EXPIRED _HRESULT_TYPEDEF_(0x00090317L)
- //
- // MessageId: SEC_E_INCOMPLETE_MESSAGE
- //
- // MessageText:
- //
- // The supplied message is incomplete. The signature was not verified.
- //
- #define SEC_E_INCOMPLETE_MESSAGE _HRESULT_TYPEDEF_(0x80090318L)
- //
- // MessageId: SEC_E_INCOMPLETE_CREDENTIALS
- //
- // MessageText:
- //
- // The credentials supplied were not complete, and could not be verified. The context could not be initialized.
- //
- #define SEC_E_INCOMPLETE_CREDENTIALS _HRESULT_TYPEDEF_(0x80090320L)
- //
- // MessageId: SEC_E_BUFFER_TOO_SMALL
- //
- // MessageText:
- //
- // The buffers supplied to a function was too small.
- //
- #define SEC_E_BUFFER_TOO_SMALL _HRESULT_TYPEDEF_(0x80090321L)
- //
- // MessageId: SEC_I_INCOMPLETE_CREDENTIALS
- //
- // MessageText:
- //
- // The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.
- //
- #define SEC_I_INCOMPLETE_CREDENTIALS _HRESULT_TYPEDEF_(0x00090320L)
- //
- // MessageId: SEC_I_RENEGOTIATE
- //
- // MessageText:
- //
- // The context data must be renegotiated with the peer.
- //
- #define SEC_I_RENEGOTIATE _HRESULT_TYPEDEF_(0x00090321L)
- //
- // MessageId: SEC_E_WRONG_PRINCIPAL
- //
- // MessageText:
- //
- // The target principal name is incorrect.
- //
- #define SEC_E_WRONG_PRINCIPAL _HRESULT_TYPEDEF_(0x80090322L)
- //
- // MessageId: SEC_I_NO_LSA_CONTEXT
- //
- // MessageText:
- //
- // There is no LSA mode context associated with this context.
- //
- #define SEC_I_NO_LSA_CONTEXT _HRESULT_TYPEDEF_(0x00090323L)
- //
- // MessageId: SEC_E_TIME_SKEW
- //
- // MessageText:
- //
- // The clocks on the client and server machines are skewed.
- //
- #define SEC_E_TIME_SKEW _HRESULT_TYPEDEF_(0x80090324L)
- //
- // MessageId: SEC_E_UNTRUSTED_ROOT
- //
- // MessageText:
- //
- // The certificate chain was issued by an authority that is not trusted.
- //
- #define SEC_E_UNTRUSTED_ROOT _HRESULT_TYPEDEF_(0x80090325L)
- //
- // MessageId: SEC_E_ILLEGAL_MESSAGE
- //
- // MessageText:
- //
- // The message received was unexpected or badly formatted.
- //
- #define SEC_E_ILLEGAL_MESSAGE _HRESULT_TYPEDEF_(0x80090326L)
- //
- // MessageId: SEC_E_CERT_UNKNOWN
- //
- // MessageText:
- //
- // An unknown error occurred while processing the certificate.
- //
- #define SEC_E_CERT_UNKNOWN _HRESULT_TYPEDEF_(0x80090327L)
- //
- // MessageId: SEC_E_CERT_EXPIRED
- //
- // MessageText:
- //
- // The received certificate has expired.
- //
- #define SEC_E_CERT_EXPIRED _HRESULT_TYPEDEF_(0x80090328L)
- //
- // MessageId: SEC_E_ENCRYPT_FAILURE
- //
- // MessageText:
- //
- // The specified data could not be encrypted.
- //
- #define SEC_E_ENCRYPT_FAILURE _HRESULT_TYPEDEF_(0x80090329L)
- //
- // MessageId: SEC_E_DECRYPT_FAILURE
- //
- // MessageText:
- //
- // The specified data could not be decrypted.
- //
- //
- #define SEC_E_DECRYPT_FAILURE _HRESULT_TYPEDEF_(0x80090330L)
- //
- // MessageId: SEC_E_ALGORITHM_MISMATCH
- //
- // MessageText:
- //
- // The client and server cannot communicate, because they do not possess a common algorithm.
- //
- #define SEC_E_ALGORITHM_MISMATCH _HRESULT_TYPEDEF_(0x80090331L)
- //
- // MessageId: SEC_E_SECURITY_QOS_FAILED
- //
- // MessageText:
- //
- // The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation).
- //
- #define SEC_E_SECURITY_QOS_FAILED _HRESULT_TYPEDEF_(0x80090332L)
- //
- // MessageId: SEC_E_UNFINISHED_CONTEXT_DELETED
- //
- // MessageText:
- //
- // A security context was deleted before the context was completed. This is considered a logon failure.
- //
- #define SEC_E_UNFINISHED_CONTEXT_DELETED _HRESULT_TYPEDEF_(0x80090333L)
- //
- // MessageId: SEC_E_NO_TGT_REPLY
- //
- // MessageText:
- //
- // The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
- //
- #define SEC_E_NO_TGT_REPLY _HRESULT_TYPEDEF_(0x80090334L)
- //
- // MessageId: SEC_E_NO_IP_ADDRESSES
- //
- // MessageText:
- //
- // Unable to accomplish the requested task because the local machine does not have any IP addresses.
- //
- #define SEC_E_NO_IP_ADDRESSES _HRESULT_TYPEDEF_(0x80090335L)
- //
- // MessageId: SEC_E_WRONG_CREDENTIAL_HANDLE
- //
- // MessageText:
- //
- // The supplied credential handle does not match the credential associated with the security context.
- //
- #define SEC_E_WRONG_CREDENTIAL_HANDLE _HRESULT_TYPEDEF_(0x80090336L)
- //
- // MessageId: SEC_E_CRYPTO_SYSTEM_INVALID
- //
- // MessageText:
- //
- // The crypto system or checksum function is invalid because a required function is unavailable.
- //
- #define SEC_E_CRYPTO_SYSTEM_INVALID _HRESULT_TYPEDEF_(0x80090337L)
- //
- // MessageId: SEC_E_MAX_REFERRALS_EXCEEDED
- //
- // MessageText:
- //
- // The number of maximum ticket referrals has been exceeded.
- //
- #define SEC_E_MAX_REFERRALS_EXCEEDED _HRESULT_TYPEDEF_(0x80090338L)
- //
- // MessageId: SEC_E_MUST_BE_KDC
- //
- // MessageText:
- //
- // The local machine must be a Kerberos KDC (domain controller) and it is not.
- //
- #define SEC_E_MUST_BE_KDC _HRESULT_TYPEDEF_(0x80090339L)
- //
- // MessageId: SEC_E_STRONG_CRYPTO_NOT_SUPPORTED
- //
- // MessageText:
- //
- // The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
- //
- #define SEC_E_STRONG_CRYPTO_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009033AL)
- //
- // MessageId: SEC_E_TOO_MANY_PRINCIPALS
- //
- // MessageText:
- //
- // The KDC reply contained more than one principal name.
- //
- #define SEC_E_TOO_MANY_PRINCIPALS _HRESULT_TYPEDEF_(0x8009033BL)
- //
- // MessageId: SEC_E_NO_PA_DATA
- //
- // MessageText:
- //
- // Expected to find PA data for a hint of what etype to use, but it was not found.
- //
- #define SEC_E_NO_PA_DATA _HRESULT_TYPEDEF_(0x8009033CL)
- //
- // MessageId: SEC_E_PKINIT_NAME_MISMATCH
- //
- // MessageText:
- //
- // The client cert name does not matches the user name or the KDC name is incorrect.
- //
- #define SEC_E_PKINIT_NAME_MISMATCH _HRESULT_TYPEDEF_(0x8009033DL)
- //
- // MessageId: SEC_E_SMARTCARD_LOGON_REQUIRED
- //
- // MessageText:
- //
- // Smartcard logon is required and was not used.
- //
- #define SEC_E_SMARTCARD_LOGON_REQUIRED _HRESULT_TYPEDEF_(0x8009033EL)
- //
- // MessageId: SEC_E_SHUTDOWN_IN_PROGRESS
- //
- // MessageText:
- //
- // A system shutdown is in progress.
- //
- #define SEC_E_SHUTDOWN_IN_PROGRESS _HRESULT_TYPEDEF_(0x8009033FL)
- //
- // MessageId: SEC_E_KDC_INVALID_REQUEST
- //
- // MessageText:
- //
- // An invalid request was sent to the KDC.
- //
- #define SEC_E_KDC_INVALID_REQUEST _HRESULT_TYPEDEF_(0x80090340L)
- //
- // MessageId: SEC_E_KDC_UNABLE_TO_REFER
- //
- // MessageText:
- //
- // The KDC was unable to generate a referral for the service requested.
- //
- #define SEC_E_KDC_UNABLE_TO_REFER _HRESULT_TYPEDEF_(0x80090341L)
- //
- // MessageId: SEC_E_KDC_UNKNOWN_ETYPE
- //
- // MessageText:
- //
- // The encryption type requested is not supported by the KDC.
- //
- #define SEC_E_KDC_UNKNOWN_ETYPE _HRESULT_TYPEDEF_(0x80090342L)
- //
- // MessageId: SEC_E_UNSUPPORTED_PREAUTH
- //
- // MessageText:
- //
- // An unsupported preauthentication mechanism was presented to the kerberos package.
- //
- #define SEC_E_UNSUPPORTED_PREAUTH _HRESULT_TYPEDEF_(0x80090343L)
- //
- // MessageId: SEC_E_DELEGATION_REQUIRED
- //
- // MessageText:
- //
- // The requested operation requires delegation to be enabled on the machine.
- //
- #define SEC_E_DELEGATION_REQUIRED _HRESULT_TYPEDEF_(0x80090345L)
- //
- // MessageId: SEC_E_BAD_BINDINGS
- //
- // MessageText:
- //
- // Client's supplied SSPI channel bindings were incorrect.
- //
- #define SEC_E_BAD_BINDINGS _HRESULT_TYPEDEF_(0x80090346L)
- //
- // MessageId: SEC_E_MULTIPLE_ACCOUNTS
- //
- // MessageText:
- //
- // The received certificate was mapped to multiple accounts.
- //
- #define SEC_E_MULTIPLE_ACCOUNTS _HRESULT_TYPEDEF_(0x80090347L)
- //
- // MessageId: SEC_E_NO_KERB_KEY
- //
- // MessageText:
- //
- // SEC_E_NO_KERB_KEY
- //
- #define SEC_E_NO_KERB_KEY _HRESULT_TYPEDEF_(0x80090348L)
- //
- // Provided for backwards compatibility
- //
- #define SEC_E_NO_SPM SEC_E_INTERNAL_ERROR
- #define SEC_E_NOT_SUPPORTED SEC_E_UNSUPPORTED_FUNCTION
- //
- // MessageId: CRYPT_E_MSG_ERROR
- //
- // MessageText:
- //
- // An error occurred while performing an operation on a cryptographic message.
- //
- #define CRYPT_E_MSG_ERROR _HRESULT_TYPEDEF_(0x80091001L)
- //
- // MessageId: CRYPT_E_UNKNOWN_ALGO
- //
- // MessageText:
- //
- // Unknown cryptographic algorithm.
- //
- #define CRYPT_E_UNKNOWN_ALGO _HRESULT_TYPEDEF_(0x80091002L)
- //
- // MessageId: CRYPT_E_OID_FORMAT
- //
- // MessageText:
- //
- // The object identifier is poorly formatted.
- //
- #define CRYPT_E_OID_FORMAT _HRESULT_TYPEDEF_(0x80091003L)
- //
- // MessageId: CRYPT_E_INVALID_MSG_TYPE
- //
- // MessageText:
- //
- // Invalid cryptographic message type.
- //
- #define CRYPT_E_INVALID_MSG_TYPE _HRESULT_TYPEDEF_(0x80091004L)
- //
- // MessageId: CRYPT_E_UNEXPECTED_ENCODING
- //
- // MessageText:
- //
- // Unexpected cryptographic message encoding.
- //
- #define CRYPT_E_UNEXPECTED_ENCODING _HRESULT_TYPEDEF_(0x80091005L)
- //
- // MessageId: CRYPT_E_AUTH_ATTR_MISSING
- //
- // MessageText:
- //
- // The cryptographic message does not contain an expected authenticated attribute.
- //
- #define CRYPT_E_AUTH_ATTR_MISSING _HRESULT_TYPEDEF_(0x80091006L)
- //
- // MessageId: CRYPT_E_HASH_VALUE
- //
- // MessageText:
- //
- // The hash value is not correct.
- //
- #define CRYPT_E_HASH_VALUE _HRESULT_TYPEDEF_(0x80091007L)
- //
- // MessageId: CRYPT_E_INVALID_INDEX
- //
- // MessageText:
- //
- // The index value is not valid.
- //
- #define CRYPT_E_INVALID_INDEX _HRESULT_TYPEDEF_(0x80091008L)
- //
- // MessageId: CRYPT_E_ALREADY_DECRYPTED
- //
- // MessageText:
- //
- // The content of the cryptographic message has already been decrypted.
- //
- #define CRYPT_E_ALREADY_DECRYPTED _HRESULT_TYPEDEF_(0x80091009L)
- //
- // MessageId: CRYPT_E_NOT_DECRYPTED
- //
- // MessageText:
- //
- // The content of the cryptographic message has not been decrypted yet.
- //
- #define CRYPT_E_NOT_DECRYPTED _HRESULT_TYPEDEF_(0x8009100AL)
- //
- // MessageId: CRYPT_E_RECIPIENT_NOT_FOUND
- //
- // MessageText:
- //
- // The enveloped-data message does not contain the specified recipient.
- //
- #define CRYPT_E_RECIPIENT_NOT_FOUND _HRESULT_TYPEDEF_(0x8009100BL)
- //
- // MessageId: CRYPT_E_CONTROL_TYPE
- //
- // MessageText:
- //
- // Invalid control type.
- //
- #define CRYPT_E_CONTROL_TYPE _HRESULT_TYPEDEF_(0x8009100CL)
- //
- // MessageId: CRYPT_E_ISSUER_SERIALNUMBER
- //
- // MessageText:
- //
- // Invalid issuer and/or serial number.
- //
- #define CRYPT_E_ISSUER_SERIALNUMBER _HRESULT_TYPEDEF_(0x8009100DL)
- //
- // MessageId: CRYPT_E_SIGNER_NOT_FOUND
- //
- // MessageText:
- //
- // Cannot find the original signer.
- //
- #define CRYPT_E_SIGNER_NOT_FOUND _HRESULT_TYPEDEF_(0x8009100EL)
- //
- // MessageId: CRYPT_E_ATTRIBUTES_MISSING
- //
- // MessageText:
- //
- // The cryptographic message does not contain all of the requested attributes.
- //
- #define CRYPT_E_ATTRIBUTES_MISSING _HRESULT_TYPEDEF_(0x8009100FL)
- //
- // MessageId: CRYPT_E_STREAM_MSG_NOT_READY
- //
- // MessageText:
- //
- // The streamed cryptographic message is not ready to return data.
- //
- #define CRYPT_E_STREAM_MSG_NOT_READY _HRESULT_TYPEDEF_(0x80091010L)
- //
- // MessageId: CRYPT_E_STREAM_INSUFFICIENT_DATA
- //
- // MessageText:
- //
- // The streamed cryptographic message requires more data to complete the decode operation.
- //
- #define CRYPT_E_STREAM_INSUFFICIENT_DATA _HRESULT_TYPEDEF_(0x80091011L)
- //
- // MessageId: CRYPT_I_NEW_PROTECTION_REQUIRED
- //
- // MessageText:
- //
- // The protected data needs to be re-protected.
- //
- #define CRYPT_I_NEW_PROTECTION_REQUIRED _HRESULT_TYPEDEF_(0x00091012L)
- //
- // MessageId: CRYPT_E_BAD_LEN
- //
- // MessageText:
- //
- // The length specified for the output data was insufficient.
- //
- #define CRYPT_E_BAD_LEN _HRESULT_TYPEDEF_(0x80092001L)
- //
- // MessageId: CRYPT_E_BAD_ENCODE
- //
- // MessageText:
- //
- // An error occurred during encode or decode operation.
- //
- #define CRYPT_E_BAD_ENCODE _HRESULT_TYPEDEF_(0x80092002L)
- //
- // MessageId: CRYPT_E_FILE_ERROR
- //
- // MessageText:
- //
- // An error occurred while reading or writing to a file.
- //
- #define CRYPT_E_FILE_ERROR _HRESULT_TYPEDEF_(0x80092003L)
- //
- // MessageId: CRYPT_E_NOT_FOUND
- //
- // MessageText:
- //
- // Cannot find object or property.
- //
- #define CRYPT_E_NOT_FOUND _HRESULT_TYPEDEF_(0x80092004L)
- //
- // MessageId: CRYPT_E_EXISTS
- //
- // MessageText:
- //
- // The object or property already exists.
- //
- #define CRYPT_E_EXISTS _HRESULT_TYPEDEF_(0x80092005L)
- //
- // MessageId: CRYPT_E_NO_PROVIDER
- //
- // MessageText:
- //
- // No provider was specified for the store or object.
- //
- #define CRYPT_E_NO_PROVIDER _HRESULT_TYPEDEF_(0x80092006L)
- //
- // MessageId: CRYPT_E_SELF_SIGNED
- //
- // MessageText:
- //
- // The specified certificate is self signed.
- //
- #define CRYPT_E_SELF_SIGNED _HRESULT_TYPEDEF_(0x80092007L)
- //
- // MessageId: CRYPT_E_DELETED_PREV
- //
- // MessageText:
- //
- // The previous certificate or CRL context was deleted.
- //
- #define CRYPT_E_DELETED_PREV _HRESULT_TYPEDEF_(0x80092008L)
- //
- // MessageId: CRYPT_E_NO_MATCH
- //
- // MessageText:
- //
- // Cannot find the requested object.
- //
- #define CRYPT_E_NO_MATCH _HRESULT_TYPEDEF_(0x80092009L)
- //
- // MessageId: CRYPT_E_UNEXPECTED_MSG_TYPE
- //
- // MessageText:
- //
- // The certificate does not have a property that references a private key.
- //
- #define CRYPT_E_UNEXPECTED_MSG_TYPE _HRESULT_TYPEDEF_(0x8009200AL)
- //
- // MessageId: CRYPT_E_NO_KEY_PROPERTY
- //
- // MessageText:
- //
- // Cannot find the certificate and private key for decryption.
- //
- #define CRYPT_E_NO_KEY_PROPERTY _HRESULT_TYPEDEF_(0x8009200BL)
- //
- // MessageId: CRYPT_E_NO_DECRYPT_CERT
- //
- // MessageText:
- //
- // Cannot find the certificate and private key to use for decryption.
- //
- #define CRYPT_E_NO_DECRYPT_CERT _HRESULT_TYPEDEF_(0x8009200CL)
- //
- // MessageId: CRYPT_E_BAD_MSG
- //
- // MessageText:
- //
- // Not a cryptographic message or the cryptographic message is not formatted correctly.
- //
- #define CRYPT_E_BAD_MSG _HRESULT_TYPEDEF_(0x8009200DL)
- //
- // MessageId: CRYPT_E_NO_SIGNER
- //
- // MessageText:
- //
- // The signed cryptographic message does not have a signer for the specified signer index.
- //
- #define CRYPT_E_NO_SIGNER _HRESULT_TYPEDEF_(0x8009200EL)
- //
- // MessageId: CRYPT_E_PENDING_CLOSE
- //
- // MessageText:
- //
- // Final closure is pending until additional frees or closes.
- //
- #define CRYPT_E_PENDING_CLOSE _HRESULT_TYPEDEF_(0x8009200FL)
- //
- // MessageId: CRYPT_E_REVOKED
- //
- // MessageText:
- //
- // The certificate is revoked.
- //
- #define CRYPT_E_REVOKED _HRESULT_TYPEDEF_(0x80092010L)
- //
- // MessageId: CRYPT_E_NO_REVOCATION_DLL
- //
- // MessageText:
- //
- // No Dll or exported function was found to verify revocation.
- //
- #define CRYPT_E_NO_REVOCATION_DLL _HRESULT_TYPEDEF_(0x80092011L)
- //
- // MessageId: CRYPT_E_NO_REVOCATION_CHECK
- //
- // MessageText:
- //
- // The revocation function was unable to check revocation for the certificate.
- //
- #define CRYPT_E_NO_REVOCATION_CHECK _HRESULT_TYPEDEF_(0x80092012L)
- //
- // MessageId: CRYPT_E_REVOCATION_OFFLINE
- //
- // MessageText:
- //
- // The revocation function was unable to check revocation because the revocation server was offline.
- //
- #define CRYPT_E_REVOCATION_OFFLINE _HRESULT_TYPEDEF_(0x80092013L)
- //
- // MessageId: CRYPT_E_NOT_IN_REVOCATION_DATABASE
- //
- // MessageText:
- //
- // The certificate is not in the revocation server's database.
- //
- #define CRYPT_E_NOT_IN_REVOCATION_DATABASE _HRESULT_TYPEDEF_(0x80092014L)
- //
- // MessageId: CRYPT_E_INVALID_NUMERIC_STRING
- //
- // MessageText:
- //
- // The string contains a non-numeric character.
- //
- #define CRYPT_E_INVALID_NUMERIC_STRING _HRESULT_TYPEDEF_(0x80092020L)
- //
- // MessageId: CRYPT_E_INVALID_PRINTABLE_STRING
- //
- // MessageText:
- //
- // The string contains a non-printable character.
- //
- #define CRYPT_E_INVALID_PRINTABLE_STRING _HRESULT_TYPEDEF_(0x80092021L)
- //
- // MessageId: CRYPT_E_INVALID_IA5_STRING
- //
- // MessageText:
- //
- // The string contains a character not in the 7 bit ASCII character set.
- //
- #define CRYPT_E_INVALID_IA5_STRING _HRESULT_TYPEDEF_(0x80092022L)
- //
- // MessageId: CRYPT_E_INVALID_X500_STRING
- //
- // MessageText:
- //
- // The string contains an invalid X500 name attribute key, oid, value or delimiter.
- //
- #define CRYPT_E_INVALID_X500_STRING _HRESULT_TYPEDEF_(0x80092023L)
- //
- // MessageId: CRYPT_E_NOT_CHAR_STRING
- //
- // MessageText:
- //
- // The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING.
- //
- #define CRYPT_E_NOT_CHAR_STRING _HRESULT_TYPEDEF_(0x80092024L)
- //
- // MessageId: CRYPT_E_FILERESIZED
- //
- // MessageText:
- //
- // The Put operation can not continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done.
- //
- #define CRYPT_E_FILERESIZED _HRESULT_TYPEDEF_(0x80092025L)
- //
- // MessageId: CRYPT_E_SECURITY_SETTINGS
- //
- // MessageText:
- //
- // The cryptographic operation failed due to a local security option setting.
- //
- #define CRYPT_E_SECURITY_SETTINGS _HRESULT_TYPEDEF_(0x80092026L)
- //
- // MessageId: CRYPT_E_NO_VERIFY_USAGE_DLL
- //
- // MessageText:
- //
- // No DLL or exported function was found to verify subject usage.
- //
- #define CRYPT_E_NO_VERIFY_USAGE_DLL _HRESULT_TYPEDEF_(0x80092027L)
- //
- // MessageId: CRYPT_E_NO_VERIFY_USAGE_CHECK
- //
- // MessageText:
- //
- // The called function was unable to do a usage check on the subject.
- //
- #define CRYPT_E_NO_VERIFY_USAGE_CHECK _HRESULT_TYPEDEF_(0x80092028L)
- //
- // MessageId: CRYPT_E_VERIFY_USAGE_OFFLINE
- //
- // MessageText:
- //
- // Since the server was offline, the called function was unable to complete the usage check.
- //
- #define CRYPT_E_VERIFY_USAGE_OFFLINE _HRESULT_TYPEDEF_(0x80092029L)
- //
- // MessageId: CRYPT_E_NOT_IN_CTL
- //
- // MessageText:
- //
- // The subject was not found in a Certificate Trust List (CTL).
- //
- #define CRYPT_E_NOT_IN_CTL _HRESULT_TYPEDEF_(0x8009202AL)
- //
- // MessageId: CRYPT_E_NO_TRUSTED_SIGNER
- //
- // MessageText:
- //
- // None of the signers of the cryptographic message or certificate trust list is trusted.
- //
- #define CRYPT_E_NO_TRUSTED_SIGNER _HRESULT_TYPEDEF_(0x8009202BL)
- //
- // MessageId: CRYPT_E_MISSING_PUBKEY_PARA
- //
- // MessageText:
- //
- // The public key's algorithm parameters are missing.
- //
- #define CRYPT_E_MISSING_PUBKEY_PARA _HRESULT_TYPEDEF_(0x8009202CL)
- //
- // MessageId: CRYPT_E_OSS_ERROR
- //
- // MessageText:
- //
- // OSS Certificate encode/decode error code base
- //
- // See asn1code.h for a definition of the OSS runtime errors. The OSS
- // error values are offset by CRYPT_E_OSS_ERROR.
- //
- #define CRYPT_E_OSS_ERROR _HRESULT_TYPEDEF_(0x80093000L)
- //
- // MessageId: OSS_MORE_BUF
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Output Buffer is too small.
- //
- #define OSS_MORE_BUF _HRESULT_TYPEDEF_(0x80093001L)
- //
- // MessageId: OSS_NEGATIVE_UINTEGER
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
- //
- #define OSS_NEGATIVE_UINTEGER _HRESULT_TYPEDEF_(0x80093002L)
- //
- // MessageId: OSS_PDU_RANGE
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Unknown ASN.1 data type.
- //
- #define OSS_PDU_RANGE _HRESULT_TYPEDEF_(0x80093003L)
- //
- // MessageId: OSS_MORE_INPUT
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated.
- //
- #define OSS_MORE_INPUT _HRESULT_TYPEDEF_(0x80093004L)
- //
- // MessageId: OSS_DATA_ERROR
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_DATA_ERROR _HRESULT_TYPEDEF_(0x80093005L)
- //
- // MessageId: OSS_BAD_ARG
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid argument.
- //
- #define OSS_BAD_ARG _HRESULT_TYPEDEF_(0x80093006L)
- //
- // MessageId: OSS_BAD_VERSION
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Encode/Decode version mismatch.
- //
- #define OSS_BAD_VERSION _HRESULT_TYPEDEF_(0x80093007L)
- //
- // MessageId: OSS_OUT_MEMORY
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Out of memory.
- //
- #define OSS_OUT_MEMORY _HRESULT_TYPEDEF_(0x80093008L)
- //
- // MessageId: OSS_PDU_MISMATCH
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Encode/Decode Error.
- //
- #define OSS_PDU_MISMATCH _HRESULT_TYPEDEF_(0x80093009L)
- //
- // MessageId: OSS_LIMITED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Internal Error.
- //
- #define OSS_LIMITED _HRESULT_TYPEDEF_(0x8009300AL)
- //
- // MessageId: OSS_BAD_PTR
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_BAD_PTR _HRESULT_TYPEDEF_(0x8009300BL)
- //
- // MessageId: OSS_BAD_TIME
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_BAD_TIME _HRESULT_TYPEDEF_(0x8009300CL)
- //
- // MessageId: OSS_INDEFINITE_NOT_SUPPORTED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Unsupported BER indefinite-length encoding.
- //
- #define OSS_INDEFINITE_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009300DL)
- //
- // MessageId: OSS_MEM_ERROR
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Access violation.
- //
- #define OSS_MEM_ERROR _HRESULT_TYPEDEF_(0x8009300EL)
- //
- // MessageId: OSS_BAD_TABLE
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_BAD_TABLE _HRESULT_TYPEDEF_(0x8009300FL)
- //
- // MessageId: OSS_TOO_LONG
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_TOO_LONG _HRESULT_TYPEDEF_(0x80093010L)
- //
- // MessageId: OSS_CONSTRAINT_VIOLATED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_CONSTRAINT_VIOLATED _HRESULT_TYPEDEF_(0x80093011L)
- //
- // MessageId: OSS_FATAL_ERROR
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Internal Error.
- //
- #define OSS_FATAL_ERROR _HRESULT_TYPEDEF_(0x80093012L)
- //
- // MessageId: OSS_ACCESS_SERIALIZATION_ERROR
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Multi-threading conflict.
- //
- #define OSS_ACCESS_SERIALIZATION_ERROR _HRESULT_TYPEDEF_(0x80093013L)
- //
- // MessageId: OSS_NULL_TBL
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_NULL_TBL _HRESULT_TYPEDEF_(0x80093014L)
- //
- // MessageId: OSS_NULL_FCN
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_NULL_FCN _HRESULT_TYPEDEF_(0x80093015L)
- //
- // MessageId: OSS_BAD_ENCRULES
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_BAD_ENCRULES _HRESULT_TYPEDEF_(0x80093016L)
- //
- // MessageId: OSS_UNAVAIL_ENCRULES
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Encode/Decode function not implemented.
- //
- #define OSS_UNAVAIL_ENCRULES _HRESULT_TYPEDEF_(0x80093017L)
- //
- // MessageId: OSS_CANT_OPEN_TRACE_WINDOW
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Trace file error.
- //
- #define OSS_CANT_OPEN_TRACE_WINDOW _HRESULT_TYPEDEF_(0x80093018L)
- //
- // MessageId: OSS_UNIMPLEMENTED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Function not implemented.
- //
- #define OSS_UNIMPLEMENTED _HRESULT_TYPEDEF_(0x80093019L)
- //
- // MessageId: OSS_OID_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_OID_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009301AL)
- //
- // MessageId: OSS_CANT_OPEN_TRACE_FILE
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Trace file error.
- //
- #define OSS_CANT_OPEN_TRACE_FILE _HRESULT_TYPEDEF_(0x8009301BL)
- //
- // MessageId: OSS_TRACE_FILE_ALREADY_OPEN
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Trace file error.
- //
- #define OSS_TRACE_FILE_ALREADY_OPEN _HRESULT_TYPEDEF_(0x8009301CL)
- //
- // MessageId: OSS_TABLE_MISMATCH
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_TABLE_MISMATCH _HRESULT_TYPEDEF_(0x8009301DL)
- //
- // MessageId: OSS_TYPE_NOT_SUPPORTED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Invalid data.
- //
- #define OSS_TYPE_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009301EL)
- //
- // MessageId: OSS_REAL_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_REAL_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009301FL)
- //
- // MessageId: OSS_REAL_CODE_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_REAL_CODE_NOT_LINKED _HRESULT_TYPEDEF_(0x80093020L)
- //
- // MessageId: OSS_OUT_OF_RANGE
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_OUT_OF_RANGE _HRESULT_TYPEDEF_(0x80093021L)
- //
- // MessageId: OSS_COPIER_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_COPIER_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093022L)
- //
- // MessageId: OSS_CONSTRAINT_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_CONSTRAINT_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093023L)
- //
- // MessageId: OSS_COMPARATOR_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_COMPARATOR_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093024L)
- //
- // MessageId: OSS_COMPARATOR_CODE_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_COMPARATOR_CODE_NOT_LINKED _HRESULT_TYPEDEF_(0x80093025L)
- //
- // MessageId: OSS_MEM_MGR_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_MEM_MGR_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093026L)
- //
- // MessageId: OSS_PDV_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_PDV_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093027L)
- //
- // MessageId: OSS_PDV_CODE_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_PDV_CODE_NOT_LINKED _HRESULT_TYPEDEF_(0x80093028L)
- //
- // MessageId: OSS_API_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_API_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093029L)
- //
- // MessageId: OSS_BERDER_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_BERDER_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009302AL)
- //
- // MessageId: OSS_PER_DLL_NOT_LINKED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_PER_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009302BL)
- //
- // MessageId: OSS_OPEN_TYPE_ERROR
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Program link error.
- //
- #define OSS_OPEN_TYPE_ERROR _HRESULT_TYPEDEF_(0x8009302CL)
- //
- // MessageId: OSS_MUTEX_NOT_CREATED
- //
- // MessageText:
- //
- // OSS ASN.1 Error: System resource error.
- //
- #define OSS_MUTEX_NOT_CREATED _HRESULT_TYPEDEF_(0x8009302DL)
- //
- // MessageId: OSS_CANT_CLOSE_TRACE_FILE
- //
- // MessageText:
- //
- // OSS ASN.1 Error: Trace file error.
- //
- #define OSS_CANT_CLOSE_TRACE_FILE _HRESULT_TYPEDEF_(0x8009302EL)
- //
- // MessageId: CRYPT_E_ASN1_ERROR
- //
- // MessageText:
- //
- // ASN1 Certificate encode/decode error code base.
- //
- // The ASN1 error values are offset by CRYPT_E_ASN1_ERROR.
- //
- #define CRYPT_E_ASN1_ERROR _HRESULT_TYPEDEF_(0x80093100L)
- //
- // MessageId: CRYPT_E_ASN1_INTERNAL
- //
- // MessageText:
- //
- // ASN1 internal encode or decode error.
- //
- #define CRYPT_E_ASN1_INTERNAL _HRESULT_TYPEDEF_(0x80093101L)
- //
- // MessageId: CRYPT_E_ASN1_EOD
- //
- // MessageText:
- //
- // ASN1 unexpected end of data.
- //
- #define CRYPT_E_ASN1_EOD _HRESULT_TYPEDEF_(0x80093102L)
- //
- // MessageId: CRYPT_E_ASN1_CORRUPT
- //
- // MessageText:
- //
- // ASN1 corrupted data.
- //
- #define CRYPT_E_ASN1_CORRUPT _HRESULT_TYPEDEF_(0x80093103L)
- //
- // MessageId: CRYPT_E_ASN1_LARGE
- //
- // MessageText:
- //
- // ASN1 value too large.
- //
- #define CRYPT_E_ASN1_LARGE _HRESULT_TYPEDEF_(0x80093104L)
- //
- // MessageId: CRYPT_E_ASN1_CONSTRAINT
- //
- // MessageText:
- //
- // ASN1 constraint violated.
- //
- #define CRYPT_E_ASN1_CONSTRAINT _HRESULT_TYPEDEF_(0x80093105L)
- //
- // MessageId: CRYPT_E_ASN1_MEMORY
- //
- // MessageText:
- //
- // ASN1 out of memory.
- //
- #define CRYPT_E_ASN1_MEMORY _HRESULT_TYPEDEF_(0x80093106L)
- //
- // MessageId: CRYPT_E_ASN1_OVERFLOW
- //
- // MessageText:
- //
- // ASN1 buffer overflow.
- //
- #define CRYPT_E_ASN1_OVERFLOW _HRESULT_TYPEDEF_(0x80093107L)
- //
- // MessageId: CRYPT_E_ASN1_BADPDU
- //
- // MessageText:
- //
- // ASN1 function not supported for this PDU.
- //
- #define CRYPT_E_ASN1_BADPDU _HRESULT_TYPEDEF_(0x80093108L)
- //
- // MessageId: CRYPT_E_ASN1_BADARGS
- //
- // MessageText:
- //
- // ASN1 bad arguments to function call.
- //
- #define CRYPT_E_ASN1_BADARGS _HRESULT_TYPEDEF_(0x80093109L)
- //
- // MessageId: CRYPT_E_ASN1_BADREAL
- //
- // MessageText:
- //
- // ASN1 bad real value.
- //
- #define CRYPT_E_ASN1_BADREAL _HRESULT_TYPEDEF_(0x8009310AL)
- //
- // MessageId: CRYPT_E_ASN1_BADTAG
- //
- // MessageText:
- //
- // ASN1 bad tag value met.
- //
- #define CRYPT_E_ASN1_BADTAG _HRESULT_TYPEDEF_(0x8009310BL)
- //
- // MessageId: CRYPT_E_ASN1_CHOICE
- //
- // MessageText:
- //
- // ASN1 bad choice value.
- //
- #define CRYPT_E_ASN1_CHOICE _HRESULT_TYPEDEF_(0x8009310CL)
- //
- // MessageId: CRYPT_E_ASN1_RULE
- //
- // MessageText:
- //
- // ASN1 bad encoding rule.
- //
- #define CRYPT_E_ASN1_RULE _HRESULT_TYPEDEF_(0x8009310DL)
- //
- // MessageId: CRYPT_E_ASN1_UTF8
- //
- // MessageText:
- //
- // ASN1 bad unicode (UTF8).
- //
- #define CRYPT_E_ASN1_UTF8 _HRESULT_TYPEDEF_(0x8009310EL)
- //
- // MessageId: CRYPT_E_ASN1_PDU_TYPE
- //
- // MessageText:
- //
- // ASN1 bad PDU type.
- //
- #define CRYPT_E_ASN1_PDU_TYPE _HRESULT_TYPEDEF_(0x80093133L)
- //
- // MessageId: CRYPT_E_ASN1_NYI
- //
- // MessageText:
- //
- // ASN1 not yet implemented.
- //
- #define CRYPT_E_ASN1_NYI _HRESULT_TYPEDEF_(0x80093134L)
- //
- // MessageId: CRYPT_E_ASN1_EXTENDED
- //
- // MessageText:
- //
- // ASN1 skipped unknown extension(s).
- //
- #define CRYPT_E_ASN1_EXTENDED _HRESULT_TYPEDEF_(0x80093201L)
- //
- // MessageId: CRYPT_E_ASN1_NOEOD
- //
- // MessageText:
- //
- // ASN1 end of data expected
- //
- #define CRYPT_E_ASN1_NOEOD _HRESULT_TYPEDEF_(0x80093202L)
- //
- // MessageId: CERTSRV_E_BAD_REQUESTSUBJECT
- //
- // MessageText:
- //
- // The request subject name is invalid or too long.
- //
- #define CERTSRV_E_BAD_REQUESTSUBJECT _HRESULT_TYPEDEF_(0x80094001L)
- //
- // MessageId: CERTSRV_E_NO_REQUEST
- //
- // MessageText:
- //
- // The request does not exist.
- //
- #define CERTSRV_E_NO_REQUEST _HRESULT_TYPEDEF_(0x80094002L)
- //
- // MessageId: CERTSRV_E_BAD_REQUESTSTATUS
- //
- // MessageText:
- //
- // The request's current status does not allow this operation.
- //
- #define CERTSRV_E_BAD_REQUESTSTATUS _HRESULT_TYPEDEF_(0x80094003L)
- //
- // MessageId: CERTSRV_E_PROPERTY_EMPTY
- //
- // MessageText:
- //
- // The requested property value is empty.
- //
- #define CERTSRV_E_PROPERTY_EMPTY _HRESULT_TYPEDEF_(0x80094004L)
- //
- // MessageId: CERTSRV_E_INVALID_CA_CERTIFICATE
- //
- // MessageText:
- //
- // The certification authority's certificate contains invalid data.
- //
- #define CERTSRV_E_INVALID_CA_CERTIFICATE _HRESULT_TYPEDEF_(0x80094005L)
- //
- // MessageId: CERTSRV_E_SERVER_SUSPENDED
- //
- // MessageText:
- //
- // Certificate service has been suspended for a database restore operation.
- //
- #define CERTSRV_E_SERVER_SUSPENDED _HRESULT_TYPEDEF_(0x80094006L)
- //
- // MessageId: CERTSRV_E_ENCODING_LENGTH
- //
- // MessageText:
- //
- // The certificate contains an encoded length that is potentially incompatible with older enrollment software.
- //
- #define CERTSRV_E_ENCODING_LENGTH _HRESULT_TYPEDEF_(0x80094007L)
- //
- // MessageId: CERTSRV_E_ROLECONFLICT
- //
- // MessageText:
- //
- // The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation.
- //
- #define CERTSRV_E_ROLECONFLICT _HRESULT_TYPEDEF_(0x80094008L)
- //
- // MessageId: CERTSRV_E_RESTRICTEDOFFICER
- //
- // MessageText:
- //
- // The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester.
- //
- #define CERTSRV_E_RESTRICTEDOFFICER _HRESULT_TYPEDEF_(0x80094009L)
- //
- // MessageId: CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED
- //
- // MessageText:
- //
- // Cannot archive private key. The certification authority is not configured for key archival.
- //
- #define CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED _HRESULT_TYPEDEF_(0x8009400AL)
- //
- // MessageId: CERTSRV_E_NO_VALID_KRA
- //
- // MessageText:
- //
- // Cannot archive private key. The certification authority could not verify one or more key recovery certificates.
- //
- #define CERTSRV_E_NO_VALID_KRA _HRESULT_TYPEDEF_(0x8009400BL)
- //
- // MessageId: CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL
- //
- // MessageText:
- //
- // The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
- //
- #define CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL _HRESULT_TYPEDEF_(0x8009400CL)
- //
- // MessageId: CERTSRV_E_NO_CAADMIN_DEFINED
- //
- // MessageText:
- //
- // At least one security principal must have the permission to manage this CA.
- //
- #define CERTSRV_E_NO_CAADMIN_DEFINED _HRESULT_TYPEDEF_(0x8009400DL)
- //
- // MessageId: CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE
- //
- // MessageText:
- //
- // The request contains an invalid renewal certificate attribute.
- //
- #define CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE _HRESULT_TYPEDEF_(0x8009400EL)
- //
- // MessageId: CERTSRV_E_NO_DB_SESSIONS
- //
- // MessageText:
- //
- // An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions.
- //
- #define CERTSRV_E_NO_DB_SESSIONS _HRESULT_TYPEDEF_(0x8009400FL)
- //
- // MessageId: CERTSRV_E_ALIGNMENT_FAULT
- //
- // MessageText:
- //
- // A memory reference caused a data alignment fault.
- //
- #define CERTSRV_E_ALIGNMENT_FAULT _HRESULT_TYPEDEF_(0x80094010L)
- //
- // MessageId: CERTSRV_E_ENROLL_DENIED
- //
- // MessageText:
- //
- // The permissions on this certification authority do not allow the current user to enroll for certificates.
- //
- #define CERTSRV_E_ENROLL_DENIED _HRESULT_TYPEDEF_(0x80094011L)
- //
- // MessageId: CERTSRV_E_TEMPLATE_DENIED
- //
- // MessageText:
- //
- // The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
- //
- #define CERTSRV_E_TEMPLATE_DENIED _HRESULT_TYPEDEF_(0x80094012L)
- //
- // MessageId: CERTSRV_E_UNSUPPORTED_CERT_TYPE
- //
- // MessageText:
- //
- // The requested certificate template is not supported by this CA.
- //
- #define CERTSRV_E_UNSUPPORTED_CERT_TYPE _HRESULT_TYPEDEF_(0x80094800L)
- //
- // MessageId: CERTSRV_E_NO_CERT_TYPE
- //
- // MessageText:
- //
- // The request contains no certificate template information.
- //
- #define CERTSRV_E_NO_CERT_TYPE _HRESULT_TYPEDEF_(0x80094801L)
- //
- // MessageId: CERTSRV_E_TEMPLATE_CONFLICT
- //
- // MessageText:
- //
- // The request contains conflicting template information.
- //
- #define CERTSRV_E_TEMPLATE_CONFLICT _HRESULT_TYPEDEF_(0x80094802L)
- //
- // MessageId: CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED
- //
- // MessageText:
- //
- // The request is missing a required Subject Alternate name extension.
- //
- #define CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED _HRESULT_TYPEDEF_(0x80094803L)
- //
- // MessageId: CERTSRV_E_ARCHIVED_KEY_REQUIRED
- //
- // MessageText:
- //
- // The request is missing a required private key for archival by the server.
- //
- #define CERTSRV_E_ARCHIVED_KEY_REQUIRED _HRESULT_TYPEDEF_(0x80094804L)
- //
- // MessageId: CERTSRV_E_SMIME_REQUIRED
- //
- // MessageText:
- //
- // The request is missing a required SMIME capabilities extension.
- //
- #define CERTSRV_E_SMIME_REQUIRED _HRESULT_TYPEDEF_(0x80094805L)
- //
- // MessageId: CERTSRV_E_BAD_RENEWAL_SUBJECT
- //
- // MessageText:
- //
- // The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request.
- //
- #define CERTSRV_E_BAD_RENEWAL_SUBJECT _HRESULT_TYPEDEF_(0x80094806L)
- //
- // MessageId: CERTSRV_E_BAD_TEMPLATE_VERSION
- //
- // MessageText:
- //
- // The request template version is newer than the supported template version.
- //
- #define CERTSRV_E_BAD_TEMPLATE_VERSION _HRESULT_TYPEDEF_(0x80094807L)
- //
- // MessageId: CERTSRV_E_TEMPLATE_POLICY_REQUIRED
- //
- // MessageText:
- //
- // The template is missing a required signature policy attribute.
- //
- #define CERTSRV_E_TEMPLATE_POLICY_REQUIRED _HRESULT_TYPEDEF_(0x80094808L)
- //
- // MessageId: CERTSRV_E_SIGNATURE_POLICY_REQUIRED
- //
- // MessageText:
- //
- // The request is missing required signature policy information.
- //
- #define CERTSRV_E_SIGNATURE_POLICY_REQUIRED _HRESULT_TYPEDEF_(0x80094809L)
- //
- // MessageId: CERTSRV_E_SIGNATURE_COUNT
- //
- // MessageText:
- //
- // The request is missing one or more required signatures.
- //
- #define CERTSRV_E_SIGNATURE_COUNT _HRESULT_TYPEDEF_(0x8009480AL)
- //
- // MessageId: CERTSRV_E_SIGNATURE_REJECTED
- //
- // MessageText:
- //
- // One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures.
- //
- #define CERTSRV_E_SIGNATURE_REJECTED _HRESULT_TYPEDEF_(0x8009480BL)
- //
- // MessageId: CERTSRV_E_ISSUANCE_POLICY_REQUIRED
- //
- // MessageText:
- //
- // The request is missing one or more required signature issuance policies.
- //
- #define CERTSRV_E_ISSUANCE_POLICY_REQUIRED _HRESULT_TYPEDEF_(0x8009480CL)
- //
- // MessageId: CERTSRV_E_SUBJECT_UPN_REQUIRED
- //
- // MessageText:
- //
- // The UPN is unavailable and cannot be added to the Subject Alternate name.
- //
- #define CERTSRV_E_SUBJECT_UPN_REQUIRED _HRESULT_TYPEDEF_(0x8009480DL)
- //
- // MessageId: CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED
- //
- // MessageText:
- //
- // The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
- //
- #define CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED _HRESULT_TYPEDEF_(0x8009480EL)
- //
- // MessageId: CERTSRV_E_SUBJECT_DNS_REQUIRED
- //
- // MessageText:
- //
- // The DNS name is unavailable and cannot be added to the Subject Alternate name.
- //
- #define CERTSRV_E_SUBJECT_DNS_REQUIRED _HRESULT_TYPEDEF_(0x8009480FL)
- //
- // MessageId: CERTSRV_E_ARCHIVED_KEY_UNEXPECTED
- //
- // MessageText:
- //
- // The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
- //
- #define CERTSRV_E_ARCHIVED_KEY_UNEXPECTED _HRESULT_TYPEDEF_(0x80094810L)
- //
- // MessageId: CERTSRV_E_KEY_LENGTH
- //
- // MessageText:
- //
- // The public key does not meet the minimum size required by the specified certificate template.
- //
- #define CERTSRV_E_KEY_LENGTH _HRESULT_TYPEDEF_(0x80094811L)
- //
- // The range 0x5000-0x51ff is reserved for XENROLL errors.
- //
- //
- // MessageId: XENROLL_E_KEY_NOT_EXPORTABLE
- //
- // MessageText:
- //
- // The key is not exportable.
- //
- #define XENROLL_E_KEY_NOT_EXPORTABLE _HRESULT_TYPEDEF_(0x80095000L)
- //
- // MessageId: XENROLL_E_CANNOT_ADD_ROOT_CERT
- //
- // MessageText:
- //
- // You cannot add the root CA certificate into your local store.
- //
- #define XENROLL_E_CANNOT_ADD_ROOT_CERT _HRESULT_TYPEDEF_(0x80095001L)
- //
- // MessageId: XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND
- //
- // MessageText:
- //
- // The key archival hash attribute was not found in the response.
- //
- #define XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND _HRESULT_TYPEDEF_(0x80095002L)
- //
- // MessageId: XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH
- //
- // MessageText:
- //
- // An unexpetced key archival hash attribute was found in the response.
- //
- #define XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH _HRESULT_TYPEDEF_(0x80095003L)
- //
- // MessageId: XENROLL_E_RESPONSE_KA_HASH_MISMATCH
- //
- // MessageText:
- //
- // There is a key archival hash mismatch between the request and the response.
- //
- #define XENROLL_E_RESPONSE_KA_HASH_MISMATCH _HRESULT_TYPEDEF_(0x80095004L)
- //
- // MessageId: XENROLL_E_KEYSPEC_SMIME_MISMATCH
- //
- // MessageText:
- //
- // Signing certificate cannot include SMIME extension.
- //
- #define XENROLL_E_KEYSPEC_SMIME_MISMATCH _HRESULT_TYPEDEF_(0x80095005L)
- //
- // MessageId: TRUST_E_SYSTEM_ERROR
- //
- // MessageText:
- //
- // A system-level error occurred while verifying trust.
- //
- #define TRUST_E_SYSTEM_ERROR _HRESULT_TYPEDEF_(0x80096001L)
- //
- // MessageId: TRUST_E_NO_SIGNER_CERT
- //
- // MessageText:
- //
- // The certificate for the signer of the message is invalid or not found.
- //
- #define TRUST_E_NO_SIGNER_CERT _HRESULT_TYPEDEF_(0x80096002L)
- //
- // MessageId: TRUST_E_COUNTER_SIGNER
- //
- // MessageText:
- //
- // One of the counter signatures was invalid.
- //
- #define TRUST_E_COUNTER_SIGNER _HRESULT_TYPEDEF_(0x80096003L)
- //
- // MessageId: TRUST_E_CERT_SIGNATURE
- //
- // MessageText:
- //
- // The signature of the certificate can not be verified.
- //
- #define TRUST_E_CERT_SIGNATURE _HRESULT_TYPEDEF_(0x80096004L)
- //
- // MessageId: TRUST_E_TIME_STAMP
- //
- // MessageText:
- //
- // The timestamp signature and/or certificate could not be verified or is malformed.
- //
- #define TRUST_E_TIME_STAMP _HRESULT_TYPEDEF_(0x80096005L)
- //
- // MessageId: TRUST_E_BAD_DIGEST
- //
- // MessageText:
- //
- // The digital signature of the object did not verify.
- //
- #define TRUST_E_BAD_DIGEST _HRESULT_TYPEDEF_(0x80096010L)
- //
- // MessageId: TRUST_E_BASIC_CONSTRAINTS
- //
- // MessageText:
- //
- // A certificate's basic constraint extension has not been observed.
- //
- #define TRUST_E_BASIC_CONSTRAINTS _HRESULT_TYPEDEF_(0x80096019L)
- //
- // MessageId: TRUST_E_FINANCIAL_CRITERIA
- //
- // MessageText:
- //
- // The certificate does not meet or contain the Authenticode financial extensions.
- //
- #define TRUST_E_FINANCIAL_CRITERIA _HRESULT_TYPEDEF_(0x8009601EL)
- //
- // Error codes for mssipotf.dll
- // Most of the error codes can only occur when an error occurs
- // during font file signing
- //
- //
- //
- // MessageId: MSSIPOTF_E_OUTOFMEMRANGE
- //
- // MessageText:
- //
- // Tried to reference a part of the file outside the proper range.
- //
- #define MSSIPOTF_E_OUTOFMEMRANGE _HRESULT_TYPEDEF_(0x80097001L)
- //
- // MessageId: MSSIPOTF_E_CANTGETOBJECT
- //
- // MessageText:
- //
- // Could not retrieve an object from the file.
- //
- #define MSSIPOTF_E_CANTGETOBJECT _HRESULT_TYPEDEF_(0x80097002L)
- //
- // MessageId: MSSIPOTF_E_NOHEADTABLE
- //
- // MessageText:
- //
- // Could not find the head table in the file.
- //
- #define MSSIPOTF_E_NOHEADTABLE _HRESULT_TYPEDEF_(0x80097003L)
- //
- // MessageId: MSSIPOTF_E_BAD_MAGICNUMBER
- //
- // MessageText:
- //
- // The magic number in the head table is incorrect.
- //
- #define MSSIPOTF_E_BAD_MAGICNUMBER _HRESULT_TYPEDEF_(0x80097004L)
- //
- // MessageId: MSSIPOTF_E_BAD_OFFSET_TABLE
- //
- // MessageText:
- //
- // The offset table has incorrect values.
- //
- #define MSSIPOTF_E_BAD_OFFSET_TABLE _HRESULT_TYPEDEF_(0x80097005L)
- //
- // MessageId: MSSIPOTF_E_TABLE_TAGORDER
- //
- // MessageText:
- //
- // Duplicate table tags or tags out of alphabetical order.
- //
- #define MSSIPOTF_E_TABLE_TAGORDER _HRESULT_TYPEDEF_(0x80097006L)
- //
- // MessageId: MSSIPOTF_E_TABLE_LONGWORD
- //
- // MessageText:
- //
- // A table does not start on a long word boundary.
- //
- #define MSSIPOTF_E_TABLE_LONGWORD _HRESULT_TYPEDEF_(0x80097007L)
- //
- // MessageId: MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT
- //
- // MessageText:
- //
- // First table does not appear after header information.
- //
- #define MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT _HRESULT_TYPEDEF_(0x80097008L)
- //
- // MessageId: MSSIPOTF_E_TABLES_OVERLAP
- //
- // MessageText:
- //
- // Two or more tables overlap.
- //
- #define MSSIPOTF_E_TABLES_OVERLAP _HRESULT_TYPEDEF_(0x80097009L)
- //
- // MessageId: MSSIPOTF_E_TABLE_PADBYTES
- //
- // MessageText:
- //
- // Too many pad bytes between tables or pad bytes are not 0.
- //
- #define MSSIPOTF_E_TABLE_PADBYTES _HRESULT_TYPEDEF_(0x8009700AL)
- //
- // MessageId: MSSIPOTF_E_FILETOOSMALL
- //
- // MessageText:
- //
- // File is too small to contain the last table.
- //
- #define MSSIPOTF_E_FILETOOSMALL _HRESULT_TYPEDEF_(0x8009700BL)
- //
- // MessageId: MSSIPOTF_E_TABLE_CHECKSUM
- //
- // MessageText:
- //
- // A table checksum is incorrect.
- //
- #define MSSIPOTF_E_TABLE_CHECKSUM _HRESULT_TYPEDEF_(0x8009700CL)
- //
- // MessageId: MSSIPOTF_E_FILE_CHECKSUM
- //
- // MessageText:
- //
- // The file checksum is incorrect.
- //
- #define MSSIPOTF_E_FILE_CHECKSUM _HRESULT_TYPEDEF_(0x8009700DL)
- //
- // MessageId: MSSIPOTF_E_FAILED_POLICY
- //
- // MessageText:
- //
- // The signature does not have the correct attributes for the policy.
- //
- #define MSSIPOTF_E_FAILED_POLICY _HRESULT_TYPEDEF_(0x80097010L)
- //
- // MessageId: MSSIPOTF_E_FAILED_HINTS_CHECK
- //
- // MessageText:
- //
- // The file did not pass the hints check.
- //
- #define MSSIPOTF_E_FAILED_HINTS_CHECK _HRESULT_TYPEDEF_(0x80097011L)
- //
- // MessageId: MSSIPOTF_E_NOT_OPENTYPE
- //
- // MessageText:
- //
- // The file is not an OpenType file.
- //
- #define MSSIPOTF_E_NOT_OPENTYPE _HRESULT_TYPEDEF_(0x80097012L)
- //
- // MessageId: MSSIPOTF_E_FILE
- //
- // MessageText:
- //
- // Failed on a file operation (open, map, read, write).
- //
- #define MSSIPOTF_E_FILE _HRESULT_TYPEDEF_(0x80097013L)
- //
- // MessageId: MSSIPOTF_E_CRYPT
- //
- // MessageText:
- //
- // A call to a CryptoAPI function failed.
- //
- #define MSSIPOTF_E_CRYPT _HRESULT_TYPEDEF_(0x80097014L)
- //
- // MessageId: MSSIPOTF_E_BADVERSION
- //
- // MessageText:
- //
- // There is a bad version number in the file.
- //
- #define MSSIPOTF_E_BADVERSION _HRESULT_TYPEDEF_(0x80097015L)
- //
- // MessageId: MSSIPOTF_E_DSIG_STRUCTURE
- //
- // MessageText:
- //
- // The structure of the DSIG table is incorrect.
- //
- #define MSSIPOTF_E_DSIG_STRUCTURE _HRESULT_TYPEDEF_(0x80097016L)
- //
- // MessageId: MSSIPOTF_E_PCONST_CHECK
- //
- // MessageText:
- //
- // A check failed in a partially constant table.
- //
- #define MSSIPOTF_E_PCONST_CHECK _HRESULT_TYPEDEF_(0x80097017L)
- //
- // MessageId: MSSIPOTF_E_STRUCTURE
- //
- // MessageText:
- //
- // Some kind of structural error.
- //
- #define MSSIPOTF_E_STRUCTURE _HRESULT_TYPEDEF_(0x80097018L)
- #define NTE_OP_OK 0
- //
- // Note that additional FACILITY_SSPI errors are in issperr.h
- //
- // ******************
- // FACILITY_CERT
- // ******************
- //
- // MessageId: TRUST_E_PROVIDER_UNKNOWN
- //
- // MessageText:
- //
- // Unknown trust provider.
- //
- #define TRUST_E_PROVIDER_UNKNOWN _HRESULT_TYPEDEF_(0x800B0001L)
- //
- // MessageId: TRUST_E_ACTION_UNKNOWN
- //
- // MessageText:
- //
- // The trust verification action specified is not supported by the specified trust provider.
- //
- #define TRUST_E_ACTION_UNKNOWN _HRESULT_TYPEDEF_(0x800B0002L)
- //
- // MessageId: TRUST_E_SUBJECT_FORM_UNKNOWN
- //
- // MessageText:
- //
- // The form specified for the subject is not one supported or known by the specified trust provider.
- //
- #define TRUST_E_SUBJECT_FORM_UNKNOWN _HRESULT_TYPEDEF_(0x800B0003L)
- //
- // MessageId: TRUST_E_SUBJECT_NOT_TRUSTED
- //
- // MessageText:
- //
- // The subject is not trusted for the specified action.
- //
- #define TRUST_E_SUBJECT_NOT_TRUSTED _HRESULT_TYPEDEF_(0x800B0004L)
- //
- // MessageId: DIGSIG_E_ENCODE
- //
- // MessageText:
- //
- // Error due to problem in ASN.1 encoding process.
- //
- #define DIGSIG_E_ENCODE _HRESULT_TYPEDEF_(0x800B0005L)
- //
- // MessageId: DIGSIG_E_DECODE
- //
- // MessageText:
- //
- // Error due to problem in ASN.1 decoding process.
- //
- #define DIGSIG_E_DECODE _HRESULT_TYPEDEF_(0x800B0006L)
- //
- // MessageId: DIGSIG_E_EXTENSIBILITY
- //
- // MessageText:
- //
- // Reading / writing Extensions where Attributes are appropriate, and visa versa.
- //
- #define DIGSIG_E_EXTENSIBILITY _HRESULT_TYPEDEF_(0x800B0007L)
- //
- // MessageId: DIGSIG_E_CRYPTO
- //
- // MessageText:
- //
- // Unspecified cryptographic failure.
- //
- #define DIGSIG_E_CRYPTO _HRESULT_TYPEDEF_(0x800B0008L)
- //
- // MessageId: PERSIST_E_SIZEDEFINITE
- //
- // MessageText:
- //
- // The size of the data could not be determined.
- //
- #define PERSIST_E_SIZEDEFINITE _HRESULT_TYPEDEF_(0x800B0009L)
- //
- // MessageId: PERSIST_E_SIZEINDEFINITE
- //
- // MessageText:
- //
- // The size of the indefinite-sized data could not be determined.
- //
- #define PERSIST_E_SIZEINDEFINITE _HRESULT_TYPEDEF_(0x800B000AL)
- //
- // MessageId: PERSIST_E_NOTSELFSIZING
- //
- // MessageText:
- //
- // This object does not read and write self-sizing data.
- //
- #define PERSIST_E_NOTSELFSIZING _HRESULT_TYPEDEF_(0x800B000BL)
- //
- // MessageId: TRUST_E_NOSIGNATURE
- //
- // MessageText:
- //
- // No signature was present in the subject.
- //
- #define TRUST_E_NOSIGNATURE _HRESULT_TYPEDEF_(0x800B0100L)
- //
- // MessageId: CERT_E_EXPIRED
- //
- // MessageText:
- //
- // A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
- //
- #define CERT_E_EXPIRED _HRESULT_TYPEDEF_(0x800B0101L)
- //
- // MessageId: CERT_E_VALIDITYPERIODNESTING
- //
- // MessageText:
- //
- // The validity periods of the certification chain do not nest correctly.
- //
- #define CERT_E_VALIDITYPERIODNESTING _HRESULT_TYPEDEF_(0x800B0102L)
- //
- // MessageId: CERT_E_ROLE
- //
- // MessageText:
- //
- // A certificate that can only be used as an end-entity is being used as a CA or visa versa.
- //
- #define CERT_E_ROLE _HRESULT_TYPEDEF_(0x800B0103L)
- //
- // MessageId: CERT_E_PATHLENCONST
- //
- // MessageText:
- //
- // A path length constraint in the certification chain has been violated.
- //
- #define CERT_E_PATHLENCONST _HRESULT_TYPEDEF_(0x800B0104L)
- //
- // MessageId: CERT_E_CRITICAL
- //
- // MessageText:
- //
- // A certificate contains an unknown extension that is marked 'critical'.
- //
- #define CERT_E_CRITICAL _HRESULT_TYPEDEF_(0x800B0105L)
- //
- // MessageId: CERT_E_PURPOSE
- //
- // MessageText:
- //
- // A certificate being used for a purpose other than the ones specified by its CA.
- //
- #define CERT_E_PURPOSE _HRESULT_TYPEDEF_(0x800B0106L)
- //
- // MessageId: CERT_E_ISSUERCHAINING
- //
- // MessageText:
- //
- // A parent of a given certificate in fact did not issue that child certificate.
- //
- #define CERT_E_ISSUERCHAINING _HRESULT_TYPEDEF_(0x800B0107L)
- //
- // MessageId: CERT_E_MALFORMED
- //
- // MessageText:
- //
- // A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
- //
- #define CERT_E_MALFORMED _HRESULT_TYPEDEF_(0x800B0108L)
- //
- // MessageId: CERT_E_UNTRUSTEDROOT
- //
- // MessageText:
- //
- // A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
- //
- #define CERT_E_UNTRUSTEDROOT _HRESULT_TYPEDEF_(0x800B0109L)
- //
- // MessageId: CERT_E_CHAINING
- //
- // MessageText:
- //
- // An internal certificate chaining error has occurred.
- //
- #define CERT_E_CHAINING _HRESULT_TYPEDEF_(0x800B010AL)
- //
- // MessageId: TRUST_E_FAIL
- //
- // MessageText:
- //
- // Generic trust failure.
- //
- #define TRUST_E_FAIL _HRESULT_TYPEDEF_(0x800B010BL)
- //
- // MessageId: CERT_E_REVOKED
- //
- // MessageText:
- //
- // A certificate was explicitly revoked by its issuer.
- //
- #define CERT_E_REVOKED _HRESULT_TYPEDEF_(0x800B010CL)
- //
- // MessageId: CERT_E_UNTRUSTEDTESTROOT
- //
- // MessageText:
- //
- // The certification path terminates with the test root which is not trusted with the current policy settings.
- //
- #define CERT_E_UNTRUSTEDTESTROOT _HRESULT_TYPEDEF_(0x800B010DL)
- //
- // MessageId: CERT_E_REVOCATION_FAILURE
- //
- // MessageText:
- //
- // The revocation process could not continue - the certificate(s) could not be checked.
- //
- #define CERT_E_REVOCATION_FAILURE _HRESULT_TYPEDEF_(0x800B010EL)
- //
- // MessageId: CERT_E_CN_NO_MATCH
- //
- // MessageText:
- //
- // The certificate's CN name does not match the passed value.
- //
- #define CERT_E_CN_NO_MATCH _HRESULT_TYPEDEF_(0x800B010FL)
- //
- // MessageId: CERT_E_WRONG_USAGE
- //
- // MessageText:
- //
- // The certificate is not valid for the requested usage.
- //
- #define CERT_E_WRONG_USAGE _HRESULT_TYPEDEF_(0x800B0110L)
- //
- // MessageId: TRUST_E_EXPLICIT_DISTRUST
- //
- // MessageText:
- //
- // The certificate was explicitly marked as untrusted by the user.
- //
- #define TRUST_E_EXPLICIT_DISTRUST _HRESULT_TYPEDEF_(0x800B0111L)
- //
- // MessageId: CERT_E_UNTRUSTEDCA
- //
- // MessageText:
- //
- // A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
- //
- #define CERT_E_UNTRUSTEDCA _HRESULT_TYPEDEF_(0x800B0112L)
- //
- // MessageId: CERT_E_INVALID_POLICY
- //
- // MessageText:
- //
- // The certificate has invalid policy.
- //
- #define CERT_E_INVALID_POLICY _HRESULT_TYPEDEF_(0x800B0113L)
- //
- // MessageId: CERT_E_INVALID_NAME
- //
- // MessageText:
- //
- // The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
- //
- #define CERT_E_INVALID_NAME _HRESULT_TYPEDEF_(0x800B0114L)
- // *****************
- // FACILITY_SETUPAPI
- // *****************
- //
- // Since these error codes aren't in the standard Win32 range (i.e., 0-64K), define a
- // macro to map either Win32 or SetupAPI error codes into an HRESULT.
- //
- #define HRESULT_FROM_SETUPAPI(x) ((((x) & (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR)) == (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR))
- ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_SETUPAPI << 16) | 0x80000000))
- : HRESULT_FROM_WIN32(x))
- //
- // MessageId: SPAPI_E_EXPECTED_SECTION_NAME
- //
- // MessageText:
- //
- // A non-empty line was encountered in the INF before the start of a section.
- //
- #define SPAPI_E_EXPECTED_SECTION_NAME _HRESULT_TYPEDEF_(0x800F0000L)
- //
- // MessageId: SPAPI_E_BAD_SECTION_NAME_LINE
- //
- // MessageText:
- //
- // A section name marker in the INF is not complete, or does not exist on a line by itself.
- //
- #define SPAPI_E_BAD_SECTION_NAME_LINE _HRESULT_TYPEDEF_(0x800F0001L)
- //
- // MessageId: SPAPI_E_SECTION_NAME_TOO_LONG
- //
- // MessageText:
- //
- // An INF section was encountered whose name exceeds the maximum section name length.
- //
- #define SPAPI_E_SECTION_NAME_TOO_LONG _HRESULT_TYPEDEF_(0x800F0002L)
- //
- // MessageId: SPAPI_E_GENERAL_SYNTAX
- //
- // MessageText:
- //
- // The syntax of the INF is invalid.
- //
- #define SPAPI_E_GENERAL_SYNTAX _HRESULT_TYPEDEF_(0x800F0003L)
- //
- // MessageId: SPAPI_E_WRONG_INF_STYLE
- //
- // MessageText:
- //
- // The style of the INF is different than what was requested.
- //
- #define SPAPI_E_WRONG_INF_STYLE _HRESULT_TYPEDEF_(0x800F0100L)
- //
- // MessageId: SPAPI_E_SECTION_NOT_FOUND
- //
- // MessageText:
- //
- // The required section was not found in the INF.
- //
- #define SPAPI_E_SECTION_NOT_FOUND _HRESULT_TYPEDEF_(0x800F0101L)
- //
- // MessageId: SPAPI_E_LINE_NOT_FOUND
- //
- // MessageText:
- //
- // The required line was not found in the INF.
- //
- #define SPAPI_E_LINE_NOT_FOUND _HRESULT_TYPEDEF_(0x800F0102L)
- //
- // MessageId: SPAPI_E_NO_BACKUP
- //
- // MessageText:
- //
- // The files affected by the installation of this file queue have not been backed up for uninstall.
- //
- #define SPAPI_E_NO_BACKUP _HRESULT_TYPEDEF_(0x800F0103L)
- //
- // MessageId: SPAPI_E_NO_ASSOCIATED_CLASS
- //
- // MessageText:
- //
- // The INF or the device information set or element does not have an associated install class.
- //
- #define SPAPI_E_NO_ASSOCIATED_CLASS _HRESULT_TYPEDEF_(0x800F0200L)
- //
- // MessageId: SPAPI_E_CLASS_MISMATCH
- //
- // MessageText:
- //
- // The INF or the device information set or element does not match the specified install class.
- //
- #define SPAPI_E_CLASS_MISMATCH _HRESULT_TYPEDEF_(0x800F0201L)
- //
- // MessageId: SPAPI_E_DUPLICATE_FOUND
- //
- // MessageText:
- //
- // An existing device was found that is a duplicate of the device being manually installed.
- //
- #define SPAPI_E_DUPLICATE_FOUND _HRESULT_TYPEDEF_(0x800F0202L)
- //
- // MessageId: SPAPI_E_NO_DRIVER_SELECTED
- //
- // MessageText:
- //
- // There is no driver selected for the device information set or element.
- //
- #define SPAPI_E_NO_DRIVER_SELECTED _HRESULT_TYPEDEF_(0x800F0203L)
- //
- // MessageId: SPAPI_E_KEY_DOES_NOT_EXIST
- //
- // MessageText:
- //
- // The requested device registry key does not exist.
- //
- #define SPAPI_E_KEY_DOES_NOT_EXIST _HRESULT_TYPEDEF_(0x800F0204L)
- //
- // MessageId: SPAPI_E_INVALID_DEVINST_NAME
- //
- // MessageText:
- //
- // The device instance name is invalid.
- //
- #define SPAPI_E_INVALID_DEVINST_NAME _HRESULT_TYPEDEF_(0x800F0205L)
- //
- // MessageId: SPAPI_E_INVALID_CLASS
- //
- // MessageText:
- //
- // The install class is not present or is invalid.
- //
- #define SPAPI_E_INVALID_CLASS _HRESULT_TYPEDEF_(0x800F0206L)
- //
- // MessageId: SPAPI_E_DEVINST_ALREADY_EXISTS
- //
- // MessageText:
- //
- // The device instance cannot be created because it already exists.
- //
- #define SPAPI_E_DEVINST_ALREADY_EXISTS _HRESULT_TYPEDEF_(0x800F0207L)
- //
- // MessageId: SPAPI_E_DEVINFO_NOT_REGISTERED
- //
- // MessageText:
- //
- // The operation cannot be performed on a device information element that has not been registered.
- //
- #define SPAPI_E_DEVINFO_NOT_REGISTERED _HRESULT_TYPEDEF_(0x800F0208L)
- //
- // MessageId: SPAPI_E_INVALID_REG_PROPERTY
- //
- // MessageText:
- //
- // The device property code is invalid.
- //
- #define SPAPI_E_INVALID_REG_PROPERTY _HRESULT_TYPEDEF_(0x800F0209L)
- //
- // MessageId: SPAPI_E_NO_INF
- //
- // MessageText:
- //
- // The INF from which a driver list is to be built does not exist.
- //
- #define SPAPI_E_NO_INF _HRESULT_TYPEDEF_(0x800F020AL)
- //
- // MessageId: SPAPI_E_NO_SUCH_DEVINST
- //
- // MessageText:
- //
- // The device instance does not exist in the hardware tree.
- //
- #define SPAPI_E_NO_SUCH_DEVINST _HRESULT_TYPEDEF_(0x800F020BL)
- //
- // MessageId: SPAPI_E_CANT_LOAD_CLASS_ICON
- //
- // MessageText:
- //
- // The icon representing this install class cannot be loaded.
- //
- #define SPAPI_E_CANT_LOAD_CLASS_ICON _HRESULT_TYPEDEF_(0x800F020CL)
- //
- // MessageId: SPAPI_E_INVALID_CLASS_INSTALLER
- //
- // MessageText:
- //
- // The class installer registry entry is invalid.
- //
- #define SPAPI_E_INVALID_CLASS_INSTALLER _HRESULT_TYPEDEF_(0x800F020DL)
- //
- // MessageId: SPAPI_E_DI_DO_DEFAULT
- //
- // MessageText:
- //
- // The class installer has indicated that the default action should be performed for this installation request.
- //
- #define SPAPI_E_DI_DO_DEFAULT _HRESULT_TYPEDEF_(0x800F020EL)
- //
- // MessageId: SPAPI_E_DI_NOFILECOPY
- //
- // MessageText:
- //
- // The operation does not require any files to be copied.
- //
- #define SPAPI_E_DI_NOFILECOPY _HRESULT_TYPEDEF_(0x800F020FL)
- //
- // MessageId: SPAPI_E_INVALID_HWPROFILE
- //
- // MessageText:
- //
- // The specified hardware profile does not exist.
- //
- #define SPAPI_E_INVALID_HWPROFILE _HRESULT_TYPEDEF_(0x800F0210L)
- //
- // MessageId: SPAPI_E_NO_DEVICE_SELECTED
- //
- // MessageText:
- //
- // There is no device information element currently selected for this device information set.
- //
- #define SPAPI_E_NO_DEVICE_SELECTED _HRESULT_TYPEDEF_(0x800F0211L)
- //
- // MessageId: SPAPI_E_DEVINFO_LIST_LOCKED
- //
- // MessageText:
- //
- // The operation cannot be performed because the device information set is locked.
- //
- #define SPAPI_E_DEVINFO_LIST_LOCKED _HRESULT_TYPEDEF_(0x800F0212L)
- //
- // MessageId: SPAPI_E_DEVINFO_DATA_LOCKED
- //
- // MessageText:
- //
- // The operation cannot be performed because the device information element is locked.
- //
- #define SPAPI_E_DEVINFO_DATA_LOCKED _HRESULT_TYPEDEF_(0x800F0213L)
- //
- // MessageId: SPAPI_E_DI_BAD_PATH
- //
- // MessageText:
- //
- // The specified path does not contain any applicable device INFs.
- //
- #define SPAPI_E_DI_BAD_PATH _HRESULT_TYPEDEF_(0x800F0214L)
- //
- // MessageId: SPAPI_E_NO_CLASSINSTALL_PARAMS
- //
- // MessageText:
- //
- // No class installer parameters have been set for the device information set or element.
- //
- #define SPAPI_E_NO_CLASSINSTALL_PARAMS _HRESULT_TYPEDEF_(0x800F0215L)
- //
- // MessageId: SPAPI_E_FILEQUEUE_LOCKED
- //
- // MessageText:
- //
- // The operation cannot be performed because the file queue is locked.
- //
- #define SPAPI_E_FILEQUEUE_LOCKED _HRESULT_TYPEDEF_(0x800F0216L)
- //
- // MessageId: SPAPI_E_BAD_SERVICE_INSTALLSECT
- //
- // MessageText:
- //
- // A service installation section in this INF is invalid.
- //
- #define SPAPI_E_BAD_SERVICE_INSTALLSECT _HRESULT_TYPEDEF_(0x800F0217L)
- //
- // MessageId: SPAPI_E_NO_CLASS_DRIVER_LIST
- //
- // MessageText:
- //
- // There is no class driver list for the device information element.
- //
- #define SPAPI_E_NO_CLASS_DRIVER_LIST _HRESULT_TYPEDEF_(0x800F0218L)
- //
- // MessageId: SPAPI_E_NO_ASSOCIATED_SERVICE
- //
- // MessageText:
- //
- // The installation failed because a function driver was not specified for this device instance.
- //
- #define SPAPI_E_NO_ASSOCIATED_SERVICE _HRESULT_TYPEDEF_(0x800F0219L)
- //
- // MessageId: SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE
- //
- // MessageText:
- //
- // There is presently no default device interface designated for this interface class.
- //
- #define SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE _HRESULT_TYPEDEF_(0x800F021AL)
- //
- // MessageId: SPAPI_E_DEVICE_INTERFACE_ACTIVE
- //
- // MessageText:
- //
- // The operation cannot be performed because the device interface is currently active.
- //
- #define SPAPI_E_DEVICE_INTERFACE_ACTIVE _HRESULT_TYPEDEF_(0x800F021BL)
- //
- // MessageId: SPAPI_E_DEVICE_INTERFACE_REMOVED
- //
- // MessageText:
- //
- // The operation cannot be performed because the device interface has been removed from the system.
- //
- #define SPAPI_E_DEVICE_INTERFACE_REMOVED _HRESULT_TYPEDEF_(0x800F021CL)
- //
- // MessageId: SPAPI_E_BAD_INTERFACE_INSTALLSECT
- //
- // MessageText:
- //
- // An interface installation section in this INF is invalid.
- //
- #define SPAPI_E_BAD_INTERFACE_INSTALLSECT _HRESULT_TYPEDEF_(0x800F021DL)
- //
- // MessageId: SPAPI_E_NO_SUCH_INTERFACE_CLASS
- //
- // MessageText:
- //
- // This interface class does not exist in the system.
- //
- #define SPAPI_E_NO_SUCH_INTERFACE_CLASS _HRESULT_TYPEDEF_(0x800F021EL)
- //
- // MessageId: SPAPI_E_INVALID_REFERENCE_STRING
- //
- // MessageText:
- //
- // The reference string supplied for this interface device is invalid.
- //
- #define SPAPI_E_INVALID_REFERENCE_STRING _HRESULT_TYPEDEF_(0x800F021FL)
- //
- // MessageId: SPAPI_E_INVALID_MACHINENAME
- //
- // MessageText:
- //
- // The specified machine name does not conform to UNC naming conventions.
- //
- #define SPAPI_E_INVALID_MACHINENAME _HRESULT_TYPEDEF_(0x800F0220L)
- //
- // MessageId: SPAPI_E_REMOTE_COMM_FAILURE
- //
- // MessageText:
- //
- // A general remote communication error occurred.
- //
- #define SPAPI_E_REMOTE_COMM_FAILURE _HRESULT_TYPEDEF_(0x800F0221L)
- //
- // MessageId: SPAPI_E_MACHINE_UNAVAILABLE
- //
- // MessageText:
- //
- // The machine selected for remote communication is not available at this time.
- //
- #define SPAPI_E_MACHINE_UNAVAILABLE _HRESULT_TYPEDEF_(0x800F0222L)
- //
- // MessageId: SPAPI_E_NO_CONFIGMGR_SERVICES
- //
- // MessageText:
- //
- // The Plug and Play service is not available on the remote machine.
- //
- #define SPAPI_E_NO_CONFIGMGR_SERVICES _HRESULT_TYPEDEF_(0x800F0223L)
- //
- // MessageId: SPAPI_E_INVALID_PROPPAGE_PROVIDER
- //
- // MessageText:
- //
- // The property page provider registry entry is invalid.
- //
- #define SPAPI_E_INVALID_PROPPAGE_PROVIDER _HRESULT_TYPEDEF_(0x800F0224L)
- //
- // MessageId: SPAPI_E_NO_SUCH_DEVICE_INTERFACE
- //
- // MessageText:
- //
- // The requested device interface is not present in the system.
- //
- #define SPAPI_E_NO_SUCH_DEVICE_INTERFACE _HRESULT_TYPEDEF_(0x800F0225L)
- //
- // MessageId: SPAPI_E_DI_POSTPROCESSING_REQUIRED
- //
- // MessageText:
- //
- // The device's co-installer has additional work to perform after installation is complete.
- //
- #define SPAPI_E_DI_POSTPROCESSING_REQUIRED _HRESULT_TYPEDEF_(0x800F0226L)
- //
- // MessageId: SPAPI_E_INVALID_COINSTALLER
- //
- // MessageText:
- //
- // The device's co-installer is invalid.
- //
- #define SPAPI_E_INVALID_COINSTALLER _HRESULT_TYPEDEF_(0x800F0227L)
- //
- // MessageId: SPAPI_E_NO_COMPAT_DRIVERS
- //
- // MessageText:
- //
- // There are no compatible drivers for this device.
- //
- #define SPAPI_E_NO_COMPAT_DRIVERS _HRESULT_TYPEDEF_(0x800F0228L)
- //
- // MessageId: SPAPI_E_NO_DEVICE_ICON
- //
- // MessageText:
- //
- // There is no icon that represents this device or device type.
- //
- #define SPAPI_E_NO_DEVICE_ICON _HRESULT_TYPEDEF_(0x800F0229L)
- //
- // MessageId: SPAPI_E_INVALID_INF_LOGCONFIG
- //
- // MessageText:
- //
- // A logical configuration specified in this INF is invalid.
- //
- #define SPAPI_E_INVALID_INF_LOGCONFIG _HRESULT_TYPEDEF_(0x800F022AL)
- //
- // MessageId: SPAPI_E_DI_DONT_INSTALL
- //
- // MessageText:
- //
- // The class installer has denied the request to install or upgrade this device.
- //
- #define SPAPI_E_DI_DONT_INSTALL _HRESULT_TYPEDEF_(0x800F022BL)
- //
- // MessageId: SPAPI_E_INVALID_FILTER_DRIVER
- //
- // MessageText:
- //
- // One of the filter drivers installed for this device is invalid.
- //
- #define SPAPI_E_INVALID_FILTER_DRIVER _HRESULT_TYPEDEF_(0x800F022CL)
- //
- // MessageId: SPAPI_E_NON_WINDOWS_NT_DRIVER
- //
- // MessageText:
- //
- // The driver selected for this device does not support Windows XP.
- //
- #define SPAPI_E_NON_WINDOWS_NT_DRIVER _HRESULT_TYPEDEF_(0x800F022DL)
- //
- // MessageId: SPAPI_E_NON_WINDOWS_DRIVER
- //
- // MessageText:
- //
- // The driver selected for this device does not support Windows.
- //
- #define SPAPI_E_NON_WINDOWS_DRIVER _HRESULT_TYPEDEF_(0x800F022EL)
- //
- // MessageId: SPAPI_E_NO_CATALOG_FOR_OEM_INF
- //
- // MessageText:
- //
- // The third-party INF does not contain digital signature information.
- //
- #define SPAPI_E_NO_CATALOG_FOR_OEM_INF _HRESULT_TYPEDEF_(0x800F022FL)
- //
- // MessageId: SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE
- //
- // MessageText:
- //
- // An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
- //
- #define SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE _HRESULT_TYPEDEF_(0x800F0230L)
- //
- // MessageId: SPAPI_E_NOT_DISABLEABLE
- //
- // MessageText:
- //
- // The device cannot be disabled.
- //
- #define SPAPI_E_NOT_DISABLEABLE _HRESULT_TYPEDEF_(0x800F0231L)
- //
- // MessageId: SPAPI_E_CANT_REMOVE_DEVINST
- //
- // MessageText:
- //
- // The device could not be dynamically removed.
- //
- #define SPAPI_E_CANT_REMOVE_DEVINST _HRESULT_TYPEDEF_(0x800F0232L)
- //
- // MessageId: SPAPI_E_INVALID_TARGET
- //
- // MessageText:
- //
- // Cannot copy to specified target.
- //
- #define SPAPI_E_INVALID_TARGET _HRESULT_TYPEDEF_(0x800F0233L)
- //
- // MessageId: SPAPI_E_DRIVER_NONNATIVE
- //
- // MessageText:
- //
- // Driver is not intended for this platform.
- //
- #define SPAPI_E_DRIVER_NONNATIVE _HRESULT_TYPEDEF_(0x800F0234L)
- //
- // MessageId: SPAPI_E_IN_WOW64
- //
- // MessageText:
- //
- // Operation not allowed in WOW64.
- //
- #define SPAPI_E_IN_WOW64 _HRESULT_TYPEDEF_(0x800F0235L)
- //
- // MessageId: SPAPI_E_SET_SYSTEM_RESTORE_POINT
- //
- // MessageText:
- //
- // The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
- //
- #define SPAPI_E_SET_SYSTEM_RESTORE_POINT _HRESULT_TYPEDEF_(0x800F0236L)
- //
- // MessageId: SPAPI_E_INCORRECTLY_COPIED_INF
- //
- // MessageText:
- //
- // An INF was copied into the Windows INF directory in an improper manner.
- //
- #define SPAPI_E_INCORRECTLY_COPIED_INF _HRESULT_TYPEDEF_(0x800F0237L)
- //
- // MessageId: SPAPI_E_SCE_DISABLED
- //
- // MessageText:
- //
- // The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product.
- //
- #define SPAPI_E_SCE_DISABLED _HRESULT_TYPEDEF_(0x800F0238L)
- //
- // MessageId: SPAPI_E_ERROR_NOT_INSTALLED
- //
- // MessageText:
- //
- // No installed components were detected.
- //
- #define SPAPI_E_ERROR_NOT_INSTALLED _HRESULT_TYPEDEF_(0x800F1000L)
- // *****************
- // FACILITY_SCARD
- // *****************
- //
- // =============================
- // Facility SCARD Error Messages
- // =============================
- //
- #define SCARD_S_SUCCESS NO_ERROR
- //
- // MessageId: SCARD_F_INTERNAL_ERROR
- //
- // MessageText:
- //
- // An internal consistency check failed.
- //
- #define SCARD_F_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x80100001L)
- //
- // MessageId: SCARD_E_CANCELLED
- //
- // MessageText:
- //
- // The action was cancelled by an SCardCancel request.
- //
- #define SCARD_E_CANCELLED _HRESULT_TYPEDEF_(0x80100002L)
- //
- // MessageId: SCARD_E_INVALID_HANDLE
- //
- // MessageText:
- //
- // The supplied handle was invalid.
- //
- #define SCARD_E_INVALID_HANDLE _HRESULT_TYPEDEF_(0x80100003L)
- //
- // MessageId: SCARD_E_INVALID_PARAMETER
- //
- // MessageText:
- //
- // One or more of the supplied parameters could not be properly interpreted.
- //
- #define SCARD_E_INVALID_PARAMETER _HRESULT_TYPEDEF_(0x80100004L)
- //
- // MessageId: SCARD_E_INVALID_TARGET
- //
- // MessageText:
- //
- // Registry startup information is missing or invalid.
- //
- #define SCARD_E_INVALID_TARGET _HRESULT_TYPEDEF_(0x80100005L)
- //
- // MessageId: SCARD_E_NO_MEMORY
- //
- // MessageText:
- //
- // Not enough memory available to complete this command.
- //
- #define SCARD_E_NO_MEMORY _HRESULT_TYPEDEF_(0x80100006L)
- //
- // MessageId: SCARD_F_WAITED_TOO_LONG
- //
- // MessageText:
- //
- // An internal consistency timer has expired.
- //
- #define SCARD_F_WAITED_TOO_LONG _HRESULT_TYPEDEF_(0x80100007L)
- //
- // MessageId: SCARD_E_INSUFFICIENT_BUFFER
- //
- // MessageText:
- //
- // The data buffer to receive returned data is too small for the returned data.
- //
- #define SCARD_E_INSUFFICIENT_BUFFER _HRESULT_TYPEDEF_(0x80100008L)
- //
- // MessageId: SCARD_E_UNKNOWN_READER
- //
- // MessageText:
- //
- // The specified reader name is not recognized.
- //
- #define SCARD_E_UNKNOWN_READER _HRESULT_TYPEDEF_(0x80100009L)
- //
- // MessageId: SCARD_E_TIMEOUT
- //
- // MessageText:
- //
- // The user-specified timeout value has expired.
- //
- #define SCARD_E_TIMEOUT _HRESULT_TYPEDEF_(0x8010000AL)
- //
- // MessageId: SCARD_E_SHARING_VIOLATION
- //
- // MessageText:
- //
- // The smart card cannot be accessed because of other connections outstanding.
- //
- #define SCARD_E_SHARING_VIOLATION _HRESULT_TYPEDEF_(0x8010000BL)
- //
- // MessageId: SCARD_E_NO_SMARTCARD
- //
- // MessageText:
- //
- // The operation requires a Smart Card, but no Smart Card is currently in the device.
- //
- #define SCARD_E_NO_SMARTCARD _HRESULT_TYPEDEF_(0x8010000CL)
- //
- // MessageId: SCARD_E_UNKNOWN_CARD
- //
- // MessageText:
- //
- // The specified smart card name is not recognized.
- //
- #define SCARD_E_UNKNOWN_CARD _HRESULT_TYPEDEF_(0x8010000DL)
- //
- // MessageId: SCARD_E_CANT_DISPOSE
- //
- // MessageText:
- //
- // The system could not dispose of the media in the requested manner.
- //
- #define SCARD_E_CANT_DISPOSE _HRESULT_TYPEDEF_(0x8010000EL)
- //
- // MessageId: SCARD_E_PROTO_MISMATCH
- //
- // MessageText:
- //
- // The requested protocols are incompatible with the protocol currently in use with the smart card.
- //
- #define SCARD_E_PROTO_MISMATCH _HRESULT_TYPEDEF_(0x8010000FL)
- //
- // MessageId: SCARD_E_NOT_READY
- //
- // MessageText:
- //
- // The reader or smart card is not ready to accept commands.
- //
- #define SCARD_E_NOT_READY _HRESULT_TYPEDEF_(0x80100010L)
- //
- // MessageId: SCARD_E_INVALID_VALUE
- //
- // MessageText:
- //
- // One or more of the supplied parameters values could not be properly interpreted.
- //
- #define SCARD_E_INVALID_VALUE _HRESULT_TYPEDEF_(0x80100011L)
- //
- // MessageId: SCARD_E_SYSTEM_CANCELLED
- //
- // MessageText:
- //
- // The action was cancelled by the system, presumably to log off or shut down.
- //
- #define SCARD_E_SYSTEM_CANCELLED _HRESULT_TYPEDEF_(0x80100012L)
- //
- // MessageId: SCARD_F_COMM_ERROR
- //
- // MessageText:
- //
- // An internal communications error has been detected.
- //
- #define SCARD_F_COMM_ERROR _HRESULT_TYPEDEF_(0x80100013L)
- //
- // MessageId: SCARD_F_UNKNOWN_ERROR
- //
- // MessageText:
- //
- // An internal error has been detected, but the source is unknown.
- //
- #define SCARD_F_UNKNOWN_ERROR _HRESULT_TYPEDEF_(0x80100014L)
- //
- // MessageId: SCARD_E_INVALID_ATR
- //
- // MessageText:
- //
- // An ATR obtained from the registry is not a valid ATR string.
- //
- #define SCARD_E_INVALID_ATR _HRESULT_TYPEDEF_(0x80100015L)
- //
- // MessageId: SCARD_E_NOT_TRANSACTED
- //
- // MessageText:
- //
- // An attempt was made to end a non-existent transaction.
- //
- #define SCARD_E_NOT_TRANSACTED _HRESULT_TYPEDEF_(0x80100016L)
- //
- // MessageId: SCARD_E_READER_UNAVAILABLE
- //
- // MessageText:
- //
- // The specified reader is not currently available for use.
- //
- #define SCARD_E_READER_UNAVAILABLE _HRESULT_TYPEDEF_(0x80100017L)
- //
- // MessageId: SCARD_P_SHUTDOWN
- //
- // MessageText:
- //
- // The operation has been aborted to allow the server application to exit.
- //
- #define SCARD_P_SHUTDOWN _HRESULT_TYPEDEF_(0x80100018L)
- //
- // MessageId: SCARD_E_PCI_TOO_SMALL
- //
- // MessageText:
- //
- // The PCI Receive buffer was too small.
- //
- #define SCARD_E_PCI_TOO_SMALL _HRESULT_TYPEDEF_(0x80100019L)
- //
- // MessageId: SCARD_E_READER_UNSUPPORTED
- //
- // MessageText:
- //
- // The reader driver does not meet minimal requirements for support.
- //
- #define SCARD_E_READER_UNSUPPORTED _HRESULT_TYPEDEF_(0x8010001AL)
- //
- // MessageId: SCARD_E_DUPLICATE_READER
- //
- // MessageText:
- //
- // The reader driver did not produce a unique reader name.
- //
- #define SCARD_E_DUPLICATE_READER _HRESULT_TYPEDEF_(0x8010001BL)
- //
- // MessageId: SCARD_E_CARD_UNSUPPORTED
- //
- // MessageText:
- //
- // The smart card does not meet minimal requirements for support.
- //
- #define SCARD_E_CARD_UNSUPPORTED _HRESULT_TYPEDEF_(0x8010001CL)
- //
- // MessageId: SCARD_E_NO_SERVICE
- //
- // MessageText:
- //
- // The Smart card resource manager is not running.
- //
- #define SCARD_E_NO_SERVICE _HRESULT_TYPEDEF_(0x8010001DL)
- //
- // MessageId: SCARD_E_SERVICE_STOPPED
- //
- // MessageText:
- //
- // The Smart card resource manager has shut down.
- //
- #define SCARD_E_SERVICE_STOPPED _HRESULT_TYPEDEF_(0x8010001EL)
- //
- // MessageId: SCARD_E_UNEXPECTED
- //
- // MessageText:
- //
- // An unexpected card error has occurred.
- //
- #define SCARD_E_UNEXPECTED _HRESULT_TYPEDEF_(0x8010001FL)
- //
- // MessageId: SCARD_E_ICC_INSTALLATION
- //
- // MessageText:
- //
- // No Primary Provider can be found for the smart card.
- //
- #define SCARD_E_ICC_INSTALLATION _HRESULT_TYPEDEF_(0x80100020L)
- //
- // MessageId: SCARD_E_ICC_CREATEORDER
- //
- // MessageText:
- //
- // The requested order of object creation is not supported.
- //
- #define SCARD_E_ICC_CREATEORDER _HRESULT_TYPEDEF_(0x80100021L)
- //
- // MessageId: SCARD_E_UNSUPPORTED_FEATURE
- //
- // MessageText:
- //
- // This smart card does not support the requested feature.
- //
- #define SCARD_E_UNSUPPORTED_FEATURE _HRESULT_TYPEDEF_(0x80100022L)
- //
- // MessageId: SCARD_E_DIR_NOT_FOUND
- //
- // MessageText:
- //
- // The identified directory does not exist in the smart card.
- //
- #define SCARD_E_DIR_NOT_FOUND _HRESULT_TYPEDEF_(0x80100023L)
- //
- // MessageId: SCARD_E_FILE_NOT_FOUND
- //
- // MessageText:
- //
- // The identified file does not exist in the smart card.
- //
- #define SCARD_E_FILE_NOT_FOUND _HRESULT_TYPEDEF_(0x80100024L)
- //
- // MessageId: SCARD_E_NO_DIR
- //
- // MessageText:
- //
- // The supplied path does not represent a smart card directory.
- //
- #define SCARD_E_NO_DIR _HRESULT_TYPEDEF_(0x80100025L)
- //
- // MessageId: SCARD_E_NO_FILE
- //
- // MessageText:
- //
- // The supplied path does not represent a smart card file.
- //
- #define SCARD_E_NO_FILE _HRESULT_TYPEDEF_(0x80100026L)
- //
- // MessageId: SCARD_E_NO_ACCESS
- //
- // MessageText:
- //
- // Access is denied to this file.
- //
- #define SCARD_E_NO_ACCESS _HRESULT_TYPEDEF_(0x80100027L)
- //
- // MessageId: SCARD_E_WRITE_TOO_MANY
- //
- // MessageText:
- //
- // The smartcard does not have enough memory to store the information.
- //
- #define SCARD_E_WRITE_TOO_MANY _HRESULT_TYPEDEF_(0x80100028L)
- //
- // MessageId: SCARD_E_BAD_SEEK
- //
- // MessageText:
- //
- // There was an error trying to set the smart card file object pointer.
- //
- #define SCARD_E_BAD_SEEK _HRESULT_TYPEDEF_(0x80100029L)
- //
- // MessageId: SCARD_E_INVALID_CHV
- //
- // MessageText:
- //
- // The supplied PIN is incorrect.
- //
- #define SCARD_E_INVALID_CHV _HRESULT_TYPEDEF_(0x8010002AL)
- //
- // MessageId: SCARD_E_UNKNOWN_RES_MNG
- //
- // MessageText:
- //
- // An unrecognized error code was returned from a layered component.
- //
- #define SCARD_E_UNKNOWN_RES_MNG _HRESULT_TYPEDEF_(0x8010002BL)
- //
- // MessageId: SCARD_E_NO_SUCH_CERTIFICATE
- //
- // MessageText:
- //
- // The requested certificate does not exist.
- //
- #define SCARD_E_NO_SUCH_CERTIFICATE _HRESULT_TYPEDEF_(0x8010002CL)
- //
- // MessageId: SCARD_E_CERTIFICATE_UNAVAILABLE
- //
- // MessageText:
- //
- // The requested certificate could not be obtained.
- //
- #define SCARD_E_CERTIFICATE_UNAVAILABLE _HRESULT_TYPEDEF_(0x8010002DL)
- //
- // MessageId: SCARD_E_NO_READERS_AVAILABLE
- //
- // MessageText:
- //
- // Cannot find a smart card reader.
- //
- #define SCARD_E_NO_READERS_AVAILABLE _HRESULT_TYPEDEF_(0x8010002EL)
- //
- // MessageId: SCARD_E_COMM_DATA_LOST
- //
- // MessageText:
- //
- // A communications error with the smart card has been detected. Retry the operation.
- //
- #define SCARD_E_COMM_DATA_LOST _HRESULT_TYPEDEF_(0x8010002FL)
- //
- // MessageId: SCARD_E_NO_KEY_CONTAINER
- //
- // MessageText:
- //
- // The requested key container does not exist on the smart card.
- //
- #define SCARD_E_NO_KEY_CONTAINER _HRESULT_TYPEDEF_(0x80100030L)
- //
- // These are warning codes.
- //
- //
- // MessageId: SCARD_W_UNSUPPORTED_CARD
- //
- // MessageText:
- //
- // The reader cannot communicate with the smart card, due to ATR configuration conflicts.
- //
- #define SCARD_W_UNSUPPORTED_CARD _HRESULT_TYPEDEF_(0x80100065L)
- //
- // MessageId: SCARD_W_UNRESPONSIVE_CARD
- //
- // MessageText:
- //
- // The smart card is not responding to a reset.
- //
- #define SCARD_W_UNRESPONSIVE_CARD _HRESULT_TYPEDEF_(0x80100066L)
- //
- // MessageId: SCARD_W_UNPOWERED_CARD
- //
- // MessageText:
- //
- // Power has been removed from the smart card, so that further communication is not possible.
- //
- #define SCARD_W_UNPOWERED_CARD _HRESULT_TYPEDEF_(0x80100067L)
- //
- // MessageId: SCARD_W_RESET_CARD
- //
- // MessageText:
- //
- // The smart card has been reset, so any shared state information is invalid.
- //
- #define SCARD_W_RESET_CARD _HRESULT_TYPEDEF_(0x80100068L)
- //
- // MessageId: SCARD_W_REMOVED_CARD
- //
- // MessageText:
- //
- // The smart card has been removed, so that further communication is not possible.
- //
- #define SCARD_W_REMOVED_CARD _HRESULT_TYPEDEF_(0x80100069L)
- //
- // MessageId: SCARD_W_SECURITY_VIOLATION
- //
- // MessageText:
- //
- // Access was denied because of a security violation.
- //
- #define SCARD_W_SECURITY_VIOLATION _HRESULT_TYPEDEF_(0x8010006AL)
- //
- // MessageId: SCARD_W_WRONG_CHV
- //
- // MessageText:
- //
- // The card cannot be accessed because the wrong PIN was presented.
- //
- #define SCARD_W_WRONG_CHV _HRESULT_TYPEDEF_(0x8010006BL)
- //
- // MessageId: SCARD_W_CHV_BLOCKED
- //
- // MessageText:
- //
- // The card cannot be accessed because the maximum number of PIN entry attempts has been reached.
- //
- #define SCARD_W_CHV_BLOCKED _HRESULT_TYPEDEF_(0x8010006CL)
- //
- // MessageId: SCARD_W_EOF
- //
- // MessageText:
- //
- // The end of the smart card file has been reached.
- //
- #define SCARD_W_EOF _HRESULT_TYPEDEF_(0x8010006DL)
- //
- // MessageId: SCARD_W_CANCELLED_BY_USER
- //
- // MessageText:
- //
- // The action was cancelled by the user.
- //
- #define SCARD_W_CANCELLED_BY_USER _HRESULT_TYPEDEF_(0x8010006EL)
- //
- // MessageId: SCARD_W_CARD_NOT_AUTHENTICATED
- //
- // MessageText:
- //
- // No PIN was presented to the smart card.
- //
- #define SCARD_W_CARD_NOT_AUTHENTICATED _HRESULT_TYPEDEF_(0x8010006FL)
- // *****************
- // FACILITY_COMPLUS
- // *****************
- //
- // ===============================
- // Facility COMPLUS Error Messages
- // ===============================
- //
- //
- // The following are the subranges within the COMPLUS facility
- // 0x400 - 0x4ff COMADMIN_E_CAT
- // 0x600 - 0x6ff COMQC errors
- // 0x700 - 0x7ff MSDTC errors
- // 0x800 - 0x8ff Other COMADMIN errors
- //
- // COMPLUS Admin errors
- //
- //
- // MessageId: COMADMIN_E_OBJECTERRORS
- //
- // MessageText:
- //
- // Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail
- //
- #define COMADMIN_E_OBJECTERRORS _HRESULT_TYPEDEF_(0x80110401L)
- //
- // MessageId: COMADMIN_E_OBJECTINVALID
- //
- // MessageText:
- //
- // One or more of the object's properties are missing or invalid
- //
- #define COMADMIN_E_OBJECTINVALID _HRESULT_TYPEDEF_(0x80110402L)
- //
- // MessageId: COMADMIN_E_KEYMISSING
- //
- // MessageText:
- //
- // The object was not found in the catalog
- //
- #define COMADMIN_E_KEYMISSING _HRESULT_TYPEDEF_(0x80110403L)
- //
- // MessageId: COMADMIN_E_ALREADYINSTALLED
- //
- // MessageText:
- //
- // The object is already registered
- //
- #define COMADMIN_E_ALREADYINSTALLED _HRESULT_TYPEDEF_(0x80110404L)
- //
- // MessageId: COMADMIN_E_APP_FILE_WRITEFAIL
- //
- // MessageText:
- //
- // Error occurred writing to the application file
- //
- #define COMADMIN_E_APP_FILE_WRITEFAIL _HRESULT_TYPEDEF_(0x80110407L)
- //
- // MessageId: COMADMIN_E_APP_FILE_READFAIL
- //
- // MessageText:
- //
- // Error occurred reading the application file
- //
- #define COMADMIN_E_APP_FILE_READFAIL _HRESULT_TYPEDEF_(0x80110408L)
- //
- // MessageId: COMADMIN_E_APP_FILE_VERSION
- //
- // MessageText:
- //
- // Invalid version number in application file
- //
- #define COMADMIN_E_APP_FILE_VERSION _HRESULT_TYPEDEF_(0x80110409L)
- //
- // MessageId: COMADMIN_E_BADPATH
- //
- // MessageText:
- //
- // The file path is invalid
- //
- #define COMADMIN_E_BADPATH _HRESULT_TYPEDEF_(0x8011040AL)
- //
- // MessageId: COMADMIN_E_APPLICATIONEXISTS
- //
- // MessageText:
- //
- // The application is already installed
- //
- #define COMADMIN_E_APPLICATIONEXISTS _HRESULT_TYPEDEF_(0x8011040BL)
- //
- // MessageId: COMADMIN_E_ROLEEXISTS
- //
- // MessageText:
- //
- // The role already exists
- //
- #define COMADMIN_E_ROLEEXISTS _HRESULT_TYPEDEF_(0x8011040CL)
- //
- // MessageId: COMADMIN_E_CANTCOPYFILE
- //
- // MessageText:
- //
- // An error occurred copying the file
- //
- #define COMADMIN_E_CANTCOPYFILE _HRESULT_TYPEDEF_(0x8011040DL)
- //
- // MessageId: COMADMIN_E_NOUSER
- //
- // MessageText:
- //
- // One or more users are not valid
- //
- #define COMADMIN_E_NOUSER _HRESULT_TYPEDEF_(0x8011040FL)
- //
- // MessageId: COMADMIN_E_INVALIDUSERIDS
- //
- // MessageText:
- //
- // One or more users in the application file are not valid
- //
- #define COMADMIN_E_INVALIDUSERIDS _HRESULT_TYPEDEF_(0x80110410L)
- //
- // MessageId: COMADMIN_E_NOREGISTRYCLSID
- //
- // MessageText:
- //
- // The component's CLSID is missing or corrupt
- //
- #define COMADMIN_E_NOREGISTRYCLSID _HRESULT_TYPEDEF_(0x80110411L)
- //
- // MessageId: COMADMIN_E_BADREGISTRYPROGID
- //
- // MessageText:
- //
- // The component's progID is missing or corrupt
- //
- #define COMADMIN_E_BADREGISTRYPROGID _HRESULT_TYPEDEF_(0x80110412L)
- //
- // MessageId: COMADMIN_E_AUTHENTICATIONLEVEL
- //
- // MessageText:
- //
- // Unable to set required authentication level for update request
- //
- #define COMADMIN_E_AUTHENTICATIONLEVEL _HRESULT_TYPEDEF_(0x80110413L)
- //
- // MessageId: COMADMIN_E_USERPASSWDNOTVALID
- //
- // MessageText:
- //
- // The identity or password set on the application is not valid
- //
- #define COMADMIN_E_USERPASSWDNOTVALID _HRESULT_TYPEDEF_(0x80110414L)
- //
- // MessageId: COMADMIN_E_CLSIDORIIDMISMATCH
- //
- // MessageText:
- //
- // Application file CLSIDs or IIDs do not match corresponding DLLs
- //
- #define COMADMIN_E_CLSIDORIIDMISMATCH _HRESULT_TYPEDEF_(0x80110418L)
- //
- // MessageId: COMADMIN_E_REMOTEINTERFACE
- //
- // MessageText:
- //
- // Interface information is either missing or changed
- //
- #define COMADMIN_E_REMOTEINTERFACE _HRESULT_TYPEDEF_(0x80110419L)
- //
- // MessageId: COMADMIN_E_DLLREGISTERSERVER
- //
- // MessageText:
- //
- // DllRegisterServer failed on component install
- //
- #define COMADMIN_E_DLLREGISTERSERVER _HRESULT_TYPEDEF_(0x8011041AL)
- //
- // MessageId: COMADMIN_E_NOSERVERSHARE
- //
- // MessageText:
- //
- // No server file share available
- //
- #define COMADMIN_E_NOSERVERSHARE _HRESULT_TYPEDEF_(0x8011041BL)
- //
- // MessageId: COMADMIN_E_DLLLOADFAILED
- //
- // MessageText:
- //
- // DLL could not be loaded
- //
- #define COMADMIN_E_DLLLOADFAILED _HRESULT_TYPEDEF_(0x8011041DL)
- //
- // MessageId: COMADMIN_E_BADREGISTRYLIBID
- //
- // MessageText:
- //
- // The registered TypeLib ID is not valid
- //
- #define COMADMIN_E_BADREGISTRYLIBID _HRESULT_TYPEDEF_(0x8011041EL)
- //
- // MessageId: COMADMIN_E_APPDIRNOTFOUND
- //
- // MessageText:
- //
- // Application install directory not found
- //
- #define COMADMIN_E_APPDIRNOTFOUND _HRESULT_TYPEDEF_(0x8011041FL)
- //
- // MessageId: COMADMIN_E_REGISTRARFAILED
- //
- // MessageText:
- //
- // Errors occurred while in the component registrar
- //
- #define COMADMIN_E_REGISTRARFAILED _HRESULT_TYPEDEF_(0x80110423L)
- //
- // MessageId: COMADMIN_E_COMPFILE_DOESNOTEXIST
- //
- // MessageText:
- //
- // The file does not exist
- //
- #define COMADMIN_E_COMPFILE_DOESNOTEXIST _HRESULT_TYPEDEF_(0x80110424L)
- //
- // MessageId: COMADMIN_E_COMPFILE_LOADDLLFAIL
- //
- // MessageText:
- //
- // The DLL could not be loaded
- //
- #define COMADMIN_E_COMPFILE_LOADDLLFAIL _HRESULT_TYPEDEF_(0x80110425L)
- //
- // MessageId: COMADMIN_E_COMPFILE_GETCLASSOBJ
- //
- // MessageText:
- //
- // GetClassObject failed in the DLL
- //
- #define COMADMIN_E_COMPFILE_GETCLASSOBJ _HRESULT_TYPEDEF_(0x80110426L)
- //
- // MessageId: COMADMIN_E_COMPFILE_CLASSNOTAVAIL
- //
- // MessageText:
- //
- // The DLL does not support the components listed in the TypeLib
- //
- #define COMADMIN_E_COMPFILE_CLASSNOTAVAIL _HRESULT_TYPEDEF_(0x80110427L)
- //
- // MessageId: COMADMIN_E_COMPFILE_BADTLB
- //
- // MessageText:
- //
- // The TypeLib could not be loaded
- //
- #define COMADMIN_E_COMPFILE_BADTLB _HRESULT_TYPEDEF_(0x80110428L)
- //
- // MessageId: COMADMIN_E_COMPFILE_NOTINSTALLABLE
- //
- // MessageText:
- //
- // The file does not contain components or component information
- //
- #define COMADMIN_E_COMPFILE_NOTINSTALLABLE _HRESULT_TYPEDEF_(0x80110429L)
- //
- // MessageId: COMADMIN_E_NOTCHANGEABLE
- //
- // MessageText:
- //
- // Changes to this object and its sub-objects have been disabled
- //
- #define COMADMIN_E_NOTCHANGEABLE _HRESULT_TYPEDEF_(0x8011042AL)
- //
- // MessageId: COMADMIN_E_NOTDELETEABLE
- //
- // MessageText:
- //
- // The delete function has been disabled for this object
- //
- #define COMADMIN_E_NOTDELETEABLE _HRESULT_TYPEDEF_(0x8011042BL)
- //
- // MessageId: COMADMIN_E_SESSION
- //
- // MessageText:
- //
- // The server catalog version is not supported
- //
- #define COMADMIN_E_SESSION _HRESULT_TYPEDEF_(0x8011042CL)
- //
- // MessageId: COMADMIN_E_COMP_MOVE_LOCKED
- //
- // MessageText:
- //
- // The component move was disallowed, because the source or destination application is either a system application or currently locked against changes
- //
- #define COMADMIN_E_COMP_MOVE_LOCKED _HRESULT_TYPEDEF_(0x8011042DL)
- //
- // MessageId: COMADMIN_E_COMP_MOVE_BAD_DEST
- //
- // MessageText:
- //
- // The component move failed because the destination application no longer exists
- //
- #define COMADMIN_E_COMP_MOVE_BAD_DEST _HRESULT_TYPEDEF_(0x8011042EL)
- //
- // MessageId: COMADMIN_E_REGISTERTLB
- //
- // MessageText:
- //
- // The system was unable to register the TypeLib
- //
- #define COMADMIN_E_REGISTERTLB _HRESULT_TYPEDEF_(0x80110430L)
- //
- // MessageId: COMADMIN_E_SYSTEMAPP
- //
- // MessageText:
- //
- // This operation can not be performed on the system application
- //
- #define COMADMIN_E_SYSTEMAPP _HRESULT_TYPEDEF_(0x80110433L)
- //
- // MessageId: COMADMIN_E_COMPFILE_NOREGISTRAR
- //
- // MessageText:
- //
- // The component registrar referenced in this file is not available
- //
- #define COMADMIN_E_COMPFILE_NOREGISTRAR _HRESULT_TYPEDEF_(0x80110434L)
- //
- // MessageId: COMADMIN_E_COREQCOMPINSTALLED
- //
- // MessageText:
- //
- // A component in the same DLL is already installed
- //
- #define COMADMIN_E_COREQCOMPINSTALLED _HRESULT_TYPEDEF_(0x80110435L)
- //
- // MessageId: COMADMIN_E_SERVICENOTINSTALLED
- //
- // MessageText:
- //
- // The service is not installed
- //
- #define COMADMIN_E_SERVICENOTINSTALLED _HRESULT_TYPEDEF_(0x80110436L)
- //
- // MessageId: COMADMIN_E_PROPERTYSAVEFAILED
- //
- // MessageText:
- //
- // One or more property settings are either invalid or in conflict with each other
- //
- #define COMADMIN_E_PROPERTYSAVEFAILED _HRESULT_TYPEDEF_(0x80110437L)
- //
- // MessageId: COMADMIN_E_OBJECTEXISTS
- //
- // MessageText:
- //
- // The object you are attempting to add or rename already exists
- //
- #define COMADMIN_E_OBJECTEXISTS _HRESULT_TYPEDEF_(0x80110438L)
- //
- // MessageId: COMADMIN_E_COMPONENTEXISTS
- //
- // MessageText:
- //
- // The component already exists
- //
- #define COMADMIN_E_COMPONENTEXISTS _HRESULT_TYPEDEF_(0x80110439L)
- //
- // MessageId: COMADMIN_E_REGFILE_CORRUPT
- //
- // MessageText:
- //
- // The registration file is corrupt
- //
- #define COMADMIN_E_REGFILE_CORRUPT _HRESULT_TYPEDEF_(0x8011043BL)
- //
- // MessageId: COMADMIN_E_PROPERTY_OVERFLOW
- //
- // MessageText:
- //
- // The property value is too large
- //
- #define COMADMIN_E_PROPERTY_OVERFLOW _HRESULT_TYPEDEF_(0x8011043CL)
- //
- // MessageId: COMADMIN_E_NOTINREGISTRY
- //
- // MessageText:
- //
- // Object was not found in registry
- //
- #define COMADMIN_E_NOTINREGISTRY _HRESULT_TYPEDEF_(0x8011043EL)
- //
- // MessageId: COMADMIN_E_OBJECTNOTPOOLABLE
- //
- // MessageText:
- //
- // This object is not poolable
- //
- #define COMADMIN_E_OBJECTNOTPOOLABLE _HRESULT_TYPEDEF_(0x8011043FL)
- //
- // MessageId: COMADMIN_E_APPLID_MATCHES_CLSID
- //
- // MessageText:
- //
- // A CLSID with the same GUID as the new application ID is already installed on this machine
- //
- #define COMADMIN_E_APPLID_MATCHES_CLSID _HRESULT_TYPEDEF_(0x80110446L)
- //
- // MessageId: COMADMIN_E_ROLE_DOES_NOT_EXIST
- //
- // MessageText:
- //
- // A role assigned to a component, interface, or method did not exist in the application
- //
- #define COMADMIN_E_ROLE_DOES_NOT_EXIST _HRESULT_TYPEDEF_(0x80110447L)
- //
- // MessageId: COMADMIN_E_START_APP_NEEDS_COMPONENTS
- //
- // MessageText:
- //
- // You must have components in an application in order to start the application
- //
- #define COMADMIN_E_START_APP_NEEDS_COMPONENTS _HRESULT_TYPEDEF_(0x80110448L)
- //
- // MessageId: COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM
- //
- // MessageText:
- //
- // This operation is not enabled on this platform
- //
- #define COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM _HRESULT_TYPEDEF_(0x80110449L)
- //
- // MessageId: COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY
- //
- // MessageText:
- //
- // Application Proxy is not exportable
- //
- #define COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY _HRESULT_TYPEDEF_(0x8011044AL)
- //
- // MessageId: COMADMIN_E_CAN_NOT_START_APP
- //
- // MessageText:
- //
- // Failed to start application because it is either a library application or an application proxy
- //
- #define COMADMIN_E_CAN_NOT_START_APP _HRESULT_TYPEDEF_(0x8011044BL)
- //
- // MessageId: COMADMIN_E_CAN_NOT_EXPORT_SYS_APP
- //
- // MessageText:
- //
- // System application is not exportable
- //
- #define COMADMIN_E_CAN_NOT_EXPORT_SYS_APP _HRESULT_TYPEDEF_(0x8011044CL)
- //
- // MessageId: COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT
- //
- // MessageText:
- //
- // Can not subscribe to this component (the component may have been imported)
- //
- #define COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT _HRESULT_TYPEDEF_(0x8011044DL)
- //
- // MessageId: COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER
- //
- // MessageText:
- //
- // An event class cannot also be a subscriber component
- //
- #define COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER _HRESULT_TYPEDEF_(0x8011044EL)
- //
- // MessageId: COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE
- //
- // MessageText:
- //
- // Library applications and application proxies are incompatible
- //
- #define COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE _HRESULT_TYPEDEF_(0x8011044FL)
- //
- // MessageId: COMADMIN_E_BASE_PARTITION_ONLY
- //
- // MessageText:
- //
- // This function is valid for the base partition only
- //
- #define COMADMIN_E_BASE_PARTITION_ONLY _HRESULT_TYPEDEF_(0x80110450L)
- //
- // MessageId: COMADMIN_E_START_APP_DISABLED
- //
- // MessageText:
- //
- // You cannot start an application that has been disabled
- //
- #define COMADMIN_E_START_APP_DISABLED _HRESULT_TYPEDEF_(0x80110451L)
- //
- // MessageId: COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME
- //
- // MessageText:
- //
- // The specified partition name is already in use on this computer
- //
- #define COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME _HRESULT_TYPEDEF_(0x80110457L)
- //
- // MessageId: COMADMIN_E_CAT_INVALID_PARTITION_NAME
- //
- // MessageText:
- //
- // The specified partition name is invalid. Check that the name contains at least one visible character
- //
- #define COMADMIN_E_CAT_INVALID_PARTITION_NAME _HRESULT_TYPEDEF_(0x80110458L)
- //
- // MessageId: COMADMIN_E_CAT_PARTITION_IN_USE
- //
- // MessageText:
- //
- // The partition cannot be deleted because it is the default partition for one or more users
- //
- #define COMADMIN_E_CAT_PARTITION_IN_USE _HRESULT_TYPEDEF_(0x80110459L)
- //
- // MessageId: COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES
- //
- // MessageText:
- //
- // The partition cannot be exported, because one or more components in the partition have the same file name
- //
- #define COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES _HRESULT_TYPEDEF_(0x8011045AL)
- //
- // MessageId: COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED
- //
- // MessageText:
- //
- // Applications that contain one or more imported components cannot be installed into a non-base partition
- //
- #define COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED _HRESULT_TYPEDEF_(0x8011045BL)
- //
- // MessageId: COMADMIN_E_AMBIGUOUS_APPLICATION_NAME
- //
- // MessageText:
- //
- // The application name is not unique and cannot be resolved to an application id
- //
- #define COMADMIN_E_AMBIGUOUS_APPLICATION_NAME _HRESULT_TYPEDEF_(0x8011045CL)
- //
- // MessageId: COMADMIN_E_AMBIGUOUS_PARTITION_NAME
- //
- // MessageText:
- //
- // The partition name is not unique and cannot be resolved to a partition id
- //
- #define COMADMIN_E_AMBIGUOUS_PARTITION_NAME _HRESULT_TYPEDEF_(0x8011045DL)
- //
- // MessageId: COMADMIN_E_REGDB_NOTINITIALIZED
- //
- // MessageText:
- //
- // The COM+ registry database has not been initialized
- //
- #define COMADMIN_E_REGDB_NOTINITIALIZED _HRESULT_TYPEDEF_(0x80110472L)
- //
- // MessageId: COMADMIN_E_REGDB_NOTOPEN
- //
- // MessageText:
- //
- // The COM+ registry database is not open
- //
- #define COMADMIN_E_REGDB_NOTOPEN _HRESULT_TYPEDEF_(0x80110473L)
- //
- // MessageId: COMADMIN_E_REGDB_SYSTEMERR
- //
- // MessageText:
- //
- // The COM+ registry database detected a system error
- //
- #define COMADMIN_E_REGDB_SYSTEMERR _HRESULT_TYPEDEF_(0x80110474L)
- //
- // MessageId: COMADMIN_E_REGDB_ALREADYRUNNING
- //
- // MessageText:
- //
- // The COM+ registry database is already running
- //
- #define COMADMIN_E_REGDB_ALREADYRUNNING _HRESULT_TYPEDEF_(0x80110475L)
- //
- // MessageId: COMADMIN_E_MIG_VERSIONNOTSUPPORTED
- //
- // MessageText:
- //
- // This version of the COM+ registry database cannot be migrated
- //
- #define COMADMIN_E_MIG_VERSIONNOTSUPPORTED _HRESULT_TYPEDEF_(0x80110480L)
- //
- // MessageId: COMADMIN_E_MIG_SCHEMANOTFOUND
- //
- // MessageText:
- //
- // The schema version to be migrated could not be found in the COM+ registry database
- //
- #define COMADMIN_E_MIG_SCHEMANOTFOUND _HRESULT_TYPEDEF_(0x80110481L)
- //
- // MessageId: COMADMIN_E_CAT_BITNESSMISMATCH
- //
- // MessageText:
- //
- // There was a type mismatch between binaries
- //
- #define COMADMIN_E_CAT_BITNESSMISMATCH _HRESULT_TYPEDEF_(0x80110482L)
- //
- // MessageId: COMADMIN_E_CAT_UNACCEPTABLEBITNESS
- //
- // MessageText:
- //
- // A binary of unknown or invalid type was provided
- //
- #define COMADMIN_E_CAT_UNACCEPTABLEBITNESS _HRESULT_TYPEDEF_(0x80110483L)
- //
- // MessageId: COMADMIN_E_CAT_WRONGAPPBITNESS
- //
- // MessageText:
- //
- // There was a type mismatch between a binary and an application
- //
- #define COMADMIN_E_CAT_WRONGAPPBITNESS _HRESULT_TYPEDEF_(0x80110484L)
- //
- // MessageId: COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED
- //
- // MessageText:
- //
- // The application cannot be paused or resumed
- //
- #define COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x80110485L)
- //
- // MessageId: COMADMIN_E_CAT_SERVERFAULT
- //
- // MessageText:
- //
- // The COM+ Catalog Server threw an exception during execution
- //
- #define COMADMIN_E_CAT_SERVERFAULT _HRESULT_TYPEDEF_(0x80110486L)
- //
- // COMPLUS Queued component errors
- //
- //
- // MessageId: COMQC_E_APPLICATION_NOT_QUEUED
- //
- // MessageText:
- //
- // Only COM+ Applications marked "queued" can be invoked using the "queue" moniker
- //
- #define COMQC_E_APPLICATION_NOT_QUEUED _HRESULT_TYPEDEF_(0x80110600L)
- //
- // MessageId: COMQC_E_NO_QUEUEABLE_INTERFACES
- //
- // MessageText:
- //
- // At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker
- //
- #define COMQC_E_NO_QUEUEABLE_INTERFACES _HRESULT_TYPEDEF_(0x80110601L)
- //
- // MessageId: COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE
- //
- // MessageText:
- //
- // MSMQ is required for the requested operation and is not installed
- //
- #define COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE _HRESULT_TYPEDEF_(0x80110602L)
- //
- // MessageId: COMQC_E_NO_IPERSISTSTREAM
- //
- // MessageText:
- //
- // Unable to marshal an interface that does not support IPersistStream
- //
- #define COMQC_E_NO_IPERSISTSTREAM _HRESULT_TYPEDEF_(0x80110603L)
- //
- // MessageId: COMQC_E_BAD_MESSAGE
- //
- // MessageText:
- //
- // The message is improperly formatted or was damaged in transit
- //
- #define COMQC_E_BAD_MESSAGE _HRESULT_TYPEDEF_(0x80110604L)
- //
- // MessageId: COMQC_E_UNAUTHENTICATED
- //
- // MessageText:
- //
- // An unauthenticated message was received by an application that accepts only authenticated messages
- //
- #define COMQC_E_UNAUTHENTICATED _HRESULT_TYPEDEF_(0x80110605L)
- //
- // MessageId: COMQC_E_UNTRUSTED_ENQUEUER
- //
- // MessageText:
- //
- // The message was requeued or moved by a user not in the "QC Trusted User" role
- //
- #define COMQC_E_UNTRUSTED_ENQUEUER _HRESULT_TYPEDEF_(0x80110606L)
- //
- // The range 0x700-0x7ff is reserved for MSDTC errors.
- //
- //
- // MessageId: MSDTC_E_DUPLICATE_RESOURCE
- //
- // MessageText:
- //
- // Cannot create a duplicate resource of type Distributed Transaction Coordinator
- //
- #define MSDTC_E_DUPLICATE_RESOURCE _HRESULT_TYPEDEF_(0x80110701L)
- //
- // More COMADMIN errors from 0x8**
- //
- //
- // MessageId: COMADMIN_E_OBJECT_PARENT_MISSING
- //
- // MessageText:
- //
- // One of the objects being inserted or updated does not belong to a valid parent collection
- //
- #define COMADMIN_E_OBJECT_PARENT_MISSING _HRESULT_TYPEDEF_(0x80110808L)
- //
- // MessageId: COMADMIN_E_OBJECT_DOES_NOT_EXIST
- //
- // MessageText:
- //
- // One of the specified objects cannot be found
- //
- #define COMADMIN_E_OBJECT_DOES_NOT_EXIST _HRESULT_TYPEDEF_(0x80110809L)
- //
- // MessageId: COMADMIN_E_APP_NOT_RUNNING
- //
- // MessageText:
- //
- // The specified application is not currently running
- //
- #define COMADMIN_E_APP_NOT_RUNNING _HRESULT_TYPEDEF_(0x8011080AL)
- //
- // MessageId: COMADMIN_E_INVALID_PARTITION
- //
- // MessageText:
- //
- // The partition(s) specified are not valid.
- //
- #define COMADMIN_E_INVALID_PARTITION _HRESULT_TYPEDEF_(0x8011080BL)
- //
- // MessageId: COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE
- //
- // MessageText:
- //
- // COM+ applications that run as NT service may not be pooled or recycled
- //
- #define COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE _HRESULT_TYPEDEF_(0x8011080DL)
- //
- // MessageId: COMADMIN_E_USER_IN_SET
- //
- // MessageText:
- //
- // One or more users are already assigned to a local partition set.
- //
- #define COMADMIN_E_USER_IN_SET _HRESULT_TYPEDEF_(0x8011080EL)
- //
- // MessageId: COMADMIN_E_CANTRECYCLELIBRARYAPPS
- //
- // MessageText:
- //
- // Library applications may not be recycled.
- //
- #define COMADMIN_E_CANTRECYCLELIBRARYAPPS _HRESULT_TYPEDEF_(0x8011080FL)
- //
- // MessageId: COMADMIN_E_CANTRECYCLESERVICEAPPS
- //
- // MessageText:
- //
- // Applications running as NT services may not be recycled.
- //
- #define COMADMIN_E_CANTRECYCLESERVICEAPPS _HRESULT_TYPEDEF_(0x80110811L)
- //
- // MessageId: COMADMIN_E_PROCESSALREADYRECYCLED
- //
- // MessageText:
- //
- // The process has already been recycled.
- //
- #define COMADMIN_E_PROCESSALREADYRECYCLED _HRESULT_TYPEDEF_(0x80110812L)
- //
- // MessageId: COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED
- //
- // MessageText:
- //
- // A paused process may not be recycled.
- //
- #define COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED _HRESULT_TYPEDEF_(0x80110813L)
- //
- // MessageId: COMADMIN_E_CANTMAKEINPROCSERVICE
- //
- // MessageText:
- //
- // Library applications may not be NT services.
- //
- #define COMADMIN_E_CANTMAKEINPROCSERVICE _HRESULT_TYPEDEF_(0x80110814L)
- //
- // MessageId: COMADMIN_E_PROGIDINUSEBYCLSID
- //
- // MessageText:
- //
- // The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
- //
- #define COMADMIN_E_PROGIDINUSEBYCLSID _HRESULT_TYPEDEF_(0x80110815L)
- //
- // MessageId: COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET
- //
- // MessageText:
- //
- // The partition specified as default is not a member of the partition set.
- //
- #define COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET _HRESULT_TYPEDEF_(0x80110816L)
- //
- // MessageId: COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED
- //
- // MessageText:
- //
- // A recycled process may not be paused.
- //
- #define COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED _HRESULT_TYPEDEF_(0x80110817L)
- //
- // MessageId: COMADMIN_E_PARTITION_ACCESSDENIED
- //
- // MessageText:
- //
- // Access to the specified partition is denied.
- //
- #define COMADMIN_E_PARTITION_ACCESSDENIED _HRESULT_TYPEDEF_(0x80110818L)
- //
- // MessageId: COMADMIN_E_PARTITION_MSI_ONLY
- //
- // MessageText:
- //
- // Only Application Files (*.MSI files) can be installed into partitions.
- //
- #define COMADMIN_E_PARTITION_MSI_ONLY _HRESULT_TYPEDEF_(0x80110819L)
- //
- // MessageId: COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT
- //
- // MessageText:
- //
- // Applications containing one or more legacy components may not be exported to 1.0 format.
- //
- #define COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT _HRESULT_TYPEDEF_(0x8011081AL)
- //
- // MessageId: COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS
- //
- // MessageText:
- //
- // Legacy components may not exist in non-base partitions.
- //
- #define COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS _HRESULT_TYPEDEF_(0x8011081BL)
- //
- // MessageId: COMADMIN_E_COMP_MOVE_SOURCE
- //
- // MessageText:
- //
- // A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application
- //
- #define COMADMIN_E_COMP_MOVE_SOURCE _HRESULT_TYPEDEF_(0x8011081CL)
- //
- // MessageId: COMADMIN_E_COMP_MOVE_DEST
- //
- // MessageText:
- //
- // A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application
- //
- #define COMADMIN_E_COMP_MOVE_DEST _HRESULT_TYPEDEF_(0x8011081DL)
- //
- // MessageId: COMADMIN_E_COMP_MOVE_PRIVATE
- //
- // MessageText:
- //
- // A private component cannot be moved (or copied) to a library application or to the base partition
- //
- #define COMADMIN_E_COMP_MOVE_PRIVATE _HRESULT_TYPEDEF_(0x8011081EL)
- //
- // MessageId: COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET
- //
- // MessageText:
- //
- // The Base Application Partition exists in all partition sets and cannot be removed.
- //
- #define COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET _HRESULT_TYPEDEF_(0x8011081FL)
- //
- // MessageId: COMADMIN_E_CANNOT_ALIAS_EVENTCLASS
- //
- // MessageText:
- //
- // Alas, Event Class components cannot be aliased.
- //
- #define COMADMIN_E_CANNOT_ALIAS_EVENTCLASS _HRESULT_TYPEDEF_(0x80110820L)
- //
- // MessageId: COMADMIN_E_PRIVATE_ACCESSDENIED
- //
- // MessageText:
- //
- // Access is denied because the component is private.
- //
- #define COMADMIN_E_PRIVATE_ACCESSDENIED _HRESULT_TYPEDEF_(0x80110821L)
- //
- // MessageId: COMADMIN_E_SAFERINVALID
- //
- // MessageText:
- //
- // The specified SAFER level is invalid.
- //
- #define COMADMIN_E_SAFERINVALID _HRESULT_TYPEDEF_(0x80110822L)
- //
- // MessageId: COMADMIN_E_REGISTRY_ACCESSDENIED
- //
- // MessageText:
- //
- // The specified user cannot write to the system registry
- //
- #define COMADMIN_E_REGISTRY_ACCESSDENIED _HRESULT_TYPEDEF_(0x80110823L)
- //
- // REMOVE THESE WHEN POSSIBLE
- //
- //
- // MessageId: COMADMIN_E_CAT_DUPLICATE_PARTITION_SET_NAME
- //
- // MessageText:
- //
- // REMOVE THIS ERROR
- //
- #define COMADMIN_E_CAT_DUPLICATE_PARTITION_SET_NAME _HRESULT_TYPEDEF_(0x80110900L)
- //
- // MessageId: COMADMIN_E_CAT_INVALID_PARTITION_SET_NAME
- //
- // MessageText:
- //
- // REMOVE THIS ERROR
- //
- #define COMADMIN_E_CAT_INVALID_PARTITION_SET_NAME _HRESULT_TYPEDEF_(0x80110901L)
- #endif//_WINERROR_