2.2.1.15 STATUS_ Codes
These values are return status codes from the server. This section is provided as a reference for the message processing sections in section 3.1.5.
Constant/value |
Description |
---|---|
STATUS_ACCESS_DENIED 0xC0000022 |
Returned when a client has requested access to an object but has not been granted those access rights. |
STATUS_MORE_ENTRIES 0x00000105 |
Returned by enumeration methods to indicate that more information is available. |
STATUS_NO_MORE_ENTRIES 0x8000001A |
Returned by enumeration methods to indicate that no more information is available. |
STATUS_SOME_NOT_MAPPED 0x00000107 |
Returned when some of the information to be translated has not been translated. |
STATUS_NONE_MAPPED 0xC0000073 |
Returned when none of the information to be translated has been translated. |
STATUS_WRONG_PASSWORD 0xC000006A |
Returned when trying to update a password and the value provided as the current password is not correct. |
STATUS_ACCOUNT_LOCKED_OUT 0xC0000234 |
Returned when the user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested. |
STATUS_GROUP_EXISTS 0xC0000065 |
Returned when the specified group already exists. |
STATUS_USER_EXISTS 0xC0000063 |
Returned when the specified account already exists. |
STATUS_LM_CROSS_ENCRYPTION_REQUIRED 0xC000017F |
Returned when the client is to retry the request using the current password LM hash as an encryption key. See section 3.1.5.10.1 for details. |
STATUS_NT_CROSS_ENCRYPTION_REQUIRED 0xC000015D |
Returned when the client is to retry the request using the current password NT hash as an encryption key. See section 3.1.5.10.1 for details. |