mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 02:09:38 +00:00
update win32 error codes
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/
This commit is contained in:
parent
7e87283f1e
commit
b68bb3b3f2
@ -1358,7 +1358,7 @@ ERROR_UNKNOWN_REVISION The revision level is unknown.
|
||||
ERROR_REVISION_MISMATCH Indicates two revision levels are incompatible.
|
||||
0x0000051B
|
||||
ERROR_INVALID_OWNER This SID cannot be assigned as the owner of this object.
|
||||
0x0000051C
|
||||
0x0000051C
|
||||
ERROR_INVALID_PRIMARY_GROUP This SID cannot be assigned as the primary group of an object.
|
||||
0x0000051D
|
||||
ERROR_NO_IMPERSONATION_TOKEN An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
|
||||
@ -1800,7 +1800,6 @@ RPC_S_PROTSEQ_NOT_SUPPORTED The RPC protocol sequence is not supported.
|
||||
RPC_S_INVALID_RPC_PROTSEQ The RPC protocol sequence is invalid.
|
||||
0x000006A9
|
||||
RPC_S_INVALID_STRING_UUID The string UUID is invalid.
|
||||
|
||||
0x000006AA
|
||||
RPC_S_INVALID_ENDPOINT_FORMAT The endpoint format is invalid.
|
||||
0x000006AB
|
||||
@ -2310,7 +2309,7 @@ NERR_UnableToAddName_W The logon processor did not add the message alias.
|
||||
0x0000089D
|
||||
NERR_UnableToAddName_F The logon processor did not add the message alias.
|
||||
0x0000089E
|
||||
NERR_UnableToDelName_W @W The logoff processor did not delete the message alias.
|
||||
NERR_UnableToDelName_W The logoff processor did not delete the message alias.
|
||||
0x0000089F
|
||||
NERR_UnableToDelName_F The logoff processor did not delete the message alias.
|
||||
0x000008A1
|
||||
@ -5406,4 +5405,4 @@ ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE The SetMonitorColorTemperature() caller
|
||||
0x00003B92
|
||||
ERROR_AMBIGUOUS_SYSTEM_DEVICE The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
|
||||
0x00003BC3
|
||||
ERROR_SYSTEM_DEVICE_NOT_FOUND The requested system device cannot be found.
|
||||
ERROR_SYSTEM_DEVICE_NOT_FOUND The requested system device cannot be found.
|
Loading…
Reference in New Issue
Block a user