162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Unix SMB/Netbios implementation. 462306a36Sopenharmony_ci * Version 1.9. 562306a36Sopenharmony_ci * RPC Pipe client / server routines 662306a36Sopenharmony_ci * Copyright (C) Luke Kenneth Casson Leighton 1997-2001. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* NT error codes - see nterr.h */ 1062306a36Sopenharmony_ci#include <linux/types.h> 1162306a36Sopenharmony_ci#include <linux/fs.h> 1262306a36Sopenharmony_ci#include "nterr.h" 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciconst struct nt_err_code_struct nt_errs[] = { 1562306a36Sopenharmony_ci {"NT_STATUS_OK", NT_STATUS_OK}, 1662306a36Sopenharmony_ci {"NT_STATUS_UNSUCCESSFUL", NT_STATUS_UNSUCCESSFUL}, 1762306a36Sopenharmony_ci {"NT_STATUS_NOT_IMPLEMENTED", NT_STATUS_NOT_IMPLEMENTED}, 1862306a36Sopenharmony_ci {"NT_STATUS_INVALID_INFO_CLASS", NT_STATUS_INVALID_INFO_CLASS}, 1962306a36Sopenharmony_ci {"NT_STATUS_INFO_LENGTH_MISMATCH", NT_STATUS_INFO_LENGTH_MISMATCH}, 2062306a36Sopenharmony_ci {"NT_STATUS_ACCESS_VIOLATION", NT_STATUS_ACCESS_VIOLATION}, 2162306a36Sopenharmony_ci {"NT_STATUS_BUFFER_OVERFLOW", NT_STATUS_BUFFER_OVERFLOW}, 2262306a36Sopenharmony_ci {"NT_STATUS_IN_PAGE_ERROR", NT_STATUS_IN_PAGE_ERROR}, 2362306a36Sopenharmony_ci {"NT_STATUS_PAGEFILE_QUOTA", NT_STATUS_PAGEFILE_QUOTA}, 2462306a36Sopenharmony_ci {"NT_STATUS_INVALID_HANDLE", NT_STATUS_INVALID_HANDLE}, 2562306a36Sopenharmony_ci {"NT_STATUS_BAD_INITIAL_STACK", NT_STATUS_BAD_INITIAL_STACK}, 2662306a36Sopenharmony_ci {"NT_STATUS_BAD_INITIAL_PC", NT_STATUS_BAD_INITIAL_PC}, 2762306a36Sopenharmony_ci {"NT_STATUS_INVALID_CID", NT_STATUS_INVALID_CID}, 2862306a36Sopenharmony_ci {"NT_STATUS_TIMER_NOT_CANCELED", NT_STATUS_TIMER_NOT_CANCELED}, 2962306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER", NT_STATUS_INVALID_PARAMETER}, 3062306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_DEVICE", NT_STATUS_NO_SUCH_DEVICE}, 3162306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_FILE", NT_STATUS_NO_SUCH_FILE}, 3262306a36Sopenharmony_ci {"NT_STATUS_INVALID_DEVICE_REQUEST", 3362306a36Sopenharmony_ci NT_STATUS_INVALID_DEVICE_REQUEST}, 3462306a36Sopenharmony_ci {"NT_STATUS_END_OF_FILE", NT_STATUS_END_OF_FILE}, 3562306a36Sopenharmony_ci {"NT_STATUS_WRONG_VOLUME", NT_STATUS_WRONG_VOLUME}, 3662306a36Sopenharmony_ci {"NT_STATUS_NO_MEDIA_IN_DEVICE", NT_STATUS_NO_MEDIA_IN_DEVICE}, 3762306a36Sopenharmony_ci {"NT_STATUS_UNRECOGNIZED_MEDIA", NT_STATUS_UNRECOGNIZED_MEDIA}, 3862306a36Sopenharmony_ci {"NT_STATUS_NONEXISTENT_SECTOR", NT_STATUS_NONEXISTENT_SECTOR}, 3962306a36Sopenharmony_ci {"NT_STATUS_MORE_PROCESSING_REQUIRED", 4062306a36Sopenharmony_ci NT_STATUS_MORE_PROCESSING_REQUIRED}, 4162306a36Sopenharmony_ci {"NT_STATUS_NO_MEMORY", NT_STATUS_NO_MEMORY}, 4262306a36Sopenharmony_ci {"NT_STATUS_CONFLICTING_ADDRESSES", 4362306a36Sopenharmony_ci NT_STATUS_CONFLICTING_ADDRESSES}, 4462306a36Sopenharmony_ci {"NT_STATUS_NOT_MAPPED_VIEW", NT_STATUS_NOT_MAPPED_VIEW}, 4562306a36Sopenharmony_ci {"NT_STATUS_UNABLE_TO_FREE_VM", NT_STATUS_UNABLE_TO_FREE_VM}, 4662306a36Sopenharmony_ci {"NT_STATUS_UNABLE_TO_DELETE_SECTION", 4762306a36Sopenharmony_ci NT_STATUS_UNABLE_TO_DELETE_SECTION}, 4862306a36Sopenharmony_ci {"NT_STATUS_INVALID_SYSTEM_SERVICE", 4962306a36Sopenharmony_ci NT_STATUS_INVALID_SYSTEM_SERVICE}, 5062306a36Sopenharmony_ci {"NT_STATUS_ILLEGAL_INSTRUCTION", NT_STATUS_ILLEGAL_INSTRUCTION}, 5162306a36Sopenharmony_ci {"NT_STATUS_INVALID_LOCK_SEQUENCE", 5262306a36Sopenharmony_ci NT_STATUS_INVALID_LOCK_SEQUENCE}, 5362306a36Sopenharmony_ci {"NT_STATUS_INVALID_VIEW_SIZE", NT_STATUS_INVALID_VIEW_SIZE}, 5462306a36Sopenharmony_ci {"NT_STATUS_INVALID_FILE_FOR_SECTION", 5562306a36Sopenharmony_ci NT_STATUS_INVALID_FILE_FOR_SECTION}, 5662306a36Sopenharmony_ci {"NT_STATUS_ALREADY_COMMITTED", NT_STATUS_ALREADY_COMMITTED}, 5762306a36Sopenharmony_ci {"NT_STATUS_ACCESS_DENIED", NT_STATUS_ACCESS_DENIED}, 5862306a36Sopenharmony_ci {"NT_STATUS_BUFFER_TOO_SMALL", NT_STATUS_BUFFER_TOO_SMALL}, 5962306a36Sopenharmony_ci {"NT_STATUS_OBJECT_TYPE_MISMATCH", NT_STATUS_OBJECT_TYPE_MISMATCH}, 6062306a36Sopenharmony_ci {"NT_STATUS_NONCONTINUABLE_EXCEPTION", 6162306a36Sopenharmony_ci NT_STATUS_NONCONTINUABLE_EXCEPTION}, 6262306a36Sopenharmony_ci {"NT_STATUS_INVALID_DISPOSITION", NT_STATUS_INVALID_DISPOSITION}, 6362306a36Sopenharmony_ci {"NT_STATUS_UNWIND", NT_STATUS_UNWIND}, 6462306a36Sopenharmony_ci {"NT_STATUS_BAD_STACK", NT_STATUS_BAD_STACK}, 6562306a36Sopenharmony_ci {"NT_STATUS_INVALID_UNWIND_TARGET", 6662306a36Sopenharmony_ci NT_STATUS_INVALID_UNWIND_TARGET}, 6762306a36Sopenharmony_ci {"NT_STATUS_NOT_LOCKED", NT_STATUS_NOT_LOCKED}, 6862306a36Sopenharmony_ci {"NT_STATUS_PARITY_ERROR", NT_STATUS_PARITY_ERROR}, 6962306a36Sopenharmony_ci {"NT_STATUS_UNABLE_TO_DECOMMIT_VM", 7062306a36Sopenharmony_ci NT_STATUS_UNABLE_TO_DECOMMIT_VM}, 7162306a36Sopenharmony_ci {"NT_STATUS_NOT_COMMITTED", NT_STATUS_NOT_COMMITTED}, 7262306a36Sopenharmony_ci {"NT_STATUS_INVALID_PORT_ATTRIBUTES", 7362306a36Sopenharmony_ci NT_STATUS_INVALID_PORT_ATTRIBUTES}, 7462306a36Sopenharmony_ci {"NT_STATUS_PORT_MESSAGE_TOO_LONG", 7562306a36Sopenharmony_ci NT_STATUS_PORT_MESSAGE_TOO_LONG}, 7662306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_MIX", 7762306a36Sopenharmony_ci NT_STATUS_INVALID_PARAMETER_MIX}, 7862306a36Sopenharmony_ci {"NT_STATUS_INVALID_QUOTA_LOWER", NT_STATUS_INVALID_QUOTA_LOWER}, 7962306a36Sopenharmony_ci {"NT_STATUS_DISK_CORRUPT_ERROR", NT_STATUS_DISK_CORRUPT_ERROR}, 8062306a36Sopenharmony_ci {"NT_STATUS_OBJECT_NAME_INVALID", NT_STATUS_OBJECT_NAME_INVALID}, 8162306a36Sopenharmony_ci {"NT_STATUS_OBJECT_NAME_NOT_FOUND", 8262306a36Sopenharmony_ci NT_STATUS_OBJECT_NAME_NOT_FOUND}, 8362306a36Sopenharmony_ci {"NT_STATUS_OBJECT_NAME_COLLISION", 8462306a36Sopenharmony_ci NT_STATUS_OBJECT_NAME_COLLISION}, 8562306a36Sopenharmony_ci {"NT_STATUS_HANDLE_NOT_WAITABLE", NT_STATUS_HANDLE_NOT_WAITABLE}, 8662306a36Sopenharmony_ci {"NT_STATUS_PORT_DISCONNECTED", NT_STATUS_PORT_DISCONNECTED}, 8762306a36Sopenharmony_ci {"NT_STATUS_DEVICE_ALREADY_ATTACHED", 8862306a36Sopenharmony_ci NT_STATUS_DEVICE_ALREADY_ATTACHED}, 8962306a36Sopenharmony_ci {"NT_STATUS_OBJECT_PATH_INVALID", NT_STATUS_OBJECT_PATH_INVALID}, 9062306a36Sopenharmony_ci {"NT_STATUS_OBJECT_PATH_NOT_FOUND", 9162306a36Sopenharmony_ci NT_STATUS_OBJECT_PATH_NOT_FOUND}, 9262306a36Sopenharmony_ci {"NT_STATUS_OBJECT_PATH_SYNTAX_BAD", 9362306a36Sopenharmony_ci NT_STATUS_OBJECT_PATH_SYNTAX_BAD}, 9462306a36Sopenharmony_ci {"NT_STATUS_DATA_OVERRUN", NT_STATUS_DATA_OVERRUN}, 9562306a36Sopenharmony_ci {"NT_STATUS_DATA_LATE_ERROR", NT_STATUS_DATA_LATE_ERROR}, 9662306a36Sopenharmony_ci {"NT_STATUS_DATA_ERROR", NT_STATUS_DATA_ERROR}, 9762306a36Sopenharmony_ci {"NT_STATUS_CRC_ERROR", NT_STATUS_CRC_ERROR}, 9862306a36Sopenharmony_ci {"NT_STATUS_SECTION_TOO_BIG", NT_STATUS_SECTION_TOO_BIG}, 9962306a36Sopenharmony_ci {"NT_STATUS_PORT_CONNECTION_REFUSED", 10062306a36Sopenharmony_ci NT_STATUS_PORT_CONNECTION_REFUSED}, 10162306a36Sopenharmony_ci {"NT_STATUS_INVALID_PORT_HANDLE", NT_STATUS_INVALID_PORT_HANDLE}, 10262306a36Sopenharmony_ci {"NT_STATUS_SHARING_VIOLATION", NT_STATUS_SHARING_VIOLATION}, 10362306a36Sopenharmony_ci {"NT_STATUS_QUOTA_EXCEEDED", NT_STATUS_QUOTA_EXCEEDED}, 10462306a36Sopenharmony_ci {"NT_STATUS_INVALID_PAGE_PROTECTION", 10562306a36Sopenharmony_ci NT_STATUS_INVALID_PAGE_PROTECTION}, 10662306a36Sopenharmony_ci {"NT_STATUS_MUTANT_NOT_OWNED", NT_STATUS_MUTANT_NOT_OWNED}, 10762306a36Sopenharmony_ci {"NT_STATUS_SEMAPHORE_LIMIT_EXCEEDED", 10862306a36Sopenharmony_ci NT_STATUS_SEMAPHORE_LIMIT_EXCEEDED}, 10962306a36Sopenharmony_ci {"NT_STATUS_PORT_ALREADY_SET", NT_STATUS_PORT_ALREADY_SET}, 11062306a36Sopenharmony_ci {"NT_STATUS_SECTION_NOT_IMAGE", NT_STATUS_SECTION_NOT_IMAGE}, 11162306a36Sopenharmony_ci {"NT_STATUS_SUSPEND_COUNT_EXCEEDED", 11262306a36Sopenharmony_ci NT_STATUS_SUSPEND_COUNT_EXCEEDED}, 11362306a36Sopenharmony_ci {"NT_STATUS_THREAD_IS_TERMINATING", 11462306a36Sopenharmony_ci NT_STATUS_THREAD_IS_TERMINATING}, 11562306a36Sopenharmony_ci {"NT_STATUS_BAD_WORKING_SET_LIMIT", 11662306a36Sopenharmony_ci NT_STATUS_BAD_WORKING_SET_LIMIT}, 11762306a36Sopenharmony_ci {"NT_STATUS_INCOMPATIBLE_FILE_MAP", 11862306a36Sopenharmony_ci NT_STATUS_INCOMPATIBLE_FILE_MAP}, 11962306a36Sopenharmony_ci {"NT_STATUS_SECTION_PROTECTION", NT_STATUS_SECTION_PROTECTION}, 12062306a36Sopenharmony_ci {"NT_STATUS_EAS_NOT_SUPPORTED", NT_STATUS_EAS_NOT_SUPPORTED}, 12162306a36Sopenharmony_ci {"NT_STATUS_EA_TOO_LARGE", NT_STATUS_EA_TOO_LARGE}, 12262306a36Sopenharmony_ci {"NT_STATUS_NONEXISTENT_EA_ENTRY", NT_STATUS_NONEXISTENT_EA_ENTRY}, 12362306a36Sopenharmony_ci {"NT_STATUS_NO_EAS_ON_FILE", NT_STATUS_NO_EAS_ON_FILE}, 12462306a36Sopenharmony_ci {"NT_STATUS_EA_CORRUPT_ERROR", NT_STATUS_EA_CORRUPT_ERROR}, 12562306a36Sopenharmony_ci {"NT_STATUS_FILE_LOCK_CONFLICT", NT_STATUS_FILE_LOCK_CONFLICT}, 12662306a36Sopenharmony_ci {"NT_STATUS_LOCK_NOT_GRANTED", NT_STATUS_LOCK_NOT_GRANTED}, 12762306a36Sopenharmony_ci {"NT_STATUS_DELETE_PENDING", NT_STATUS_DELETE_PENDING}, 12862306a36Sopenharmony_ci {"NT_STATUS_CTL_FILE_NOT_SUPPORTED", 12962306a36Sopenharmony_ci NT_STATUS_CTL_FILE_NOT_SUPPORTED}, 13062306a36Sopenharmony_ci {"NT_STATUS_UNKNOWN_REVISION", NT_STATUS_UNKNOWN_REVISION}, 13162306a36Sopenharmony_ci {"NT_STATUS_REVISION_MISMATCH", NT_STATUS_REVISION_MISMATCH}, 13262306a36Sopenharmony_ci {"NT_STATUS_INVALID_OWNER", NT_STATUS_INVALID_OWNER}, 13362306a36Sopenharmony_ci {"NT_STATUS_INVALID_PRIMARY_GROUP", 13462306a36Sopenharmony_ci NT_STATUS_INVALID_PRIMARY_GROUP}, 13562306a36Sopenharmony_ci {"NT_STATUS_NO_IMPERSONATION_TOKEN", 13662306a36Sopenharmony_ci NT_STATUS_NO_IMPERSONATION_TOKEN}, 13762306a36Sopenharmony_ci {"NT_STATUS_CANT_DISABLE_MANDATORY", 13862306a36Sopenharmony_ci NT_STATUS_CANT_DISABLE_MANDATORY}, 13962306a36Sopenharmony_ci {"NT_STATUS_NO_LOGON_SERVERS", NT_STATUS_NO_LOGON_SERVERS}, 14062306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_LOGON_SESSION", 14162306a36Sopenharmony_ci NT_STATUS_NO_SUCH_LOGON_SESSION}, 14262306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_PRIVILEGE", NT_STATUS_NO_SUCH_PRIVILEGE}, 14362306a36Sopenharmony_ci {"NT_STATUS_PRIVILEGE_NOT_HELD", NT_STATUS_PRIVILEGE_NOT_HELD}, 14462306a36Sopenharmony_ci {"NT_STATUS_INVALID_ACCOUNT_NAME", NT_STATUS_INVALID_ACCOUNT_NAME}, 14562306a36Sopenharmony_ci {"NT_STATUS_USER_EXISTS", NT_STATUS_USER_EXISTS}, 14662306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_USER", NT_STATUS_NO_SUCH_USER}, 14762306a36Sopenharmony_ci {"NT_STATUS_GROUP_EXISTS", NT_STATUS_GROUP_EXISTS}, 14862306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_GROUP", NT_STATUS_NO_SUCH_GROUP}, 14962306a36Sopenharmony_ci {"NT_STATUS_MEMBER_IN_GROUP", NT_STATUS_MEMBER_IN_GROUP}, 15062306a36Sopenharmony_ci {"NT_STATUS_MEMBER_NOT_IN_GROUP", NT_STATUS_MEMBER_NOT_IN_GROUP}, 15162306a36Sopenharmony_ci {"NT_STATUS_LAST_ADMIN", NT_STATUS_LAST_ADMIN}, 15262306a36Sopenharmony_ci {"NT_STATUS_WRONG_PASSWORD", NT_STATUS_WRONG_PASSWORD}, 15362306a36Sopenharmony_ci {"NT_STATUS_ILL_FORMED_PASSWORD", NT_STATUS_ILL_FORMED_PASSWORD}, 15462306a36Sopenharmony_ci {"NT_STATUS_PASSWORD_RESTRICTION", NT_STATUS_PASSWORD_RESTRICTION}, 15562306a36Sopenharmony_ci {"NT_STATUS_LOGON_FAILURE", NT_STATUS_LOGON_FAILURE}, 15662306a36Sopenharmony_ci {"NT_STATUS_ACCOUNT_RESTRICTION", NT_STATUS_ACCOUNT_RESTRICTION}, 15762306a36Sopenharmony_ci {"NT_STATUS_INVALID_LOGON_HOURS", NT_STATUS_INVALID_LOGON_HOURS}, 15862306a36Sopenharmony_ci {"NT_STATUS_INVALID_WORKSTATION", NT_STATUS_INVALID_WORKSTATION}, 15962306a36Sopenharmony_ci {"NT_STATUS_PASSWORD_EXPIRED", NT_STATUS_PASSWORD_EXPIRED}, 16062306a36Sopenharmony_ci {"NT_STATUS_ACCOUNT_DISABLED", NT_STATUS_ACCOUNT_DISABLED}, 16162306a36Sopenharmony_ci {"NT_STATUS_NONE_MAPPED", NT_STATUS_NONE_MAPPED}, 16262306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_LUIDS_REQUESTED", 16362306a36Sopenharmony_ci NT_STATUS_TOO_MANY_LUIDS_REQUESTED}, 16462306a36Sopenharmony_ci {"NT_STATUS_LUIDS_EXHAUSTED", NT_STATUS_LUIDS_EXHAUSTED}, 16562306a36Sopenharmony_ci {"NT_STATUS_INVALID_SUB_AUTHORITY", 16662306a36Sopenharmony_ci NT_STATUS_INVALID_SUB_AUTHORITY}, 16762306a36Sopenharmony_ci {"NT_STATUS_INVALID_ACL", NT_STATUS_INVALID_ACL}, 16862306a36Sopenharmony_ci {"NT_STATUS_INVALID_SID", NT_STATUS_INVALID_SID}, 16962306a36Sopenharmony_ci {"NT_STATUS_INVALID_SECURITY_DESCR", 17062306a36Sopenharmony_ci NT_STATUS_INVALID_SECURITY_DESCR}, 17162306a36Sopenharmony_ci {"NT_STATUS_PROCEDURE_NOT_FOUND", NT_STATUS_PROCEDURE_NOT_FOUND}, 17262306a36Sopenharmony_ci {"NT_STATUS_INVALID_IMAGE_FORMAT", NT_STATUS_INVALID_IMAGE_FORMAT}, 17362306a36Sopenharmony_ci {"NT_STATUS_NO_TOKEN", NT_STATUS_NO_TOKEN}, 17462306a36Sopenharmony_ci {"NT_STATUS_BAD_INHERITANCE_ACL", NT_STATUS_BAD_INHERITANCE_ACL}, 17562306a36Sopenharmony_ci {"NT_STATUS_RANGE_NOT_LOCKED", NT_STATUS_RANGE_NOT_LOCKED}, 17662306a36Sopenharmony_ci {"NT_STATUS_DISK_FULL", NT_STATUS_DISK_FULL}, 17762306a36Sopenharmony_ci {"NT_STATUS_SERVER_DISABLED", NT_STATUS_SERVER_DISABLED}, 17862306a36Sopenharmony_ci {"NT_STATUS_SERVER_NOT_DISABLED", NT_STATUS_SERVER_NOT_DISABLED}, 17962306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_GUIDS_REQUESTED", 18062306a36Sopenharmony_ci NT_STATUS_TOO_MANY_GUIDS_REQUESTED}, 18162306a36Sopenharmony_ci {"NT_STATUS_GUIDS_EXHAUSTED", NT_STATUS_GUIDS_EXHAUSTED}, 18262306a36Sopenharmony_ci {"NT_STATUS_INVALID_ID_AUTHORITY", NT_STATUS_INVALID_ID_AUTHORITY}, 18362306a36Sopenharmony_ci {"NT_STATUS_AGENTS_EXHAUSTED", NT_STATUS_AGENTS_EXHAUSTED}, 18462306a36Sopenharmony_ci {"NT_STATUS_INVALID_VOLUME_LABEL", NT_STATUS_INVALID_VOLUME_LABEL}, 18562306a36Sopenharmony_ci {"NT_STATUS_SECTION_NOT_EXTENDED", NT_STATUS_SECTION_NOT_EXTENDED}, 18662306a36Sopenharmony_ci {"NT_STATUS_NOT_MAPPED_DATA", NT_STATUS_NOT_MAPPED_DATA}, 18762306a36Sopenharmony_ci {"NT_STATUS_RESOURCE_DATA_NOT_FOUND", 18862306a36Sopenharmony_ci NT_STATUS_RESOURCE_DATA_NOT_FOUND}, 18962306a36Sopenharmony_ci {"NT_STATUS_RESOURCE_TYPE_NOT_FOUND", 19062306a36Sopenharmony_ci NT_STATUS_RESOURCE_TYPE_NOT_FOUND}, 19162306a36Sopenharmony_ci {"NT_STATUS_RESOURCE_NAME_NOT_FOUND", 19262306a36Sopenharmony_ci NT_STATUS_RESOURCE_NAME_NOT_FOUND}, 19362306a36Sopenharmony_ci {"NT_STATUS_ARRAY_BOUNDS_EXCEEDED", 19462306a36Sopenharmony_ci NT_STATUS_ARRAY_BOUNDS_EXCEEDED}, 19562306a36Sopenharmony_ci {"NT_STATUS_FLOAT_DENORMAL_OPERAND", 19662306a36Sopenharmony_ci NT_STATUS_FLOAT_DENORMAL_OPERAND}, 19762306a36Sopenharmony_ci {"NT_STATUS_FLOAT_DIVIDE_BY_ZERO", NT_STATUS_FLOAT_DIVIDE_BY_ZERO}, 19862306a36Sopenharmony_ci {"NT_STATUS_FLOAT_INEXACT_RESULT", NT_STATUS_FLOAT_INEXACT_RESULT}, 19962306a36Sopenharmony_ci {"NT_STATUS_FLOAT_INVALID_OPERATION", 20062306a36Sopenharmony_ci NT_STATUS_FLOAT_INVALID_OPERATION}, 20162306a36Sopenharmony_ci {"NT_STATUS_FLOAT_OVERFLOW", NT_STATUS_FLOAT_OVERFLOW}, 20262306a36Sopenharmony_ci {"NT_STATUS_FLOAT_STACK_CHECK", NT_STATUS_FLOAT_STACK_CHECK}, 20362306a36Sopenharmony_ci {"NT_STATUS_FLOAT_UNDERFLOW", NT_STATUS_FLOAT_UNDERFLOW}, 20462306a36Sopenharmony_ci {"NT_STATUS_INTEGER_DIVIDE_BY_ZERO", 20562306a36Sopenharmony_ci NT_STATUS_INTEGER_DIVIDE_BY_ZERO}, 20662306a36Sopenharmony_ci {"NT_STATUS_INTEGER_OVERFLOW", NT_STATUS_INTEGER_OVERFLOW}, 20762306a36Sopenharmony_ci {"NT_STATUS_PRIVILEGED_INSTRUCTION", 20862306a36Sopenharmony_ci NT_STATUS_PRIVILEGED_INSTRUCTION}, 20962306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_PAGING_FILES", 21062306a36Sopenharmony_ci NT_STATUS_TOO_MANY_PAGING_FILES}, 21162306a36Sopenharmony_ci {"NT_STATUS_FILE_INVALID", NT_STATUS_FILE_INVALID}, 21262306a36Sopenharmony_ci {"NT_STATUS_ALLOTTED_SPACE_EXCEEDED", 21362306a36Sopenharmony_ci NT_STATUS_ALLOTTED_SPACE_EXCEEDED}, 21462306a36Sopenharmony_ci {"NT_STATUS_INSUFFICIENT_RESOURCES", 21562306a36Sopenharmony_ci NT_STATUS_INSUFFICIENT_RESOURCES}, 21662306a36Sopenharmony_ci {"NT_STATUS_DFS_EXIT_PATH_FOUND", NT_STATUS_DFS_EXIT_PATH_FOUND}, 21762306a36Sopenharmony_ci {"NT_STATUS_DEVICE_DATA_ERROR", NT_STATUS_DEVICE_DATA_ERROR}, 21862306a36Sopenharmony_ci {"NT_STATUS_DEVICE_NOT_CONNECTED", NT_STATUS_DEVICE_NOT_CONNECTED}, 21962306a36Sopenharmony_ci {"NT_STATUS_DEVICE_POWER_FAILURE", NT_STATUS_DEVICE_POWER_FAILURE}, 22062306a36Sopenharmony_ci {"NT_STATUS_FREE_VM_NOT_AT_BASE", NT_STATUS_FREE_VM_NOT_AT_BASE}, 22162306a36Sopenharmony_ci {"NT_STATUS_MEMORY_NOT_ALLOCATED", NT_STATUS_MEMORY_NOT_ALLOCATED}, 22262306a36Sopenharmony_ci {"NT_STATUS_WORKING_SET_QUOTA", NT_STATUS_WORKING_SET_QUOTA}, 22362306a36Sopenharmony_ci {"NT_STATUS_MEDIA_WRITE_PROTECTED", 22462306a36Sopenharmony_ci NT_STATUS_MEDIA_WRITE_PROTECTED}, 22562306a36Sopenharmony_ci {"NT_STATUS_DEVICE_NOT_READY", NT_STATUS_DEVICE_NOT_READY}, 22662306a36Sopenharmony_ci {"NT_STATUS_INVALID_GROUP_ATTRIBUTES", 22762306a36Sopenharmony_ci NT_STATUS_INVALID_GROUP_ATTRIBUTES}, 22862306a36Sopenharmony_ci {"NT_STATUS_BAD_IMPERSONATION_LEVEL", 22962306a36Sopenharmony_ci NT_STATUS_BAD_IMPERSONATION_LEVEL}, 23062306a36Sopenharmony_ci {"NT_STATUS_CANT_OPEN_ANONYMOUS", NT_STATUS_CANT_OPEN_ANONYMOUS}, 23162306a36Sopenharmony_ci {"NT_STATUS_BAD_VALIDATION_CLASS", NT_STATUS_BAD_VALIDATION_CLASS}, 23262306a36Sopenharmony_ci {"NT_STATUS_BAD_TOKEN_TYPE", NT_STATUS_BAD_TOKEN_TYPE}, 23362306a36Sopenharmony_ci {"NT_STATUS_BAD_MASTER_BOOT_RECORD", 23462306a36Sopenharmony_ci NT_STATUS_BAD_MASTER_BOOT_RECORD}, 23562306a36Sopenharmony_ci {"NT_STATUS_INSTRUCTION_MISALIGNMENT", 23662306a36Sopenharmony_ci NT_STATUS_INSTRUCTION_MISALIGNMENT}, 23762306a36Sopenharmony_ci {"NT_STATUS_INSTANCE_NOT_AVAILABLE", 23862306a36Sopenharmony_ci NT_STATUS_INSTANCE_NOT_AVAILABLE}, 23962306a36Sopenharmony_ci {"NT_STATUS_PIPE_NOT_AVAILABLE", NT_STATUS_PIPE_NOT_AVAILABLE}, 24062306a36Sopenharmony_ci {"NT_STATUS_INVALID_PIPE_STATE", NT_STATUS_INVALID_PIPE_STATE}, 24162306a36Sopenharmony_ci {"NT_STATUS_PIPE_BUSY", NT_STATUS_PIPE_BUSY}, 24262306a36Sopenharmony_ci {"NT_STATUS_ILLEGAL_FUNCTION", NT_STATUS_ILLEGAL_FUNCTION}, 24362306a36Sopenharmony_ci {"NT_STATUS_PIPE_DISCONNECTED", NT_STATUS_PIPE_DISCONNECTED}, 24462306a36Sopenharmony_ci {"NT_STATUS_PIPE_CLOSING", NT_STATUS_PIPE_CLOSING}, 24562306a36Sopenharmony_ci {"NT_STATUS_PIPE_CONNECTED", NT_STATUS_PIPE_CONNECTED}, 24662306a36Sopenharmony_ci {"NT_STATUS_PIPE_LISTENING", NT_STATUS_PIPE_LISTENING}, 24762306a36Sopenharmony_ci {"NT_STATUS_INVALID_READ_MODE", NT_STATUS_INVALID_READ_MODE}, 24862306a36Sopenharmony_ci {"NT_STATUS_IO_TIMEOUT", NT_STATUS_IO_TIMEOUT}, 24962306a36Sopenharmony_ci {"NT_STATUS_FILE_FORCED_CLOSED", NT_STATUS_FILE_FORCED_CLOSED}, 25062306a36Sopenharmony_ci {"NT_STATUS_PROFILING_NOT_STARTED", 25162306a36Sopenharmony_ci NT_STATUS_PROFILING_NOT_STARTED}, 25262306a36Sopenharmony_ci {"NT_STATUS_PROFILING_NOT_STOPPED", 25362306a36Sopenharmony_ci NT_STATUS_PROFILING_NOT_STOPPED}, 25462306a36Sopenharmony_ci {"NT_STATUS_COULD_NOT_INTERPRET", NT_STATUS_COULD_NOT_INTERPRET}, 25562306a36Sopenharmony_ci {"NT_STATUS_FILE_IS_A_DIRECTORY", NT_STATUS_FILE_IS_A_DIRECTORY}, 25662306a36Sopenharmony_ci {"NT_STATUS_NOT_SUPPORTED", NT_STATUS_NOT_SUPPORTED}, 25762306a36Sopenharmony_ci {"NT_STATUS_REMOTE_NOT_LISTENING", NT_STATUS_REMOTE_NOT_LISTENING}, 25862306a36Sopenharmony_ci {"NT_STATUS_DUPLICATE_NAME", NT_STATUS_DUPLICATE_NAME}, 25962306a36Sopenharmony_ci {"NT_STATUS_BAD_NETWORK_PATH", NT_STATUS_BAD_NETWORK_PATH}, 26062306a36Sopenharmony_ci {"NT_STATUS_NETWORK_BUSY", NT_STATUS_NETWORK_BUSY}, 26162306a36Sopenharmony_ci {"NT_STATUS_DEVICE_DOES_NOT_EXIST", 26262306a36Sopenharmony_ci NT_STATUS_DEVICE_DOES_NOT_EXIST}, 26362306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_COMMANDS", NT_STATUS_TOO_MANY_COMMANDS}, 26462306a36Sopenharmony_ci {"NT_STATUS_ADAPTER_HARDWARE_ERROR", 26562306a36Sopenharmony_ci NT_STATUS_ADAPTER_HARDWARE_ERROR}, 26662306a36Sopenharmony_ci {"NT_STATUS_INVALID_NETWORK_RESPONSE", 26762306a36Sopenharmony_ci NT_STATUS_INVALID_NETWORK_RESPONSE}, 26862306a36Sopenharmony_ci {"NT_STATUS_UNEXPECTED_NETWORK_ERROR", 26962306a36Sopenharmony_ci NT_STATUS_UNEXPECTED_NETWORK_ERROR}, 27062306a36Sopenharmony_ci {"NT_STATUS_BAD_REMOTE_ADAPTER", NT_STATUS_BAD_REMOTE_ADAPTER}, 27162306a36Sopenharmony_ci {"NT_STATUS_PRINT_QUEUE_FULL", NT_STATUS_PRINT_QUEUE_FULL}, 27262306a36Sopenharmony_ci {"NT_STATUS_NO_SPOOL_SPACE", NT_STATUS_NO_SPOOL_SPACE}, 27362306a36Sopenharmony_ci {"NT_STATUS_PRINT_CANCELLED", NT_STATUS_PRINT_CANCELLED}, 27462306a36Sopenharmony_ci {"NT_STATUS_NETWORK_NAME_DELETED", NT_STATUS_NETWORK_NAME_DELETED}, 27562306a36Sopenharmony_ci {"NT_STATUS_NETWORK_ACCESS_DENIED", 27662306a36Sopenharmony_ci NT_STATUS_NETWORK_ACCESS_DENIED}, 27762306a36Sopenharmony_ci {"NT_STATUS_BAD_DEVICE_TYPE", NT_STATUS_BAD_DEVICE_TYPE}, 27862306a36Sopenharmony_ci {"NT_STATUS_BAD_NETWORK_NAME", NT_STATUS_BAD_NETWORK_NAME}, 27962306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_NAMES", NT_STATUS_TOO_MANY_NAMES}, 28062306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_SESSIONS", NT_STATUS_TOO_MANY_SESSIONS}, 28162306a36Sopenharmony_ci {"NT_STATUS_SHARING_PAUSED", NT_STATUS_SHARING_PAUSED}, 28262306a36Sopenharmony_ci {"NT_STATUS_REQUEST_NOT_ACCEPTED", NT_STATUS_REQUEST_NOT_ACCEPTED}, 28362306a36Sopenharmony_ci {"NT_STATUS_REDIRECTOR_PAUSED", NT_STATUS_REDIRECTOR_PAUSED}, 28462306a36Sopenharmony_ci {"NT_STATUS_NET_WRITE_FAULT", NT_STATUS_NET_WRITE_FAULT}, 28562306a36Sopenharmony_ci {"NT_STATUS_PROFILING_AT_LIMIT", NT_STATUS_PROFILING_AT_LIMIT}, 28662306a36Sopenharmony_ci {"NT_STATUS_NOT_SAME_DEVICE", NT_STATUS_NOT_SAME_DEVICE}, 28762306a36Sopenharmony_ci {"NT_STATUS_FILE_RENAMED", NT_STATUS_FILE_RENAMED}, 28862306a36Sopenharmony_ci {"NT_STATUS_VIRTUAL_CIRCUIT_CLOSED", 28962306a36Sopenharmony_ci NT_STATUS_VIRTUAL_CIRCUIT_CLOSED}, 29062306a36Sopenharmony_ci {"NT_STATUS_NO_SECURITY_ON_OBJECT", 29162306a36Sopenharmony_ci NT_STATUS_NO_SECURITY_ON_OBJECT}, 29262306a36Sopenharmony_ci {"NT_STATUS_CANT_WAIT", NT_STATUS_CANT_WAIT}, 29362306a36Sopenharmony_ci {"NT_STATUS_PIPE_EMPTY", NT_STATUS_PIPE_EMPTY}, 29462306a36Sopenharmony_ci {"NT_STATUS_CANT_ACCESS_DOMAIN_INFO", 29562306a36Sopenharmony_ci NT_STATUS_CANT_ACCESS_DOMAIN_INFO}, 29662306a36Sopenharmony_ci {"NT_STATUS_CANT_TERMINATE_SELF", NT_STATUS_CANT_TERMINATE_SELF}, 29762306a36Sopenharmony_ci {"NT_STATUS_INVALID_SERVER_STATE", NT_STATUS_INVALID_SERVER_STATE}, 29862306a36Sopenharmony_ci {"NT_STATUS_INVALID_DOMAIN_STATE", NT_STATUS_INVALID_DOMAIN_STATE}, 29962306a36Sopenharmony_ci {"NT_STATUS_INVALID_DOMAIN_ROLE", NT_STATUS_INVALID_DOMAIN_ROLE}, 30062306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_DOMAIN", NT_STATUS_NO_SUCH_DOMAIN}, 30162306a36Sopenharmony_ci {"NT_STATUS_DOMAIN_EXISTS", NT_STATUS_DOMAIN_EXISTS}, 30262306a36Sopenharmony_ci {"NT_STATUS_DOMAIN_LIMIT_EXCEEDED", 30362306a36Sopenharmony_ci NT_STATUS_DOMAIN_LIMIT_EXCEEDED}, 30462306a36Sopenharmony_ci {"NT_STATUS_OPLOCK_NOT_GRANTED", NT_STATUS_OPLOCK_NOT_GRANTED}, 30562306a36Sopenharmony_ci {"NT_STATUS_INVALID_OPLOCK_PROTOCOL", 30662306a36Sopenharmony_ci NT_STATUS_INVALID_OPLOCK_PROTOCOL}, 30762306a36Sopenharmony_ci {"NT_STATUS_INTERNAL_DB_CORRUPTION", 30862306a36Sopenharmony_ci NT_STATUS_INTERNAL_DB_CORRUPTION}, 30962306a36Sopenharmony_ci {"NT_STATUS_INTERNAL_ERROR", NT_STATUS_INTERNAL_ERROR}, 31062306a36Sopenharmony_ci {"NT_STATUS_GENERIC_NOT_MAPPED", NT_STATUS_GENERIC_NOT_MAPPED}, 31162306a36Sopenharmony_ci {"NT_STATUS_BAD_DESCRIPTOR_FORMAT", 31262306a36Sopenharmony_ci NT_STATUS_BAD_DESCRIPTOR_FORMAT}, 31362306a36Sopenharmony_ci {"NT_STATUS_INVALID_USER_BUFFER", NT_STATUS_INVALID_USER_BUFFER}, 31462306a36Sopenharmony_ci {"NT_STATUS_UNEXPECTED_IO_ERROR", NT_STATUS_UNEXPECTED_IO_ERROR}, 31562306a36Sopenharmony_ci {"NT_STATUS_UNEXPECTED_MM_CREATE_ERR", 31662306a36Sopenharmony_ci NT_STATUS_UNEXPECTED_MM_CREATE_ERR}, 31762306a36Sopenharmony_ci {"NT_STATUS_UNEXPECTED_MM_MAP_ERROR", 31862306a36Sopenharmony_ci NT_STATUS_UNEXPECTED_MM_MAP_ERROR}, 31962306a36Sopenharmony_ci {"NT_STATUS_UNEXPECTED_MM_EXTEND_ERR", 32062306a36Sopenharmony_ci NT_STATUS_UNEXPECTED_MM_EXTEND_ERR}, 32162306a36Sopenharmony_ci {"NT_STATUS_NOT_LOGON_PROCESS", NT_STATUS_NOT_LOGON_PROCESS}, 32262306a36Sopenharmony_ci {"NT_STATUS_LOGON_SESSION_EXISTS", NT_STATUS_LOGON_SESSION_EXISTS}, 32362306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_1", NT_STATUS_INVALID_PARAMETER_1}, 32462306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_2", NT_STATUS_INVALID_PARAMETER_2}, 32562306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_3", NT_STATUS_INVALID_PARAMETER_3}, 32662306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_4", NT_STATUS_INVALID_PARAMETER_4}, 32762306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_5", NT_STATUS_INVALID_PARAMETER_5}, 32862306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_6", NT_STATUS_INVALID_PARAMETER_6}, 32962306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_7", NT_STATUS_INVALID_PARAMETER_7}, 33062306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_8", NT_STATUS_INVALID_PARAMETER_8}, 33162306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_9", NT_STATUS_INVALID_PARAMETER_9}, 33262306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_10", NT_STATUS_INVALID_PARAMETER_10}, 33362306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_11", NT_STATUS_INVALID_PARAMETER_11}, 33462306a36Sopenharmony_ci {"NT_STATUS_INVALID_PARAMETER_12", NT_STATUS_INVALID_PARAMETER_12}, 33562306a36Sopenharmony_ci {"NT_STATUS_REDIRECTOR_NOT_STARTED", 33662306a36Sopenharmony_ci NT_STATUS_REDIRECTOR_NOT_STARTED}, 33762306a36Sopenharmony_ci {"NT_STATUS_REDIRECTOR_STARTED", NT_STATUS_REDIRECTOR_STARTED}, 33862306a36Sopenharmony_ci {"NT_STATUS_STACK_OVERFLOW", NT_STATUS_STACK_OVERFLOW}, 33962306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_PACKAGE", NT_STATUS_NO_SUCH_PACKAGE}, 34062306a36Sopenharmony_ci {"NT_STATUS_BAD_FUNCTION_TABLE", NT_STATUS_BAD_FUNCTION_TABLE}, 34162306a36Sopenharmony_ci {"NT_STATUS_DIRECTORY_NOT_EMPTY", NT_STATUS_DIRECTORY_NOT_EMPTY}, 34262306a36Sopenharmony_ci {"NT_STATUS_FILE_CORRUPT_ERROR", NT_STATUS_FILE_CORRUPT_ERROR}, 34362306a36Sopenharmony_ci {"NT_STATUS_NOT_A_DIRECTORY", NT_STATUS_NOT_A_DIRECTORY}, 34462306a36Sopenharmony_ci {"NT_STATUS_BAD_LOGON_SESSION_STATE", 34562306a36Sopenharmony_ci NT_STATUS_BAD_LOGON_SESSION_STATE}, 34662306a36Sopenharmony_ci {"NT_STATUS_LOGON_SESSION_COLLISION", 34762306a36Sopenharmony_ci NT_STATUS_LOGON_SESSION_COLLISION}, 34862306a36Sopenharmony_ci {"NT_STATUS_NAME_TOO_LONG", NT_STATUS_NAME_TOO_LONG}, 34962306a36Sopenharmony_ci {"NT_STATUS_FILES_OPEN", NT_STATUS_FILES_OPEN}, 35062306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_IN_USE", NT_STATUS_CONNECTION_IN_USE}, 35162306a36Sopenharmony_ci {"NT_STATUS_MESSAGE_NOT_FOUND", NT_STATUS_MESSAGE_NOT_FOUND}, 35262306a36Sopenharmony_ci {"NT_STATUS_PROCESS_IS_TERMINATING", 35362306a36Sopenharmony_ci NT_STATUS_PROCESS_IS_TERMINATING}, 35462306a36Sopenharmony_ci {"NT_STATUS_INVALID_LOGON_TYPE", NT_STATUS_INVALID_LOGON_TYPE}, 35562306a36Sopenharmony_ci {"NT_STATUS_NO_GUID_TRANSLATION", NT_STATUS_NO_GUID_TRANSLATION}, 35662306a36Sopenharmony_ci {"NT_STATUS_CANNOT_IMPERSONATE", NT_STATUS_CANNOT_IMPERSONATE}, 35762306a36Sopenharmony_ci {"NT_STATUS_IMAGE_ALREADY_LOADED", NT_STATUS_IMAGE_ALREADY_LOADED}, 35862306a36Sopenharmony_ci {"NT_STATUS_ABIOS_NOT_PRESENT", NT_STATUS_ABIOS_NOT_PRESENT}, 35962306a36Sopenharmony_ci {"NT_STATUS_ABIOS_LID_NOT_EXIST", NT_STATUS_ABIOS_LID_NOT_EXIST}, 36062306a36Sopenharmony_ci {"NT_STATUS_ABIOS_LID_ALREADY_OWNED", 36162306a36Sopenharmony_ci NT_STATUS_ABIOS_LID_ALREADY_OWNED}, 36262306a36Sopenharmony_ci {"NT_STATUS_ABIOS_NOT_LID_OWNER", NT_STATUS_ABIOS_NOT_LID_OWNER}, 36362306a36Sopenharmony_ci {"NT_STATUS_ABIOS_INVALID_COMMAND", 36462306a36Sopenharmony_ci NT_STATUS_ABIOS_INVALID_COMMAND}, 36562306a36Sopenharmony_ci {"NT_STATUS_ABIOS_INVALID_LID", NT_STATUS_ABIOS_INVALID_LID}, 36662306a36Sopenharmony_ci {"NT_STATUS_ABIOS_SELECTOR_NOT_AVAILABLE", 36762306a36Sopenharmony_ci NT_STATUS_ABIOS_SELECTOR_NOT_AVAILABLE}, 36862306a36Sopenharmony_ci {"NT_STATUS_ABIOS_INVALID_SELECTOR", 36962306a36Sopenharmony_ci NT_STATUS_ABIOS_INVALID_SELECTOR}, 37062306a36Sopenharmony_ci {"NT_STATUS_NO_LDT", NT_STATUS_NO_LDT}, 37162306a36Sopenharmony_ci {"NT_STATUS_INVALID_LDT_SIZE", NT_STATUS_INVALID_LDT_SIZE}, 37262306a36Sopenharmony_ci {"NT_STATUS_INVALID_LDT_OFFSET", NT_STATUS_INVALID_LDT_OFFSET}, 37362306a36Sopenharmony_ci {"NT_STATUS_INVALID_LDT_DESCRIPTOR", 37462306a36Sopenharmony_ci NT_STATUS_INVALID_LDT_DESCRIPTOR}, 37562306a36Sopenharmony_ci {"NT_STATUS_INVALID_IMAGE_NE_FORMAT", 37662306a36Sopenharmony_ci NT_STATUS_INVALID_IMAGE_NE_FORMAT}, 37762306a36Sopenharmony_ci {"NT_STATUS_RXACT_INVALID_STATE", NT_STATUS_RXACT_INVALID_STATE}, 37862306a36Sopenharmony_ci {"NT_STATUS_RXACT_COMMIT_FAILURE", NT_STATUS_RXACT_COMMIT_FAILURE}, 37962306a36Sopenharmony_ci {"NT_STATUS_MAPPED_FILE_SIZE_ZERO", 38062306a36Sopenharmony_ci NT_STATUS_MAPPED_FILE_SIZE_ZERO}, 38162306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_OPENED_FILES", 38262306a36Sopenharmony_ci NT_STATUS_TOO_MANY_OPENED_FILES}, 38362306a36Sopenharmony_ci {"NT_STATUS_CANCELLED", NT_STATUS_CANCELLED}, 38462306a36Sopenharmony_ci {"NT_STATUS_CANNOT_DELETE", NT_STATUS_CANNOT_DELETE}, 38562306a36Sopenharmony_ci {"NT_STATUS_INVALID_COMPUTER_NAME", 38662306a36Sopenharmony_ci NT_STATUS_INVALID_COMPUTER_NAME}, 38762306a36Sopenharmony_ci {"NT_STATUS_FILE_DELETED", NT_STATUS_FILE_DELETED}, 38862306a36Sopenharmony_ci {"NT_STATUS_SPECIAL_ACCOUNT", NT_STATUS_SPECIAL_ACCOUNT}, 38962306a36Sopenharmony_ci {"NT_STATUS_SPECIAL_GROUP", NT_STATUS_SPECIAL_GROUP}, 39062306a36Sopenharmony_ci {"NT_STATUS_SPECIAL_USER", NT_STATUS_SPECIAL_USER}, 39162306a36Sopenharmony_ci {"NT_STATUS_MEMBERS_PRIMARY_GROUP", 39262306a36Sopenharmony_ci NT_STATUS_MEMBERS_PRIMARY_GROUP}, 39362306a36Sopenharmony_ci {"NT_STATUS_FILE_CLOSED", NT_STATUS_FILE_CLOSED}, 39462306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_THREADS", NT_STATUS_TOO_MANY_THREADS}, 39562306a36Sopenharmony_ci {"NT_STATUS_THREAD_NOT_IN_PROCESS", 39662306a36Sopenharmony_ci NT_STATUS_THREAD_NOT_IN_PROCESS}, 39762306a36Sopenharmony_ci {"NT_STATUS_TOKEN_ALREADY_IN_USE", NT_STATUS_TOKEN_ALREADY_IN_USE}, 39862306a36Sopenharmony_ci {"NT_STATUS_PAGEFILE_QUOTA_EXCEEDED", 39962306a36Sopenharmony_ci NT_STATUS_PAGEFILE_QUOTA_EXCEEDED}, 40062306a36Sopenharmony_ci {"NT_STATUS_COMMITMENT_LIMIT", NT_STATUS_COMMITMENT_LIMIT}, 40162306a36Sopenharmony_ci {"NT_STATUS_INVALID_IMAGE_LE_FORMAT", 40262306a36Sopenharmony_ci NT_STATUS_INVALID_IMAGE_LE_FORMAT}, 40362306a36Sopenharmony_ci {"NT_STATUS_INVALID_IMAGE_NOT_MZ", NT_STATUS_INVALID_IMAGE_NOT_MZ}, 40462306a36Sopenharmony_ci {"NT_STATUS_INVALID_IMAGE_PROTECT", 40562306a36Sopenharmony_ci NT_STATUS_INVALID_IMAGE_PROTECT}, 40662306a36Sopenharmony_ci {"NT_STATUS_INVALID_IMAGE_WIN_16", NT_STATUS_INVALID_IMAGE_WIN_16}, 40762306a36Sopenharmony_ci {"NT_STATUS_LOGON_SERVER_CONFLICT", 40862306a36Sopenharmony_ci NT_STATUS_LOGON_SERVER_CONFLICT}, 40962306a36Sopenharmony_ci {"NT_STATUS_TIME_DIFFERENCE_AT_DC", 41062306a36Sopenharmony_ci NT_STATUS_TIME_DIFFERENCE_AT_DC}, 41162306a36Sopenharmony_ci {"NT_STATUS_SYNCHRONIZATION_REQUIRED", 41262306a36Sopenharmony_ci NT_STATUS_SYNCHRONIZATION_REQUIRED}, 41362306a36Sopenharmony_ci {"NT_STATUS_DLL_NOT_FOUND", NT_STATUS_DLL_NOT_FOUND}, 41462306a36Sopenharmony_ci {"NT_STATUS_OPEN_FAILED", NT_STATUS_OPEN_FAILED}, 41562306a36Sopenharmony_ci {"NT_STATUS_IO_PRIVILEGE_FAILED", NT_STATUS_IO_PRIVILEGE_FAILED}, 41662306a36Sopenharmony_ci {"NT_STATUS_ORDINAL_NOT_FOUND", NT_STATUS_ORDINAL_NOT_FOUND}, 41762306a36Sopenharmony_ci {"NT_STATUS_ENTRYPOINT_NOT_FOUND", NT_STATUS_ENTRYPOINT_NOT_FOUND}, 41862306a36Sopenharmony_ci {"NT_STATUS_CONTROL_C_EXIT", NT_STATUS_CONTROL_C_EXIT}, 41962306a36Sopenharmony_ci {"NT_STATUS_LOCAL_DISCONNECT", NT_STATUS_LOCAL_DISCONNECT}, 42062306a36Sopenharmony_ci {"NT_STATUS_REMOTE_DISCONNECT", NT_STATUS_REMOTE_DISCONNECT}, 42162306a36Sopenharmony_ci {"NT_STATUS_REMOTE_RESOURCES", NT_STATUS_REMOTE_RESOURCES}, 42262306a36Sopenharmony_ci {"NT_STATUS_LINK_FAILED", NT_STATUS_LINK_FAILED}, 42362306a36Sopenharmony_ci {"NT_STATUS_LINK_TIMEOUT", NT_STATUS_LINK_TIMEOUT}, 42462306a36Sopenharmony_ci {"NT_STATUS_INVALID_CONNECTION", NT_STATUS_INVALID_CONNECTION}, 42562306a36Sopenharmony_ci {"NT_STATUS_INVALID_ADDRESS", NT_STATUS_INVALID_ADDRESS}, 42662306a36Sopenharmony_ci {"NT_STATUS_DLL_INIT_FAILED", NT_STATUS_DLL_INIT_FAILED}, 42762306a36Sopenharmony_ci {"NT_STATUS_MISSING_SYSTEMFILE", NT_STATUS_MISSING_SYSTEMFILE}, 42862306a36Sopenharmony_ci {"NT_STATUS_UNHANDLED_EXCEPTION", NT_STATUS_UNHANDLED_EXCEPTION}, 42962306a36Sopenharmony_ci {"NT_STATUS_APP_INIT_FAILURE", NT_STATUS_APP_INIT_FAILURE}, 43062306a36Sopenharmony_ci {"NT_STATUS_PAGEFILE_CREATE_FAILED", 43162306a36Sopenharmony_ci NT_STATUS_PAGEFILE_CREATE_FAILED}, 43262306a36Sopenharmony_ci {"NT_STATUS_NO_PAGEFILE", NT_STATUS_NO_PAGEFILE}, 43362306a36Sopenharmony_ci {"NT_STATUS_INVALID_LEVEL", NT_STATUS_INVALID_LEVEL}, 43462306a36Sopenharmony_ci {"NT_STATUS_WRONG_PASSWORD_CORE", NT_STATUS_WRONG_PASSWORD_CORE}, 43562306a36Sopenharmony_ci {"NT_STATUS_ILLEGAL_FLOAT_CONTEXT", 43662306a36Sopenharmony_ci NT_STATUS_ILLEGAL_FLOAT_CONTEXT}, 43762306a36Sopenharmony_ci {"NT_STATUS_PIPE_BROKEN", NT_STATUS_PIPE_BROKEN}, 43862306a36Sopenharmony_ci {"NT_STATUS_REGISTRY_CORRUPT", NT_STATUS_REGISTRY_CORRUPT}, 43962306a36Sopenharmony_ci {"NT_STATUS_REGISTRY_IO_FAILED", NT_STATUS_REGISTRY_IO_FAILED}, 44062306a36Sopenharmony_ci {"NT_STATUS_NO_EVENT_PAIR", NT_STATUS_NO_EVENT_PAIR}, 44162306a36Sopenharmony_ci {"NT_STATUS_UNRECOGNIZED_VOLUME", NT_STATUS_UNRECOGNIZED_VOLUME}, 44262306a36Sopenharmony_ci {"NT_STATUS_SERIAL_NO_DEVICE_INITED", 44362306a36Sopenharmony_ci NT_STATUS_SERIAL_NO_DEVICE_INITED}, 44462306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_ALIAS", NT_STATUS_NO_SUCH_ALIAS}, 44562306a36Sopenharmony_ci {"NT_STATUS_MEMBER_NOT_IN_ALIAS", NT_STATUS_MEMBER_NOT_IN_ALIAS}, 44662306a36Sopenharmony_ci {"NT_STATUS_MEMBER_IN_ALIAS", NT_STATUS_MEMBER_IN_ALIAS}, 44762306a36Sopenharmony_ci {"NT_STATUS_ALIAS_EXISTS", NT_STATUS_ALIAS_EXISTS}, 44862306a36Sopenharmony_ci {"NT_STATUS_LOGON_NOT_GRANTED", NT_STATUS_LOGON_NOT_GRANTED}, 44962306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_SECRETS", NT_STATUS_TOO_MANY_SECRETS}, 45062306a36Sopenharmony_ci {"NT_STATUS_SECRET_TOO_LONG", NT_STATUS_SECRET_TOO_LONG}, 45162306a36Sopenharmony_ci {"NT_STATUS_INTERNAL_DB_ERROR", NT_STATUS_INTERNAL_DB_ERROR}, 45262306a36Sopenharmony_ci {"NT_STATUS_FULLSCREEN_MODE", NT_STATUS_FULLSCREEN_MODE}, 45362306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_CONTEXT_IDS", NT_STATUS_TOO_MANY_CONTEXT_IDS}, 45462306a36Sopenharmony_ci {"NT_STATUS_LOGON_TYPE_NOT_GRANTED", 45562306a36Sopenharmony_ci NT_STATUS_LOGON_TYPE_NOT_GRANTED}, 45662306a36Sopenharmony_ci {"NT_STATUS_NOT_REGISTRY_FILE", NT_STATUS_NOT_REGISTRY_FILE}, 45762306a36Sopenharmony_ci {"NT_STATUS_NT_CROSS_ENCRYPTION_REQUIRED", 45862306a36Sopenharmony_ci NT_STATUS_NT_CROSS_ENCRYPTION_REQUIRED}, 45962306a36Sopenharmony_ci {"NT_STATUS_DOMAIN_CTRLR_CONFIG_ERROR", 46062306a36Sopenharmony_ci NT_STATUS_DOMAIN_CTRLR_CONFIG_ERROR}, 46162306a36Sopenharmony_ci {"NT_STATUS_FT_MISSING_MEMBER", NT_STATUS_FT_MISSING_MEMBER}, 46262306a36Sopenharmony_ci {"NT_STATUS_ILL_FORMED_SERVICE_ENTRY", 46362306a36Sopenharmony_ci NT_STATUS_ILL_FORMED_SERVICE_ENTRY}, 46462306a36Sopenharmony_ci {"NT_STATUS_ILLEGAL_CHARACTER", NT_STATUS_ILLEGAL_CHARACTER}, 46562306a36Sopenharmony_ci {"NT_STATUS_UNMAPPABLE_CHARACTER", NT_STATUS_UNMAPPABLE_CHARACTER}, 46662306a36Sopenharmony_ci {"NT_STATUS_UNDEFINED_CHARACTER", NT_STATUS_UNDEFINED_CHARACTER}, 46762306a36Sopenharmony_ci {"NT_STATUS_FLOPPY_VOLUME", NT_STATUS_FLOPPY_VOLUME}, 46862306a36Sopenharmony_ci {"NT_STATUS_FLOPPY_ID_MARK_NOT_FOUND", 46962306a36Sopenharmony_ci NT_STATUS_FLOPPY_ID_MARK_NOT_FOUND}, 47062306a36Sopenharmony_ci {"NT_STATUS_FLOPPY_WRONG_CYLINDER", 47162306a36Sopenharmony_ci NT_STATUS_FLOPPY_WRONG_CYLINDER}, 47262306a36Sopenharmony_ci {"NT_STATUS_FLOPPY_UNKNOWN_ERROR", NT_STATUS_FLOPPY_UNKNOWN_ERROR}, 47362306a36Sopenharmony_ci {"NT_STATUS_FLOPPY_BAD_REGISTERS", NT_STATUS_FLOPPY_BAD_REGISTERS}, 47462306a36Sopenharmony_ci {"NT_STATUS_DISK_RECALIBRATE_FAILED", 47562306a36Sopenharmony_ci NT_STATUS_DISK_RECALIBRATE_FAILED}, 47662306a36Sopenharmony_ci {"NT_STATUS_DISK_OPERATION_FAILED", 47762306a36Sopenharmony_ci NT_STATUS_DISK_OPERATION_FAILED}, 47862306a36Sopenharmony_ci {"NT_STATUS_DISK_RESET_FAILED", NT_STATUS_DISK_RESET_FAILED}, 47962306a36Sopenharmony_ci {"NT_STATUS_SHARED_IRQ_BUSY", NT_STATUS_SHARED_IRQ_BUSY}, 48062306a36Sopenharmony_ci {"NT_STATUS_FT_ORPHANING", NT_STATUS_FT_ORPHANING}, 48162306a36Sopenharmony_ci {"NT_STATUS_PARTITION_FAILURE", NT_STATUS_PARTITION_FAILURE}, 48262306a36Sopenharmony_ci {"NT_STATUS_INVALID_BLOCK_LENGTH", NT_STATUS_INVALID_BLOCK_LENGTH}, 48362306a36Sopenharmony_ci {"NT_STATUS_DEVICE_NOT_PARTITIONED", 48462306a36Sopenharmony_ci NT_STATUS_DEVICE_NOT_PARTITIONED}, 48562306a36Sopenharmony_ci {"NT_STATUS_UNABLE_TO_LOCK_MEDIA", NT_STATUS_UNABLE_TO_LOCK_MEDIA}, 48662306a36Sopenharmony_ci {"NT_STATUS_UNABLE_TO_UNLOAD_MEDIA", 48762306a36Sopenharmony_ci NT_STATUS_UNABLE_TO_UNLOAD_MEDIA}, 48862306a36Sopenharmony_ci {"NT_STATUS_EOM_OVERFLOW", NT_STATUS_EOM_OVERFLOW}, 48962306a36Sopenharmony_ci {"NT_STATUS_NO_MEDIA", NT_STATUS_NO_MEDIA}, 49062306a36Sopenharmony_ci {"NT_STATUS_NO_SUCH_MEMBER", NT_STATUS_NO_SUCH_MEMBER}, 49162306a36Sopenharmony_ci {"NT_STATUS_INVALID_MEMBER", NT_STATUS_INVALID_MEMBER}, 49262306a36Sopenharmony_ci {"NT_STATUS_KEY_DELETED", NT_STATUS_KEY_DELETED}, 49362306a36Sopenharmony_ci {"NT_STATUS_NO_LOG_SPACE", NT_STATUS_NO_LOG_SPACE}, 49462306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_SIDS", NT_STATUS_TOO_MANY_SIDS}, 49562306a36Sopenharmony_ci {"NT_STATUS_LM_CROSS_ENCRYPTION_REQUIRED", 49662306a36Sopenharmony_ci NT_STATUS_LM_CROSS_ENCRYPTION_REQUIRED}, 49762306a36Sopenharmony_ci {"NT_STATUS_KEY_HAS_CHILDREN", NT_STATUS_KEY_HAS_CHILDREN}, 49862306a36Sopenharmony_ci {"NT_STATUS_CHILD_MUST_BE_VOLATILE", 49962306a36Sopenharmony_ci NT_STATUS_CHILD_MUST_BE_VOLATILE}, 50062306a36Sopenharmony_ci {"NT_STATUS_DEVICE_CONFIGURATION_ERROR", 50162306a36Sopenharmony_ci NT_STATUS_DEVICE_CONFIGURATION_ERROR}, 50262306a36Sopenharmony_ci {"NT_STATUS_DRIVER_INTERNAL_ERROR", 50362306a36Sopenharmony_ci NT_STATUS_DRIVER_INTERNAL_ERROR}, 50462306a36Sopenharmony_ci {"NT_STATUS_INVALID_DEVICE_STATE", NT_STATUS_INVALID_DEVICE_STATE}, 50562306a36Sopenharmony_ci {"NT_STATUS_IO_DEVICE_ERROR", NT_STATUS_IO_DEVICE_ERROR}, 50662306a36Sopenharmony_ci {"NT_STATUS_DEVICE_PROTOCOL_ERROR", 50762306a36Sopenharmony_ci NT_STATUS_DEVICE_PROTOCOL_ERROR}, 50862306a36Sopenharmony_ci {"NT_STATUS_BACKUP_CONTROLLER", NT_STATUS_BACKUP_CONTROLLER}, 50962306a36Sopenharmony_ci {"NT_STATUS_LOG_FILE_FULL", NT_STATUS_LOG_FILE_FULL}, 51062306a36Sopenharmony_ci {"NT_STATUS_TOO_LATE", NT_STATUS_TOO_LATE}, 51162306a36Sopenharmony_ci {"NT_STATUS_NO_TRUST_LSA_SECRET", NT_STATUS_NO_TRUST_LSA_SECRET}, 51262306a36Sopenharmony_ci {"NT_STATUS_NO_TRUST_SAM_ACCOUNT", NT_STATUS_NO_TRUST_SAM_ACCOUNT}, 51362306a36Sopenharmony_ci {"NT_STATUS_TRUSTED_DOMAIN_FAILURE", 51462306a36Sopenharmony_ci NT_STATUS_TRUSTED_DOMAIN_FAILURE}, 51562306a36Sopenharmony_ci {"NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE", 51662306a36Sopenharmony_ci NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE}, 51762306a36Sopenharmony_ci {"NT_STATUS_EVENTLOG_FILE_CORRUPT", 51862306a36Sopenharmony_ci NT_STATUS_EVENTLOG_FILE_CORRUPT}, 51962306a36Sopenharmony_ci {"NT_STATUS_EVENTLOG_CANT_START", NT_STATUS_EVENTLOG_CANT_START}, 52062306a36Sopenharmony_ci {"NT_STATUS_TRUST_FAILURE", NT_STATUS_TRUST_FAILURE}, 52162306a36Sopenharmony_ci {"NT_STATUS_MUTANT_LIMIT_EXCEEDED", 52262306a36Sopenharmony_ci NT_STATUS_MUTANT_LIMIT_EXCEEDED}, 52362306a36Sopenharmony_ci {"NT_STATUS_NETLOGON_NOT_STARTED", NT_STATUS_NETLOGON_NOT_STARTED}, 52462306a36Sopenharmony_ci {"NT_STATUS_ACCOUNT_EXPIRED", NT_STATUS_ACCOUNT_EXPIRED}, 52562306a36Sopenharmony_ci {"NT_STATUS_POSSIBLE_DEADLOCK", NT_STATUS_POSSIBLE_DEADLOCK}, 52662306a36Sopenharmony_ci {"NT_STATUS_NETWORK_CREDENTIAL_CONFLICT", 52762306a36Sopenharmony_ci NT_STATUS_NETWORK_CREDENTIAL_CONFLICT}, 52862306a36Sopenharmony_ci {"NT_STATUS_REMOTE_SESSION_LIMIT", NT_STATUS_REMOTE_SESSION_LIMIT}, 52962306a36Sopenharmony_ci {"NT_STATUS_EVENTLOG_FILE_CHANGED", 53062306a36Sopenharmony_ci NT_STATUS_EVENTLOG_FILE_CHANGED}, 53162306a36Sopenharmony_ci {"NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT", 53262306a36Sopenharmony_ci NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT}, 53362306a36Sopenharmony_ci {"NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT", 53462306a36Sopenharmony_ci NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT}, 53562306a36Sopenharmony_ci {"NT_STATUS_NOLOGON_SERVER_TRUST_ACCOUNT", 53662306a36Sopenharmony_ci NT_STATUS_NOLOGON_SERVER_TRUST_ACCOUNT}, 53762306a36Sopenharmony_ci {"NT_STATUS_DOMAIN_TRUST_INCONSISTENT", 53862306a36Sopenharmony_ci NT_STATUS_DOMAIN_TRUST_INCONSISTENT}, 53962306a36Sopenharmony_ci {"NT_STATUS_FS_DRIVER_REQUIRED", NT_STATUS_FS_DRIVER_REQUIRED}, 54062306a36Sopenharmony_ci {"NT_STATUS_NO_USER_SESSION_KEY", NT_STATUS_NO_USER_SESSION_KEY}, 54162306a36Sopenharmony_ci {"NT_STATUS_USER_SESSION_DELETED", NT_STATUS_USER_SESSION_DELETED}, 54262306a36Sopenharmony_ci {"NT_STATUS_RESOURCE_LANG_NOT_FOUND", 54362306a36Sopenharmony_ci NT_STATUS_RESOURCE_LANG_NOT_FOUND}, 54462306a36Sopenharmony_ci {"NT_STATUS_INSUFF_SERVER_RESOURCES", 54562306a36Sopenharmony_ci NT_STATUS_INSUFF_SERVER_RESOURCES}, 54662306a36Sopenharmony_ci {"NT_STATUS_INVALID_BUFFER_SIZE", NT_STATUS_INVALID_BUFFER_SIZE}, 54762306a36Sopenharmony_ci {"NT_STATUS_INVALID_ADDRESS_COMPONENT", 54862306a36Sopenharmony_ci NT_STATUS_INVALID_ADDRESS_COMPONENT}, 54962306a36Sopenharmony_ci {"NT_STATUS_INVALID_ADDRESS_WILDCARD", 55062306a36Sopenharmony_ci NT_STATUS_INVALID_ADDRESS_WILDCARD}, 55162306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_ADDRESSES", NT_STATUS_TOO_MANY_ADDRESSES}, 55262306a36Sopenharmony_ci {"NT_STATUS_ADDRESS_ALREADY_EXISTS", 55362306a36Sopenharmony_ci NT_STATUS_ADDRESS_ALREADY_EXISTS}, 55462306a36Sopenharmony_ci {"NT_STATUS_ADDRESS_CLOSED", NT_STATUS_ADDRESS_CLOSED}, 55562306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_DISCONNECTED", 55662306a36Sopenharmony_ci NT_STATUS_CONNECTION_DISCONNECTED}, 55762306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_RESET", NT_STATUS_CONNECTION_RESET}, 55862306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_NODES", NT_STATUS_TOO_MANY_NODES}, 55962306a36Sopenharmony_ci {"NT_STATUS_TRANSACTION_ABORTED", NT_STATUS_TRANSACTION_ABORTED}, 56062306a36Sopenharmony_ci {"NT_STATUS_TRANSACTION_TIMED_OUT", 56162306a36Sopenharmony_ci NT_STATUS_TRANSACTION_TIMED_OUT}, 56262306a36Sopenharmony_ci {"NT_STATUS_TRANSACTION_NO_RELEASE", 56362306a36Sopenharmony_ci NT_STATUS_TRANSACTION_NO_RELEASE}, 56462306a36Sopenharmony_ci {"NT_STATUS_TRANSACTION_NO_MATCH", NT_STATUS_TRANSACTION_NO_MATCH}, 56562306a36Sopenharmony_ci {"NT_STATUS_TRANSACTION_RESPONDED", 56662306a36Sopenharmony_ci NT_STATUS_TRANSACTION_RESPONDED}, 56762306a36Sopenharmony_ci {"NT_STATUS_TRANSACTION_INVALID_ID", 56862306a36Sopenharmony_ci NT_STATUS_TRANSACTION_INVALID_ID}, 56962306a36Sopenharmony_ci {"NT_STATUS_TRANSACTION_INVALID_TYPE", 57062306a36Sopenharmony_ci NT_STATUS_TRANSACTION_INVALID_TYPE}, 57162306a36Sopenharmony_ci {"NT_STATUS_NOT_SERVER_SESSION", NT_STATUS_NOT_SERVER_SESSION}, 57262306a36Sopenharmony_ci {"NT_STATUS_NOT_CLIENT_SESSION", NT_STATUS_NOT_CLIENT_SESSION}, 57362306a36Sopenharmony_ci {"NT_STATUS_CANNOT_LOAD_REGISTRY_FILE", 57462306a36Sopenharmony_ci NT_STATUS_CANNOT_LOAD_REGISTRY_FILE}, 57562306a36Sopenharmony_ci {"NT_STATUS_DEBUG_ATTACH_FAILED", NT_STATUS_DEBUG_ATTACH_FAILED}, 57662306a36Sopenharmony_ci {"NT_STATUS_SYSTEM_PROCESS_TERMINATED", 57762306a36Sopenharmony_ci NT_STATUS_SYSTEM_PROCESS_TERMINATED}, 57862306a36Sopenharmony_ci {"NT_STATUS_DATA_NOT_ACCEPTED", NT_STATUS_DATA_NOT_ACCEPTED}, 57962306a36Sopenharmony_ci {"NT_STATUS_NO_BROWSER_SERVERS_FOUND", 58062306a36Sopenharmony_ci NT_STATUS_NO_BROWSER_SERVERS_FOUND}, 58162306a36Sopenharmony_ci {"NT_STATUS_VDM_HARD_ERROR", NT_STATUS_VDM_HARD_ERROR}, 58262306a36Sopenharmony_ci {"NT_STATUS_DRIVER_CANCEL_TIMEOUT", 58362306a36Sopenharmony_ci NT_STATUS_DRIVER_CANCEL_TIMEOUT}, 58462306a36Sopenharmony_ci {"NT_STATUS_REPLY_MESSAGE_MISMATCH", 58562306a36Sopenharmony_ci NT_STATUS_REPLY_MESSAGE_MISMATCH}, 58662306a36Sopenharmony_ci {"NT_STATUS_MAPPED_ALIGNMENT", NT_STATUS_MAPPED_ALIGNMENT}, 58762306a36Sopenharmony_ci {"NT_STATUS_IMAGE_CHECKSUM_MISMATCH", 58862306a36Sopenharmony_ci NT_STATUS_IMAGE_CHECKSUM_MISMATCH}, 58962306a36Sopenharmony_ci {"NT_STATUS_LOST_WRITEBEHIND_DATA", 59062306a36Sopenharmony_ci NT_STATUS_LOST_WRITEBEHIND_DATA}, 59162306a36Sopenharmony_ci {"NT_STATUS_CLIENT_SERVER_PARAMETERS_INVALID", 59262306a36Sopenharmony_ci NT_STATUS_CLIENT_SERVER_PARAMETERS_INVALID}, 59362306a36Sopenharmony_ci {"NT_STATUS_PASSWORD_MUST_CHANGE", NT_STATUS_PASSWORD_MUST_CHANGE}, 59462306a36Sopenharmony_ci {"NT_STATUS_NOT_FOUND", NT_STATUS_NOT_FOUND}, 59562306a36Sopenharmony_ci {"NT_STATUS_NOT_TINY_STREAM", NT_STATUS_NOT_TINY_STREAM}, 59662306a36Sopenharmony_ci {"NT_STATUS_RECOVERY_FAILURE", NT_STATUS_RECOVERY_FAILURE}, 59762306a36Sopenharmony_ci {"NT_STATUS_STACK_OVERFLOW_READ", NT_STATUS_STACK_OVERFLOW_READ}, 59862306a36Sopenharmony_ci {"NT_STATUS_FAIL_CHECK", NT_STATUS_FAIL_CHECK}, 59962306a36Sopenharmony_ci {"NT_STATUS_DUPLICATE_OBJECTID", NT_STATUS_DUPLICATE_OBJECTID}, 60062306a36Sopenharmony_ci {"NT_STATUS_OBJECTID_EXISTS", NT_STATUS_OBJECTID_EXISTS}, 60162306a36Sopenharmony_ci {"NT_STATUS_CONVERT_TO_LARGE", NT_STATUS_CONVERT_TO_LARGE}, 60262306a36Sopenharmony_ci {"NT_STATUS_RETRY", NT_STATUS_RETRY}, 60362306a36Sopenharmony_ci {"NT_STATUS_FOUND_OUT_OF_SCOPE", NT_STATUS_FOUND_OUT_OF_SCOPE}, 60462306a36Sopenharmony_ci {"NT_STATUS_ALLOCATE_BUCKET", NT_STATUS_ALLOCATE_BUCKET}, 60562306a36Sopenharmony_ci {"NT_STATUS_PROPSET_NOT_FOUND", NT_STATUS_PROPSET_NOT_FOUND}, 60662306a36Sopenharmony_ci {"NT_STATUS_MARSHALL_OVERFLOW", NT_STATUS_MARSHALL_OVERFLOW}, 60762306a36Sopenharmony_ci {"NT_STATUS_INVALID_VARIANT", NT_STATUS_INVALID_VARIANT}, 60862306a36Sopenharmony_ci {"NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND", 60962306a36Sopenharmony_ci NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND}, 61062306a36Sopenharmony_ci {"NT_STATUS_ACCOUNT_LOCKED_OUT", NT_STATUS_ACCOUNT_LOCKED_OUT}, 61162306a36Sopenharmony_ci {"NT_STATUS_HANDLE_NOT_CLOSABLE", NT_STATUS_HANDLE_NOT_CLOSABLE}, 61262306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_REFUSED", NT_STATUS_CONNECTION_REFUSED}, 61362306a36Sopenharmony_ci {"NT_STATUS_GRACEFUL_DISCONNECT", NT_STATUS_GRACEFUL_DISCONNECT}, 61462306a36Sopenharmony_ci {"NT_STATUS_ADDRESS_ALREADY_ASSOCIATED", 61562306a36Sopenharmony_ci NT_STATUS_ADDRESS_ALREADY_ASSOCIATED}, 61662306a36Sopenharmony_ci {"NT_STATUS_ADDRESS_NOT_ASSOCIATED", 61762306a36Sopenharmony_ci NT_STATUS_ADDRESS_NOT_ASSOCIATED}, 61862306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_INVALID", NT_STATUS_CONNECTION_INVALID}, 61962306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_ACTIVE", NT_STATUS_CONNECTION_ACTIVE}, 62062306a36Sopenharmony_ci {"NT_STATUS_NETWORK_UNREACHABLE", NT_STATUS_NETWORK_UNREACHABLE}, 62162306a36Sopenharmony_ci {"NT_STATUS_HOST_UNREACHABLE", NT_STATUS_HOST_UNREACHABLE}, 62262306a36Sopenharmony_ci {"NT_STATUS_PROTOCOL_UNREACHABLE", NT_STATUS_PROTOCOL_UNREACHABLE}, 62362306a36Sopenharmony_ci {"NT_STATUS_PORT_UNREACHABLE", NT_STATUS_PORT_UNREACHABLE}, 62462306a36Sopenharmony_ci {"NT_STATUS_REQUEST_ABORTED", NT_STATUS_REQUEST_ABORTED}, 62562306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_ABORTED", NT_STATUS_CONNECTION_ABORTED}, 62662306a36Sopenharmony_ci {"NT_STATUS_BAD_COMPRESSION_BUFFER", 62762306a36Sopenharmony_ci NT_STATUS_BAD_COMPRESSION_BUFFER}, 62862306a36Sopenharmony_ci {"NT_STATUS_USER_MAPPED_FILE", NT_STATUS_USER_MAPPED_FILE}, 62962306a36Sopenharmony_ci {"NT_STATUS_AUDIT_FAILED", NT_STATUS_AUDIT_FAILED}, 63062306a36Sopenharmony_ci {"NT_STATUS_TIMER_RESOLUTION_NOT_SET", 63162306a36Sopenharmony_ci NT_STATUS_TIMER_RESOLUTION_NOT_SET}, 63262306a36Sopenharmony_ci {"NT_STATUS_CONNECTION_COUNT_LIMIT", 63362306a36Sopenharmony_ci NT_STATUS_CONNECTION_COUNT_LIMIT}, 63462306a36Sopenharmony_ci {"NT_STATUS_LOGIN_TIME_RESTRICTION", 63562306a36Sopenharmony_ci NT_STATUS_LOGIN_TIME_RESTRICTION}, 63662306a36Sopenharmony_ci {"NT_STATUS_LOGIN_WKSTA_RESTRICTION", 63762306a36Sopenharmony_ci NT_STATUS_LOGIN_WKSTA_RESTRICTION}, 63862306a36Sopenharmony_ci {"NT_STATUS_IMAGE_MP_UP_MISMATCH", NT_STATUS_IMAGE_MP_UP_MISMATCH}, 63962306a36Sopenharmony_ci {"NT_STATUS_INSUFFICIENT_LOGON_INFO", 64062306a36Sopenharmony_ci NT_STATUS_INSUFFICIENT_LOGON_INFO}, 64162306a36Sopenharmony_ci {"NT_STATUS_BAD_DLL_ENTRYPOINT", NT_STATUS_BAD_DLL_ENTRYPOINT}, 64262306a36Sopenharmony_ci {"NT_STATUS_BAD_SERVICE_ENTRYPOINT", 64362306a36Sopenharmony_ci NT_STATUS_BAD_SERVICE_ENTRYPOINT}, 64462306a36Sopenharmony_ci {"NT_STATUS_LPC_REPLY_LOST", NT_STATUS_LPC_REPLY_LOST}, 64562306a36Sopenharmony_ci {"NT_STATUS_IP_ADDRESS_CONFLICT1", NT_STATUS_IP_ADDRESS_CONFLICT1}, 64662306a36Sopenharmony_ci {"NT_STATUS_IP_ADDRESS_CONFLICT2", NT_STATUS_IP_ADDRESS_CONFLICT2}, 64762306a36Sopenharmony_ci {"NT_STATUS_REGISTRY_QUOTA_LIMIT", NT_STATUS_REGISTRY_QUOTA_LIMIT}, 64862306a36Sopenharmony_ci {"NT_STATUS_PATH_NOT_COVERED", NT_STATUS_PATH_NOT_COVERED}, 64962306a36Sopenharmony_ci {"NT_STATUS_NO_CALLBACK_ACTIVE", NT_STATUS_NO_CALLBACK_ACTIVE}, 65062306a36Sopenharmony_ci {"NT_STATUS_LICENSE_QUOTA_EXCEEDED", 65162306a36Sopenharmony_ci NT_STATUS_LICENSE_QUOTA_EXCEEDED}, 65262306a36Sopenharmony_ci {"NT_STATUS_PWD_TOO_SHORT", NT_STATUS_PWD_TOO_SHORT}, 65362306a36Sopenharmony_ci {"NT_STATUS_PWD_TOO_RECENT", NT_STATUS_PWD_TOO_RECENT}, 65462306a36Sopenharmony_ci {"NT_STATUS_PWD_HISTORY_CONFLICT", NT_STATUS_PWD_HISTORY_CONFLICT}, 65562306a36Sopenharmony_ci {"NT_STATUS_PLUGPLAY_NO_DEVICE", NT_STATUS_PLUGPLAY_NO_DEVICE}, 65662306a36Sopenharmony_ci {"NT_STATUS_UNSUPPORTED_COMPRESSION", 65762306a36Sopenharmony_ci NT_STATUS_UNSUPPORTED_COMPRESSION}, 65862306a36Sopenharmony_ci {"NT_STATUS_INVALID_HW_PROFILE", NT_STATUS_INVALID_HW_PROFILE}, 65962306a36Sopenharmony_ci {"NT_STATUS_INVALID_PLUGPLAY_DEVICE_PATH", 66062306a36Sopenharmony_ci NT_STATUS_INVALID_PLUGPLAY_DEVICE_PATH}, 66162306a36Sopenharmony_ci {"NT_STATUS_DRIVER_ORDINAL_NOT_FOUND", 66262306a36Sopenharmony_ci NT_STATUS_DRIVER_ORDINAL_NOT_FOUND}, 66362306a36Sopenharmony_ci {"NT_STATUS_DRIVER_ENTRYPOINT_NOT_FOUND", 66462306a36Sopenharmony_ci NT_STATUS_DRIVER_ENTRYPOINT_NOT_FOUND}, 66562306a36Sopenharmony_ci {"NT_STATUS_RESOURCE_NOT_OWNED", NT_STATUS_RESOURCE_NOT_OWNED}, 66662306a36Sopenharmony_ci {"NT_STATUS_TOO_MANY_LINKS", NT_STATUS_TOO_MANY_LINKS}, 66762306a36Sopenharmony_ci {"NT_STATUS_QUOTA_LIST_INCONSISTENT", 66862306a36Sopenharmony_ci NT_STATUS_QUOTA_LIST_INCONSISTENT}, 66962306a36Sopenharmony_ci {"NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE}, 67062306a36Sopenharmony_ci {"NT_STATUS_NO_MORE_ENTRIES", NT_STATUS_NO_MORE_ENTRIES}, 67162306a36Sopenharmony_ci {"NT_STATUS_MORE_ENTRIES", NT_STATUS_MORE_ENTRIES}, 67262306a36Sopenharmony_ci {"NT_STATUS_SOME_UNMAPPED", NT_STATUS_SOME_UNMAPPED}, 67362306a36Sopenharmony_ci {NULL, 0} 67462306a36Sopenharmony_ci}; 675