Struct winsafe::co::ERROR

source ·
pub struct ERROR(/* private fields */);
Available on crate feature kernel only.
Expand description

A native system error code (u32), commonly retrieved by GetLastError function.

The Result alias for this type is SysResult.

Implements the standard Error trait.

Implements the Debug and Display traits to show the error code along with the error description, taken from FormattedError trait. For example, the code below:

use winsafe::{self as w, prelude::*, co};

println!("{}", co::ERROR::OUT_OF_PAPER);

Will print:

[0x001c 28] The printer is out of paper.

The numbers inside the brackets are the system error code, in hexadecimal and decimal formats for convenience.

Implementations§

source§

impl ERROR

source

pub const unsafe fn from_raw(v: u32) -> Self

Constructs a new object by wrapping the given integer value.

§Safety

Be sure the given value is meaningful for the actual type.

source

pub const fn raw(&self) -> u32

Returns the primitive integer underlying value.

This method is similar to Into, but it is const, therefore it can be used in const contexts.

source§

impl ERROR

source

pub const SUCCESS: Self = _

The operation completed successfully.

source

pub const INVALID_FUNCTION: Self = _

source

pub const FILE_NOT_FOUND: Self = _

source

pub const PATH_NOT_FOUND: Self = _

source

pub const TOO_MANY_OPEN_FILES: Self = _

source

pub const ACCESS_DENIED: Self = _

source

pub const INVALID_HANDLE: Self = _

source

pub const ARENA_TRASHED: Self = _

source

pub const NOT_ENOUGH_MEMORY: Self = _

source

pub const INVALID_BLOCK: Self = _

source

pub const BAD_ENVIRONMENT: Self = _

source

pub const BAD_FORMAT: Self = _

source

pub const INVALID_ACCESS: Self = _

source

pub const INVALID_DATA: Self = _

source

pub const OUTOFMEMORY: Self = _

source

pub const INVALID_DRIVE: Self = _

source

pub const CURRENT_DIRECTORY: Self = _

source

pub const NOT_SAME_DEVICE: Self = _

source

pub const NO_MORE_FILES: Self = _

source

pub const WRITE_PROTECT: Self = _

source

pub const BAD_UNIT: Self = _

source

pub const NOT_READY: Self = _

source

pub const BAD_COMMAND: Self = _

source

pub const CRC: Self = _

source

pub const BAD_LENGTH: Self = _

source

pub const SEEK: Self = _

source

pub const NOT_DOS_DISK: Self = _

source

pub const SECTOR_NOT_FOUND: Self = _

source

pub const OUT_OF_PAPER: Self = _

source

pub const WRITE_FAULT: Self = _

source

pub const READ_FAULT: Self = _

source

pub const GEN_FAILURE: Self = _

source

pub const SHARING_VIOLATION: Self = _

source

pub const LOCK_VIOLATION: Self = _

source

pub const WRONG_DISK: Self = _

source

pub const SHARING_BUFFER_EXCEEDED: Self = _

source

pub const HANDLE_EOF: Self = _

source

pub const HANDLE_DISK_FULL: Self = _

source

pub const NOT_SUPPORTED: Self = _

source

pub const REM_NOT_LIST: Self = _

source

pub const DUP_NAME: Self = _

source

pub const BAD_NETPATH: Self = _

source

pub const NETWORK_BUSY: Self = _

source

pub const DEV_NOT_EXIST: Self = _

source

pub const TOO_MANY_CMDS: Self = _

source

pub const ADAP_HDW_ERR: Self = _

source

pub const BAD_NET_RESP: Self = _

source

pub const UNEXP_NET_ERR: Self = _

source

pub const BAD_REM_ADAP: Self = _

source

pub const PRINTQ_FULL: Self = _

source

pub const NO_SPOOL_SPACE: Self = _

source

pub const PRINT_CANCELLED: Self = _

source

pub const NETNAME_DELETED: Self = _

source

pub const NETWORK_ACCESS_DENIED: Self = _

source

pub const BAD_DEV_TYPE: Self = _

source

pub const BAD_NET_NAME: Self = _

source

pub const TOO_MANY_NAMES: Self = _

source

pub const TOO_MANY_SESS: Self = _

source

pub const SHARING_PAUSED: Self = _

source

pub const REQ_NOT_ACCEP: Self = _

source

pub const REDIR_PAUSED: Self = _

source

pub const FILE_EXISTS: Self = _

source

pub const CANNOT_MAKE: Self = _

source

pub const FAIL_I24: Self = _

source

pub const OUT_OF_STRUCTURES: Self = _

source

pub const ALREADY_ASSIGNED: Self = _

source

pub const INVALID_PASSWORD: Self = _

source

pub const INVALID_PARAMETER: Self = _

source

pub const NET_WRITE_FAULT: Self = _

source

pub const NO_PROC_SLOTS: Self = _

source

pub const TOO_MANY_SEMAPHORES: Self = _

source

pub const EXCL_SEM_ALREADY_OWNED: Self = _

source

pub const SEM_IS_SET: Self = _

source

pub const TOO_MANY_SEM_REQUESTS: Self = _

source

pub const INVALID_AT_INTERRUPT_TIME: Self = _

source

pub const SEM_OWNER_DIED: Self = _

source

pub const SEM_USER_LIMIT: Self = _

source

pub const DISK_CHANGE: Self = _

source

pub const DRIVE_LOCKED: Self = _

source

pub const BROKEN_PIPE: Self = _

source

pub const OPEN_FAILED: Self = _

source

pub const BUFFER_OVERFLOW: Self = _

source

pub const DISK_FULL: Self = _

source

pub const NO_MORE_SEARCH_HANDLES: Self = _

source

pub const INVALID_TARGET_HANDLE: Self = _

source

pub const INVALID_CATEGORY: Self = _

source

pub const INVALID_VERIFY_SWITCH: Self = _

source

pub const BAD_DRIVER_LEVEL: Self = _

source

pub const CALL_NOT_IMPLEMENTED: Self = _

source

pub const SEM_TIMEOUT: Self = _

source

pub const INSUFFICIENT_BUFFER: Self = _

source

pub const INVALID_NAME: Self = _

source

pub const INVALID_LEVEL: Self = _

source

pub const NO_VOLUME_LABEL: Self = _

source

pub const MOD_NOT_FOUND: Self = _

source

pub const PROC_NOT_FOUND: Self = _

source

pub const WAIT_NO_CHILDREN: Self = _

source

pub const CHILD_NOT_COMPLETE: Self = _

source

pub const DIRECT_ACCESS_HANDLE: Self = _

source

pub const NEGATIVE_SEEK: Self = _

source

pub const SEEK_ON_DEVICE: Self = _

source

pub const IS_JOIN_TARGET: Self = _

source

pub const IS_JOINED: Self = _

source

pub const IS_SUBSTED: Self = _

source

pub const NOT_JOINED: Self = _

source

pub const NOT_SUBSTED: Self = _

source

pub const JOIN_TO_JOIN: Self = _

source

pub const SUBST_TO_SUBST: Self = _

source

pub const JOIN_TO_SUBST: Self = _

source

pub const SUBST_TO_JOIN: Self = _

source

pub const BUSY_DRIVE: Self = _

source

pub const SAME_DRIVE: Self = _

source

pub const DIR_NOT_ROOT: Self = _

source

pub const DIR_NOT_EMPTY: Self = _

source

pub const IS_SUBST_PATH: Self = _

source

pub const IS_JOIN_PATH: Self = _

source

pub const PATH_BUSY: Self = _

source

pub const IS_SUBST_TARGET: Self = _

source

pub const SYSTEM_TRACE: Self = _

source

pub const INVALID_EVENT_COUNT: Self = _

source

pub const TOO_MANY_MUXWAITERS: Self = _

source

pub const INVALID_LIST_FORMAT: Self = _

source

pub const LABEL_TOO_LONG: Self = _

source

pub const TOO_MANY_TCBS: Self = _

source

pub const SIGNAL_REFUSED: Self = _

source

pub const DISCARDED: Self = _

source

pub const NOT_LOCKED: Self = _

source

pub const BAD_THREADID_ADDR: Self = _

source

pub const BAD_ARGUMENTS: Self = _

source

pub const BAD_PATHNAME: Self = _

source

pub const SIGNAL_PENDING: Self = _

source

pub const MAX_THRDS_REACHED: Self = _

source

pub const LOCK_FAILED: Self = _

source

pub const BUSY: Self = _

source

pub const DEVICE_SUPPORT_IN_PROGRESS: Self = _

source

pub const CANCEL_VIOLATION: Self = _

source

pub const ATOMIC_LOCKS_NOT_SUPPORTED: Self = _

source

pub const INVALID_SEGMENT_NUMBER: Self = _

source

pub const INVALID_ORDINAL: Self = _

source

pub const ALREADY_EXISTS: Self = _

source

pub const INVALID_FLAG_NUMBER: Self = _

source

pub const SEM_NOT_FOUND: Self = _

source

pub const INVALID_STARTING_CODESEG: Self = _

source

pub const INVALID_STACKSEG: Self = _

source

pub const INVALID_MODULETYPE: Self = _

source

pub const INVALID_EXE_SIGNATURE: Self = _

source

pub const EXE_MARKED_INVALID: Self = _

source

pub const BAD_EXE_FORMAT: Self = _

source

pub const ITERATED_DATA_EXCEEDS_64k: Self = _

source

pub const INVALID_MINALLOCSIZE: Self = _

source

pub const IOPL_NOT_ENABLED: Self = _

source

pub const INVALID_SEGDPL: Self = _

source

pub const AUTODATASEG_EXCEEDS_64k: Self = _

source

pub const RING2SEG_MUST_BE_MOVABLE: Self = _

source

pub const RELOC_CHAIN_XEEDS_SEGLIM: Self = _

source

pub const INFLOOP_IN_RELOC_CHAIN: Self = _

source

pub const ENVVAR_NOT_FOUND: Self = _

source

pub const NO_SIGNAL_SENT: Self = _

source

pub const FILENAME_EXCED_RANGE: Self = _

source

pub const RING2_STACK_IN_USE: Self = _

source

pub const META_EXPANSION_TOO_LONG: Self = _

source

pub const INVALID_SIGNAL_NUMBER: Self = _

source

pub const THREAD_1_INACTIVE: Self = _

source

pub const LOCKED: Self = _

source

pub const TOO_MANY_MODULES: Self = _

source

pub const NESTING_NOT_ALLOWED: Self = _

source

pub const EXE_MACHINE_TYPE_MISMATCH: Self = _

source

pub const EXE_CANNOT_MODIFY_SIGNED_BINARY: Self = _

source

pub const EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY: Self = _

source

pub const FILE_CHECKED_OUT: Self = _

source

pub const CHECKOUT_REQUIRED: Self = _

source

pub const BAD_FILE_TYPE: Self = _

source

pub const FILE_TOO_LARGE: Self = _

source

pub const FORMS_AUTH_REQUIRED: Self = _

source

pub const VIRUS_INFECTED: Self = _

source

pub const VIRUS_DELETED: Self = _

source

pub const PIPE_LOCAL: Self = _

source

pub const BAD_PIPE: Self = _

source

pub const PIPE_BUSY: Self = _

source

pub const NO_DATA: Self = _

source

pub const PIPE_NOT_CONNECTED: Self = _

source

pub const MORE_DATA: Self = _

source

pub const NO_WORK_DONE: Self = _

source

pub const VC_DISCONNECTED: Self = _

source

pub const INVALID_EA_NAME: Self = _

source

pub const EA_LIST_INCONSISTENT: Self = _

source

pub const NO_MORE_ITEMS: Self = _

source

pub const CANNOT_COPY: Self = _

source

pub const DIRECTORY: Self = _

source

pub const EAS_DIDNT_FIT: Self = _

source

pub const EA_FILE_CORRUPT: Self = _

source

pub const EA_TABLE_FULL: Self = _

source

pub const INVALID_EA_HANDLE: Self = _

source

pub const EAS_NOT_SUPPORTED: Self = _

source

pub const NOT_OWNER: Self = _

source

pub const TOO_MANY_POSTS: Self = _

source

pub const PARTIAL_COPY: Self = _

source

pub const OPLOCK_NOT_GRANTED: Self = _

source

pub const INVALID_OPLOCK_PROTOCOL: Self = _

source

pub const DISK_TOO_FRAGMENTED: Self = _

source

pub const DELETE_PENDING: Self = _

source

pub const INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: Self = _

source

pub const SHORT_NAMES_NOT_ENABLED_ON_VOLUME: Self = _

source

pub const SECURITY_STREAM_IS_INCONSISTENT: Self = _

source

pub const INVALID_LOCK_RANGE: Self = _

source

pub const IMAGE_SUBSYSTEM_NOT_PRESENT: Self = _

source

pub const NOTIFICATION_GUID_ALREADY_DEFINED: Self = _

source

pub const INVALID_EXCEPTION_HANDLER: Self = _

source

pub const DUPLICATE_PRIVILEGES: Self = _

source

pub const NO_RANGES_PROCESSED: Self = _

source

pub const NOT_ALLOWED_ON_SYSTEM_FILE: Self = _

source

pub const DISK_RESOURCES_EXHAUSTED: Self = _

source

pub const INVALID_TOKEN: Self = _

source

pub const DEVICE_FEATURE_NOT_SUPPORTED: Self = _

source

pub const MR_MID_NOT_FOUND: Self = _

source

pub const SCOPE_NOT_FOUND: Self = _

source

pub const UNDEFINED_SCOPE: Self = _

source

pub const INVALID_CAP: Self = _

source

pub const DEVICE_UNREACHABLE: Self = _

source

pub const DEVICE_NO_RESOURCES: Self = _

source

pub const DATA_CHECKSUM_ERROR: Self = _

source

pub const INTERMIXED_KERNEL_EA_OPERATION: Self = _

source

pub const FILE_LEVEL_TRIM_NOT_SUPPORTED: Self = _

source

pub const OFFSET_ALIGNMENT_VIOLATION: Self = _

source

pub const INVALID_FIELD_IN_PARAMETER_LIST: Self = _

source

pub const OPERATION_IN_PROGRESS: Self = _

source

pub const BAD_DEVICE_PATH: Self = _

source

pub const TOO_MANY_DESCRIPTORS: Self = _

source

pub const SCRUB_DATA_DISABLED: Self = _

source

pub const NOT_REDUNDANT_STORAGE: Self = _

source

pub const RESIDENT_FILE_NOT_SUPPORTED: Self = _

source

pub const COMPRESSED_FILE_NOT_SUPPORTED: Self = _

source

pub const DIRECTORY_NOT_SUPPORTED: Self = _

source

pub const NOT_READ_FROM_COPY: Self = _

source

pub const FT_WRITE_FAILURE: Self = _

source

pub const FT_DI_SCAN_REQUIRED: Self = _

source

pub const INVALID_KERNEL_INFO_VERSION: Self = _

source

pub const INVALID_PEP_INFO_VERSION: Self = _

source

pub const OBJECT_NOT_EXTERNALLY_BACKED: Self = _

source

pub const EXTERNAL_BACKING_PROVIDER_UNKNOWN: Self = _

source

pub const COMPRESSION_NOT_BENEFICIAL: Self = _

source

pub const STORAGE_TOPOLOGY_ID_MISMATCH: Self = _

source

pub const BLOCKED_BY_PARENTAL_CONTROLS: Self = _

source

pub const BLOCK_TOO_MANY_REFERENCES: Self = _

source

pub const MARKED_TO_DISALLOW_WRITES: Self = _

source

pub const ENCLAVE_FAILURE: Self = _

source

pub const FAIL_NOACTION_REBOOT: Self = _

source

pub const FAIL_SHUTDOWN: Self = _

source

pub const FAIL_RESTART: Self = _

source

pub const MAX_SESSIONS_REACHED: Self = _

source

pub const NETWORK_ACCESS_DENIED_EDP: Self = _

source

pub const DEVICE_HINT_NAME_BUFFER_TOO_SMALL: Self = _

source

pub const EDP_POLICY_DENIES_OPERATION: Self = _

source

pub const EDP_DPL_POLICY_CANT_BE_SATISFIED: Self = _

source

pub const CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT: Self = _

source

pub const DEVICE_IN_MAINTENANCE: Self = _

source

pub const NOT_SUPPORTED_ON_DAX: Self = _

source

pub const DAX_MAPPING_EXISTS: Self = _

source

pub const CLOUD_FILE_PROVIDER_NOT_RUNNING: Self = _

source

pub const CLOUD_FILE_METADATA_CORRUPT: Self = _

source

pub const CLOUD_FILE_METADATA_TOO_LARGE: Self = _

source

pub const CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: Self = _

source

pub const CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: Self = _

source

pub const CHILD_PROCESS_BLOCKED: Self = _

source

pub const STORAGE_LOST_DATA_PERSISTENCE: Self = _

source

pub const FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE: Self = _

source

pub const FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT: Self = _

source

pub const FILE_SYSTEM_VIRTUALIZATION_BUSY: Self = _

source

pub const FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN: Self = _

source

pub const GDI_HANDLE_LEAK: Self = _

source

pub const CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS: Self = _

source

pub const CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED: Self = _

source

pub const NOT_A_CLOUD_FILE: Self = _

source

pub const CLOUD_FILE_NOT_IN_SYNC: Self = _

source

pub const CLOUD_FILE_ALREADY_CONNECTED: Self = _

source

pub const CLOUD_FILE_NOT_SUPPORTED: Self = _

source

pub const CLOUD_FILE_INVALID_REQUEST: Self = _

source

pub const CLOUD_FILE_READ_ONLY_VOLUME: Self = _

source

pub const CLOUD_FILE_CONNECTED_PROVIDER_ONLY: Self = _

source

pub const CLOUD_FILE_VALIDATION_FAILED: Self = _

source

pub const SMB1_NOT_AVAILABLE: Self = _

source

pub const FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION: Self = _

source

pub const CLOUD_FILE_AUTHENTICATION_FAILED: Self = _

source

pub const CLOUD_FILE_INSUFFICIENT_RESOURCES: Self = _

source

pub const CLOUD_FILE_NETWORK_UNAVAILABLE: Self = _

source

pub const CLOUD_FILE_UNSUCCESSFUL: Self = _

source

pub const CLOUD_FILE_NOT_UNDER_SYNC_ROOT: Self = _

source

pub const CLOUD_FILE_IN_USE: Self = _

source

pub const CLOUD_FILE_PINNED: Self = _

source

pub const CLOUD_FILE_REQUEST_ABORTED: Self = _

source

pub const CLOUD_FILE_PROPERTY_CORRUPT: Self = _

source

pub const CLOUD_FILE_ACCESS_DENIED: Self = _

source

pub const CLOUD_FILE_PROPERTY_LOCK_CONFLICT: Self = _

source

pub const CLOUD_FILE_REQUEST_CANCELED: Self = _

source

pub const EXTERNAL_SYSKEY_NOT_SUPPORTED: Self = _

source

pub const THREAD_MODE_ALREADY_BACKGROUND: Self = _

source

pub const THREAD_MODE_NOT_BACKGROUND: Self = _

source

pub const PROCESS_MODE_ALREADY_BACKGROUND: Self = _

source

pub const PROCESS_MODE_NOT_BACKGROUND: Self = _

source

pub const CLOUD_FILE_PROVIDER_TERMINATED: Self = _

source

pub const NOT_A_CLOUD_SYNC_ROOT: Self = _

source

pub const FILE_PROTECTED_UNDER_DPL: Self = _

source

pub const VOLUME_NOT_CLUSTER_ALIGNED: Self = _

source

pub const NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND: Self = _

source

pub const APPX_FILE_NOT_ENCRYPTED: Self = _

source

pub const RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED: Self = _

source

pub const RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET: Self = _

source

pub const RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE: Self = _

source

pub const RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER: Self = _

source

pub const LINUX_SUBSYSTEM_NOT_PRESENT: Self = _

source

pub const FT_READ_FAILURE: Self = _

source

pub const STORAGE_RESERVE_ID_INVALID: Self = _

source

pub const STORAGE_RESERVE_DOES_NOT_EXIST: Self = _

source

pub const STORAGE_RESERVE_ALREADY_EXISTS: Self = _

source

pub const STORAGE_RESERVE_NOT_EMPTY: Self = _

source

pub const NOT_A_DAX_VOLUME: Self = _

source

pub const NOT_DAX_MAPPABLE: Self = _

source

pub const TIME_SENSITIVE_THREAD: Self = _

source

pub const DPL_NOT_SUPPORTED_FOR_USER: Self = _

source

pub const CASE_DIFFERING_NAMES_IN_DIR: Self = _

source

pub const FILE_NOT_SUPPORTED: Self = _

source

pub const CLOUD_FILE_REQUEST_TIMEOUT: Self = _

source

pub const NO_TASK_QUEUE: Self = _

source

pub const SRC_SRV_DLL_LOAD_FAILED: Self = _

source

pub const NOT_SUPPORTED_WITH_BTT: Self = _

source

pub const ENCRYPTION_DISABLED: Self = _

source

pub const ENCRYPTING_METADATA_DISALLOWED: Self = _

source

pub const CANT_CLEAR_ENCRYPTION_FLAG: Self = _

source

pub const NO_SUCH_DEVICE: Self = _

source

pub const CAPAUTHZ_NOT_DEVUNLOCKED: Self = _

source

pub const CAPAUTHZ_CHANGE_TYPE: Self = _

source

pub const CAPAUTHZ_NOT_PROVISIONED: Self = _

source

pub const CAPAUTHZ_NOT_AUTHORIZED: Self = _

source

pub const CAPAUTHZ_NO_POLICY: Self = _

source

pub const CAPAUTHZ_DB_CORRUPTED: Self = _

source

pub const CAPAUTHZ_SCCD_INVALID_CATALOG: Self = _

source

pub const CAPAUTHZ_SCCD_NO_AUTH_ENTITY: Self = _

source

pub const CAPAUTHZ_SCCD_PARSE_ERROR: Self = _

source

pub const CAPAUTHZ_SCCD_DEV_MODE_REQUIRED: Self = _

source

pub const CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH: Self = _

source

pub const PNP_QUERY_REMOVE_DEVICE_TIMEOUT: Self = _

source

pub const PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT: Self = _

source

pub const DEVICE_HARDWARE_ERROR: Self = _

source

pub const INVALID_ADDRESS: Self = _

source

pub const VRF_CFG_ENABLED: Self = _

source

pub const PARTITION_TERMINATING: Self = _

source

pub const USER_PROFILE_LOAD: Self = _

source

pub const ARITHMETIC_OVERFLOW: Self = _

source

pub const PIPE_CONNECTED: Self = _

source

pub const PIPE_LISTENING: Self = _

source

pub const VERIFIER_STOP: Self = _

source

pub const ABIOS_ERROR: Self = _

source

pub const WX86_WARNING: Self = _

source

pub const WX86_ERROR: Self = _

source

pub const TIMER_NOT_CANCELED: Self = _

source

pub const UNWIND: Self = _

source

pub const BAD_STACK: Self = _

source

pub const INVALID_UNWIND_TARGET: Self = _

source

pub const INVALID_PORT_ATTRIBUTES: Self = _

source

pub const PORT_MESSAGE_TOO_LONG: Self = _

source

pub const INVALID_QUOTA_LOWER: Self = _

source

pub const DEVICE_ALREADY_ATTACHED: Self = _

source

pub const INSTRUCTION_MISALIGNMENT: Self = _

source

pub const PROFILING_NOT_STARTED: Self = _

source

pub const PROFILING_NOT_STOPPED: Self = _

source

pub const COULD_NOT_INTERPRET: Self = _

source

pub const PROFILING_AT_LIMIT: Self = _

source

pub const CANT_WAIT: Self = _

source

pub const CANT_TERMINATE_SELF: Self = _

source

pub const UNEXPECTED_MM_CREATE_ERR: Self = _

source

pub const UNEXPECTED_MM_MAP_ERROR: Self = _

source

pub const UNEXPECTED_MM_EXTEND_ERR: Self = _

source

pub const BAD_FUNCTION_TABLE: Self = _

source

pub const NO_GUID_TRANSLATION: Self = _

source

pub const INVALID_LDT_SIZE: Self = _

source

pub const INVALID_LDT_OFFSET: Self = _

source

pub const INVALID_LDT_DESCRIPTOR: Self = _

source

pub const TOO_MANY_THREADS: Self = _

source

pub const THREAD_NOT_IN_PROCESS: Self = _

source

pub const PAGEFILE_QUOTA_EXCEEDED: Self = _

source

pub const LOGON_SERVER_CONFLICT: Self = _

source

pub const SYNCHRONIZATION_REQUIRED: Self = _

source

pub const NET_OPEN_FAILED: Self = _

source

pub const IO_PRIVILEGE_FAILED: Self = _

source

pub const CONTROL_C_EXIT: Self = _

source

pub const MISSING_SYSTEMFILE: Self = _

source

pub const UNHANDLED_EXCEPTION: Self = _

source

pub const APP_INIT_FAILURE: Self = _

source

pub const PAGEFILE_CREATE_FAILED: Self = _

source

pub const INVALID_IMAGE_HASH: Self = _

source

pub const NO_PAGEFILE: Self = _

source

pub const ILLEGAL_FLOAT_CONTEXT: Self = _

source

pub const NO_EVENT_PAIR: Self = _

source

pub const DOMAIN_CTRLR_CONFIG_ERROR: Self = _

source

pub const ILLEGAL_CHARACTER: Self = _

source

pub const UNDEFINED_CHARACTER: Self = _

source

pub const FLOPPY_VOLUME: Self = _

source

pub const BIOS_FAILED_TO_CONNECT_INTERRUPT: Self = _

source

pub const BACKUP_CONTROLLER: Self = _

source

pub const MUTANT_LIMIT_EXCEEDED: Self = _

source

pub const FS_DRIVER_REQUIRED: Self = _

source

pub const CANNOT_LOAD_REGISTRY_FILE: Self = _

source

pub const DEBUG_ATTACH_FAILED: Self = _

source

pub const SYSTEM_PROCESS_TERMINATED: Self = _

source

pub const DATA_NOT_ACCEPTED: Self = _

source

pub const VDM_HARD_ERROR: Self = _

source

pub const DRIVER_CANCEL_TIMEOUT: Self = _

source

pub const REPLY_MESSAGE_MISMATCH: Self = _

source

pub const LOST_WRITEBEHIND_DATA: Self = _

source

pub const CLIENT_SERVER_PARAMETERS_INVALID: Self = _

source

pub const NOT_TINY_STREAM: Self = _

source

pub const STACK_OVERFLOW_READ: Self = _

source

pub const CONVERT_TO_LARGE: Self = _

source

pub const FOUND_OUT_OF_SCOPE: Self = _

source

pub const ALLOCATE_BUCKET: Self = _

source

pub const MARSHALL_OVERFLOW: Self = _

source

pub const INVALID_VARIANT: Self = _

source

pub const BAD_COMPRESSION_BUFFER: Self = _

source

pub const AUDIT_FAILED: Self = _

source

pub const TIMER_RESOLUTION_NOT_SET: Self = _

source

pub const INSUFFICIENT_LOGON_INFO: Self = _

source

pub const BAD_DLL_ENTRYPOINT: Self = _

source

pub const BAD_SERVICE_ENTRYPOINT: Self = _

source

pub const IP_ADDRESS_CONFLICT1: Self = _

source

pub const IP_ADDRESS_CONFLICT2: Self = _

source

pub const REGISTRY_QUOTA_LIMIT: Self = _

source

pub const NO_CALLBACK_ACTIVE: Self = _

source

pub const PWD_TOO_SHORT: Self = _

source

pub const PWD_TOO_RECENT: Self = _

source

pub const PWD_HISTORY_CONFLICT: Self = _

source

pub const UNSUPPORTED_COMPRESSION: Self = _

source

pub const INVALID_HW_PROFILE: Self = _

source

pub const INVALID_PLUGPLAY_DEVICE_PATH: Self = _

source

pub const QUOTA_LIST_INCONSISTENT: Self = _

source

pub const EVALUATION_EXPIRATION: Self = _

source

pub const ILLEGAL_DLL_RELOCATION: Self = _

source

pub const DLL_INIT_FAILED_LOGOFF: Self = _

source

pub const VALIDATE_CONTINUE: Self = _

source

pub const NO_MORE_MATCHES: Self = _

source

pub const RANGE_LIST_CONFLICT: Self = _

source

pub const SERVER_SID_MISMATCH: Self = _

source

pub const CANT_ENABLE_DENY_ONLY: Self = _

source

pub const FLOAT_MULTIPLE_FAULTS: Self = _

source

pub const FLOAT_MULTIPLE_TRAPS: Self = _

source

pub const NOINTERFACE: Self = _

source

pub const DRIVER_FAILED_SLEEP: Self = _

source

pub const CORRUPT_SYSTEM_FILE: Self = _

source

pub const COMMITMENT_MINIMUM: Self = _

source

pub const PNP_RESTART_ENUMERATION: Self = _

source

pub const SYSTEM_IMAGE_BAD_SIGNATURE: Self = _

source

pub const PNP_REBOOT_REQUIRED: Self = _

source

pub const INSUFFICIENT_POWER: Self = _

source

pub const MULTIPLE_FAULT_VIOLATION: Self = _

source

pub const SYSTEM_SHUTDOWN: Self = _

source

pub const PORT_NOT_SET: Self = _

source

pub const DS_VERSION_CHECK_FAILURE: Self = _

source

pub const RANGE_NOT_FOUND: Self = _

source

pub const NOT_SAFE_MODE_DRIVER: Self = _

source

pub const FAILED_DRIVER_ENTRY: Self = _

source

pub const DEVICE_ENUMERATION_ERROR: Self = _

source

pub const MOUNT_POINT_NOT_RESOLVED: Self = _

source

pub const INVALID_DEVICE_OBJECT_PARAMETER: Self = _

source

pub const MCA_OCCURED: Self = _

source

pub const DRIVER_DATABASE_ERROR: Self = _

source

pub const SYSTEM_HIVE_TOO_LARGE: Self = _

source

pub const DRIVER_FAILED_PRIOR_UNLOAD: Self = _

source

pub const VOLSNAP_PREPARE_HIBERNATE: Self = _

source

pub const HIBERNATION_FAILURE: Self = _

source

pub const PWD_TOO_LONG: Self = _

source

pub const FILE_SYSTEM_LIMITATION: Self = _

source

pub const ASSERTION_FAILURE: Self = _

source

pub const ACPI_ERROR: Self = _

source

pub const WOW_ASSERTION: Self = _

source

pub const PNP_BAD_MPS_TABLE: Self = _

source

pub const PNP_TRANSLATION_FAILED: Self = _

source

pub const PNP_IRQ_TRANSLATION_FAILED: Self = _

source

pub const PNP_INVALID_ID: Self = _

source

pub const WAKE_SYSTEM_DEBUGGER: Self = _

source

pub const HANDLES_CLOSED: Self = _

source

pub const EXTRANEOUS_INFORMATION: Self = _

source

pub const RXACT_COMMIT_NECESSARY: Self = _

source

pub const MEDIA_CHECK: Self = _

source

pub const GUID_SUBSTITUTION_MADE: Self = _

source

pub const LONGJUMP: Self = _

source

pub const PLUGPLAY_QUERY_VETOED: Self = _

source

pub const UNWIND_CONSOLIDATE: Self = _

source

pub const REGISTRY_HIVE_RECOVERED: Self = _

source

pub const DLL_MIGHT_BE_INSECURE: Self = _

source

pub const DLL_MIGHT_BE_INCOMPATIBLE: Self = _

source

pub const DBG_EXCEPTION_NOT_HANDLED: Self = _

source

pub const DBG_REPLY_LATER: Self = _

source

pub const DBG_UNABLE_TO_PROVIDE_HANDLE: Self = _

source

pub const DBG_TERMINATE_THREAD: Self = _

source

pub const DBG_TERMINATE_PROCESS: Self = _

source

pub const DBG_CONTROL_C: Self = _

source

pub const DBG_PRINTEXCEPTION_C: Self = _

source

pub const DBG_RIPEXCEPTION: Self = _

source

pub const DBG_CONTROL_BREAK: Self = _

source

pub const DBG_COMMAND_EXCEPTION: Self = _

source

pub const OBJECT_NAME_EXISTS: Self = _

source

pub const THREAD_WAS_SUSPENDED: Self = _

source

pub const IMAGE_NOT_AT_BASE: Self = _

source

pub const RXACT_STATE_CREATED: Self = _

source

pub const SEGMENT_NOTIFICATION: Self = _

source

pub const BAD_CURRENT_DIRECTORY: Self = _

source

pub const FT_READ_RECOVERY_FROM_BACKUP: Self = _

source

pub const FT_WRITE_RECOVERY: Self = _

source

pub const IMAGE_MACHINE_TYPE_MISMATCH: Self = _

source

pub const RECEIVE_PARTIAL: Self = _

source

pub const RECEIVE_EXPEDITED: Self = _

source

pub const RECEIVE_PARTIAL_EXPEDITED: Self = _

source

pub const EVENT_DONE: Self = _

source

pub const EVENT_PENDING: Self = _

source

pub const CHECKING_FILE_SYSTEM: Self = _

source

pub const FATAL_APP_EXIT: Self = _

source

pub const PREDEFINED_HANDLE: Self = _

source

pub const WAS_UNLOCKED: Self = _

source

pub const SERVICE_NOTIFICATION: Self = _

source

pub const WAS_LOCKED: Self = _

source

pub const LOG_HARD_ERROR: Self = _

source

pub const ALREADY_WIN32: Self = _

source

pub const IMAGE_MACHINE_TYPE_MISMATCH_EXE: Self = _

source

pub const NO_YIELD_PERFORMED: Self = _

source

pub const TIMER_RESUME_IGNORED: Self = _

source

pub const ARBITRATION_UNHANDLED: Self = _

source

pub const CARDBUS_NOT_SUPPORTED: Self = _

source

pub const MP_PROCESSOR_MISMATCH: Self = _

source

pub const HIBERNATED: Self = _

source

pub const RESUME_HIBERNATION: Self = _

source

pub const FIRMWARE_UPDATED: Self = _

source

pub const DRIVERS_LEAKING_LOCKED_PAGES: Self = _

source

pub const WAKE_SYSTEM: Self = _

source

pub const WAIT_1: Self = _

source

pub const WAIT_2: Self = _

source

pub const WAIT_3: Self = _

source

pub const WAIT_63: Self = _

source

pub const ABANDONED_WAIT_0: Self = _

source

pub const ABANDONED_WAIT_63: Self = _

source

pub const USER_APC: Self = _

source

pub const KERNEL_APC: Self = _

source

pub const ALERTED: Self = _

source

pub const ELEVATION_REQUIRED: Self = _

source

pub const REPARSE: Self = _

source

pub const OPLOCK_BREAK_IN_PROGRESS: Self = _

source

pub const VOLUME_MOUNTED: Self = _

source

pub const RXACT_COMMITTED: Self = _

source

pub const NOTIFY_CLEANUP: Self = _

source

pub const PRIMARY_TRANSPORT_CONNECT_FAILED: Self = _

source

pub const PAGE_FAULT_TRANSITION: Self = _

source

pub const PAGE_FAULT_DEMAND_ZERO: Self = _

source

pub const PAGE_FAULT_COPY_ON_WRITE: Self = _

source

pub const PAGE_FAULT_GUARD_PAGE: Self = _

source

pub const PAGE_FAULT_PAGING_FILE: Self = _

source

pub const CACHE_PAGE_LOCKED: Self = _

source

pub const CRASH_DUMP: Self = _

source

pub const BUFFER_ALL_ZEROS: Self = _

source

pub const REPARSE_OBJECT: Self = _

source

pub const RESOURCE_REQUIREMENTS_CHANGED: Self = _

source

pub const TRANSLATION_COMPLETE: Self = _

source

pub const NOTHING_TO_TERMINATE: Self = _

source

pub const PROCESS_NOT_IN_JOB: Self = _

source

pub const PROCESS_IN_JOB: Self = _

source

pub const VOLSNAP_HIBERNATE_READY: Self = _

source

pub const FSFILTER_OP_COMPLETED_SUCCESSFULLY: Self = _

source

pub const INTERRUPT_VECTOR_ALREADY_CONNECTED: Self = _

source

pub const INTERRUPT_STILL_CONNECTED: Self = _

source

pub const WAIT_FOR_OPLOCK: Self = _

source

pub const DBG_EXCEPTION_HANDLED: Self = _

source

pub const DBG_CONTINUE: Self = _

source

pub const CALLBACK_POP_STACK: Self = _

source

pub const COMPRESSION_DISABLED: Self = _

source

pub const CANTFETCHBACKWARDS: Self = _

source

pub const CANTSCROLLBACKWARDS: Self = _

source

pub const ROWSNOTRELEASED: Self = _

source

pub const BAD_ACCESSOR_FLAGS: Self = _

source

pub const ERRORS_ENCOUNTERED: Self = _

source

pub const NOT_CAPABLE: Self = _

source

pub const REQUEST_OUT_OF_SEQUENCE: Self = _

source

pub const VERSION_PARSE_ERROR: Self = _

source

pub const BADSTARTPOSITION: Self = _

source

pub const MEMORY_HARDWARE: Self = _

source

pub const DISK_REPAIR_DISABLED: Self = _

source

pub const INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: Self = _

source

pub const SYSTEM_POWERSTATE_TRANSITION: Self = _

source

pub const SYSTEM_POWERSTATE_COMPLEX_TRANSITION: Self = _

source

pub const MCA_EXCEPTION: Self = _

source

pub const ACCESS_AUDIT_BY_POLICY: Self = _

source

pub const ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: Self = _

source

pub const ABANDON_HIBERFILE: Self = _

source

pub const LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: Self = _

source

pub const LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: Self = _

source

pub const LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: Self = _

source

pub const BAD_MCFG_TABLE: Self = _

source

pub const DISK_REPAIR_REDIRECTED: Self = _

source

pub const DISK_REPAIR_UNSUCCESSFUL: Self = _

source

pub const CORRUPT_LOG_OVERFULL: Self = _

source

pub const CORRUPT_LOG_CORRUPTED: Self = _

source

pub const CORRUPT_LOG_UNAVAILABLE: Self = _

source

pub const CORRUPT_LOG_DELETED_FULL: Self = _

source

pub const CORRUPT_LOG_CLEARED: Self = _

source

pub const ORPHAN_NAME_EXHAUSTED: Self = _

source

pub const OPLOCK_SWITCHED_TO_NEW_HANDLE: Self = _

source

pub const CANNOT_GRANT_REQUESTED_OPLOCK: Self = _

source

pub const CANNOT_BREAK_OPLOCK: Self = _

source

pub const OPLOCK_HANDLE_CLOSED: Self = _

source

pub const NO_ACE_CONDITION: Self = _

source

pub const INVALID_ACE_CONDITION: Self = _

source

pub const FILE_HANDLE_REVOKED: Self = _

source

pub const IMAGE_AT_DIFFERENT_BASE: Self = _

source

pub const ENCRYPTED_IO_NOT_POSSIBLE: Self = _

source

pub const FILE_METADATA_OPTIMIZATION_IN_PROGRESS: Self = _

source

pub const QUOTA_ACTIVITY: Self = _

source

pub const HANDLE_REVOKED: Self = _

source

pub const CALLBACK_INVOKE_INLINE: Self = _

source

pub const CPU_SET_INVALID: Self = _

source

pub const ENCLAVE_NOT_TERMINATED: Self = _

source

pub const ENCLAVE_VIOLATION: Self = _

source

pub const EA_ACCESS_DENIED: Self = _

source

pub const OPERATION_ABORTED: Self = _

source

pub const IO_INCOMPLETE: Self = _

source

pub const IO_PENDING: Self = _

source

pub const NOACCESS: Self = _

source

pub const SWAPERROR: Self = _

source

pub const STACK_OVERFLOW: Self = _

source

pub const INVALID_MESSAGE: Self = _

source

pub const CAN_NOT_COMPLETE: Self = _

source

pub const INVALID_FLAGS: Self = _

source

pub const UNRECOGNIZED_VOLUME: Self = _

source

pub const FILE_INVALID: Self = _

source

pub const FULLSCREEN_MODE: Self = _

source

pub const NO_TOKEN: Self = _

source

pub const BADDB: Self = _

source

pub const BADKEY: Self = _

source

pub const CANTOPEN: Self = _

source

pub const CANTREAD: Self = _

source

pub const CANTWRITE: Self = _

source

pub const REGISTRY_RECOVERED: Self = _

source

pub const REGISTRY_CORRUPT: Self = _

source

pub const REGISTRY_IO_FAILED: Self = _

source

pub const NOT_REGISTRY_FILE: Self = _

source

pub const KEY_DELETED: Self = _

source

pub const NO_LOG_SPACE: Self = _

source

pub const KEY_HAS_CHILDREN: Self = _

source

pub const CHILD_MUST_BE_VOLATILE: Self = _

source

pub const NOTIFY_ENUM_DIR: Self = _

source

pub const DEPENDENT_SERVICES_RUNNING: Self = _

source

pub const INVALID_SERVICE_CONTROL: Self = _

source

pub const SERVICE_REQUEST_TIMEOUT: Self = _

source

pub const SERVICE_NO_THREAD: Self = _

source

pub const SERVICE_DATABASE_LOCKED: Self = _

source

pub const SERVICE_ALREADY_RUNNING: Self = _

source

pub const INVALID_SERVICE_ACCOUNT: Self = _

source

pub const SERVICE_DISABLED: Self = _

source

pub const CIRCULAR_DEPENDENCY: Self = _

source

pub const SERVICE_DOES_NOT_EXIST: Self = _

source

pub const SERVICE_CANNOT_ACCEPT_CTRL: Self = _

source

pub const SERVICE_NOT_ACTIVE: Self = _

source

pub const FAILED_SERVICE_CONTROLLER_CONNECT: Self = _

source

pub const EXCEPTION_IN_SERVICE: Self = _

source

pub const DATABASE_DOES_NOT_EXIST: Self = _

source

pub const SERVICE_SPECIFIC_ERROR: Self = _

source

pub const PROCESS_ABORTED: Self = _

source

pub const SERVICE_DEPENDENCY_FAIL: Self = _

source

pub const SERVICE_LOGON_FAILED: Self = _

source

pub const SERVICE_START_HANG: Self = _

source

pub const INVALID_SERVICE_LOCK: Self = _

source

pub const SERVICE_MARKED_FOR_DELETE: Self = _

source

pub const SERVICE_EXISTS: Self = _

source

pub const ALREADY_RUNNING_LKG: Self = _

source

pub const SERVICE_DEPENDENCY_DELETED: Self = _

source

pub const BOOT_ALREADY_ACCEPTED: Self = _

source

pub const SERVICE_NEVER_STARTED: Self = _

source

pub const DUPLICATE_SERVICE_NAME: Self = _

source

pub const DIFFERENT_SERVICE_ACCOUNT: Self = _

source

pub const CANNOT_DETECT_DRIVER_FAILURE: Self = _

source

pub const CANNOT_DETECT_PROCESS_ABORT: Self = _

source

pub const NO_RECOVERY_PROGRAM: Self = _

source

pub const SERVICE_NOT_IN_EXE: Self = _

source

pub const NOT_SAFEBOOT_SERVICE: Self = _

source

pub const END_OF_MEDIA: Self = _

source

pub const FILEMARK_DETECTED: Self = _

source

pub const BEGINNING_OF_MEDIA: Self = _

source

pub const SETMARK_DETECTED: Self = _

source

pub const NO_DATA_DETECTED: Self = _

source

pub const PARTITION_FAILURE: Self = _

source

pub const INVALID_BLOCK_LENGTH: Self = _

source

pub const DEVICE_NOT_PARTITIONED: Self = _

source

pub const UNABLE_TO_LOCK_MEDIA: Self = _

source

pub const UNABLE_TO_UNLOAD_MEDIA: Self = _

source

pub const MEDIA_CHANGED: Self = _

source

pub const BUS_RESET: Self = _

source

pub const NO_MEDIA_IN_DRIVE: Self = _

source

pub const NO_UNICODE_TRANSLATION: Self = _

source

pub const DLL_INIT_FAILED: Self = _

source

pub const SHUTDOWN_IN_PROGRESS: Self = _

source

pub const NO_SHUTDOWN_IN_PROGRESS: Self = _

source

pub const IO_DEVICE: Self = _

source

pub const SERIAL_NO_DEVICE: Self = _

source

pub const IRQ_BUSY: Self = _

source

pub const MORE_WRITES: Self = _

source

pub const COUNTER_TIMEOUT: Self = _

source

pub const FLOPPY_ID_MARK_NOT_FOUND: Self = _

source

pub const FLOPPY_WRONG_CYLINDER: Self = _

source

pub const FLOPPY_UNKNOWN_ERROR: Self = _

source

pub const FLOPPY_BAD_REGISTERS: Self = _

source

pub const DISK_RECALIBRATE_FAILED: Self = _

source

pub const DISK_OPERATION_FAILED: Self = _

source

pub const DISK_RESET_FAILED: Self = _

source

pub const EOM_OVERFLOW: Self = _

source

pub const NOT_ENOUGH_SERVER_MEMORY: Self = _

source

pub const POSSIBLE_DEADLOCK: Self = _

source

pub const MAPPED_ALIGNMENT: Self = _

source

pub const SET_POWER_STATE_VETOED: Self = _

source

pub const SET_POWER_STATE_FAILED: Self = _

source

pub const OLD_WIN_VERSION: Self = _

source

pub const APP_WRONG_OS: Self = _

source

pub const SINGLE_INSTANCE_APP: Self = _

source

pub const RMODE_APP: Self = _

source

pub const INVALID_DLL: Self = _

source

pub const NO_ASSOCIATION: Self = _

source

pub const DDE_FAIL: Self = _

source

pub const DLL_NOT_FOUND: Self = _

source

pub const NO_MORE_USER_HANDLES: Self = _

source

pub const MESSAGE_SYNC_ONLY: Self = _

source

pub const SOURCE_ELEMENT_EMPTY: Self = _

source

pub const DESTINATION_ELEMENT_FULL: Self = _

source

pub const ILLEGAL_ELEMENT_ADDRESS: Self = _

source

pub const MAGAZINE_NOT_PRESENT: Self = _

source

pub const DEVICE_REINITIALIZATION_NEEDED: Self = _

source

pub const DEVICE_REQUIRES_CLEANING: Self = _

source

pub const DEVICE_DOOR_OPEN: Self = _

source

pub const DEVICE_NOT_CONNECTED: Self = _

source

pub const NOT_FOUND: Self = _

source

pub const NO_MATCH: Self = _

source

pub const SET_NOT_FOUND: Self = _

source

pub const POINT_NOT_FOUND: Self = _

source

pub const NO_TRACKING_SERVICE: Self = _

source

pub const NO_VOLUME_ID: Self = _

source

pub const UNABLE_TO_REMOVE_REPLACED: Self = _

source

pub const UNABLE_TO_MOVE_REPLACEMENT: Self = _

source

pub const UNABLE_TO_MOVE_REPLACEMENT_2: Self = _

source

pub const JOURNAL_DELETE_IN_PROGRESS: Self = _

source

pub const JOURNAL_NOT_ACTIVE: Self = _

source

pub const POTENTIAL_FILE_FOUND: Self = _

source

pub const JOURNAL_ENTRY_DELETED: Self = _

source

pub const SHUTDOWN_IS_SCHEDULED: Self = _

source

pub const SHUTDOWN_USERS_LOGGED_ON: Self = _

source

pub const BAD_DEVICE: Self = _

source

pub const CONNECTION_UNAVAIL: Self = _

source

pub const DEVICE_ALREADY_REMEMBERED: Self = _

source

pub const NO_NET_OR_BAD_PATH: Self = _

source

pub const BAD_PROVIDER: Self = _

source

pub const CANNOT_OPEN_PROFILE: Self = _

source

pub const BAD_PROFILE: Self = _

source

pub const NOT_CONTAINER: Self = _

source

pub const EXTENDED_ERROR: Self = _

source

pub const INVALID_GROUPNAME: Self = _

source

pub const INVALID_COMPUTERNAME: Self = _

source

pub const INVALID_EVENTNAME: Self = _

source

pub const INVALID_DOMAINNAME: Self = _

source

pub const INVALID_SERVICENAME: Self = _

source

pub const INVALID_NETNAME: Self = _

source

pub const INVALID_SHARENAME: Self = _

source

pub const INVALID_PASSWORDNAME: Self = _

source

pub const INVALID_MESSAGENAME: Self = _

source

pub const INVALID_MESSAGEDEST: Self = _

source

pub const SESSION_CREDENTIAL_CONFLICT: Self = _

source

pub const REMOTE_SESSION_LIMIT_EXCEEDED: Self = _

source

pub const DUP_DOMAINNAME: Self = _

source

pub const NO_NETWORK: Self = _

source

pub const CANCELLED: Self = _

source

pub const USER_MAPPED_FILE: Self = _

source

pub const CONNECTION_REFUSED: Self = _

source

pub const GRACEFUL_DISCONNECT: Self = _

source

pub const ADDRESS_ALREADY_ASSOCIATED: Self = _

source

pub const ADDRESS_NOT_ASSOCIATED: Self = _

source

pub const CONNECTION_INVALID: Self = _

source

pub const CONNECTION_ACTIVE: Self = _

source

pub const NETWORK_UNREACHABLE: Self = _

source

pub const HOST_UNREACHABLE: Self = _

source

pub const PROTOCOL_UNREACHABLE: Self = _

source

pub const PORT_UNREACHABLE: Self = _

source

pub const REQUEST_ABORTED: Self = _

source

pub const CONNECTION_ABORTED: Self = _

source

pub const RETRY: Self = _

source

pub const CONNECTION_COUNT_LIMIT: Self = _

source

pub const LOGIN_TIME_RESTRICTION: Self = _

source

pub const LOGIN_WKSTA_RESTRICTION: Self = _

source

pub const INCORRECT_ADDRESS: Self = _

source

pub const ALREADY_REGISTERED: Self = _

source

pub const SERVICE_NOT_FOUND: Self = _

source

pub const NOT_AUTHENTICATED: Self = _

source

pub const NOT_LOGGED_ON: Self = _

source

pub const CONTINUE: Self = _

source

pub const ALREADY_INITIALIZED: Self = _

source

pub const NO_MORE_DEVICES: Self = _

source

pub const NO_SUCH_SITE: Self = _

source

pub const DOMAIN_CONTROLLER_EXISTS: Self = _

source

pub const ONLY_IF_CONNECTED: Self = _

source

pub const OVERRIDE_NOCHANGES: Self = _

source

pub const BAD_USER_PROFILE: Self = _

source

pub const NOT_SUPPORTED_ON_SBS: Self = _

source

pub const SERVER_SHUTDOWN_IN_PROGRESS: Self = _

source

pub const HOST_DOWN: Self = _

source

pub const NON_ACCOUNT_SID: Self = _

source

pub const NON_DOMAIN_SID: Self = _

source

pub const APPHELP_BLOCK: Self = _

source

pub const ACCESS_DISABLED_BY_POLICY: Self = _

source

pub const REG_NAT_CONSUMPTION: Self = _

source

pub const CSCSHARE_OFFLINE: Self = _

source

pub const PKINIT_FAILURE: Self = _

source

pub const SMARTCARD_SUBSYSTEM_FAILURE: Self = _

source

pub const DOWNGRADE_DETECTED: Self = _

source

pub const MACHINE_LOCKED: Self = _

source

pub const SMB_GUEST_LOGON_BLOCKED: Self = _

source

pub const CALLBACK_SUPPLIED_INVALID_DATA: Self = _

source

pub const SYNC_FOREGROUND_REFRESH_REQUIRED: Self = _

source

pub const DRIVER_BLOCKED: Self = _

source

pub const INVALID_IMPORT_OF_NON_DLL: Self = _

source

pub const ACCESS_DISABLED_WEBBLADE: Self = _

source

pub const ACCESS_DISABLED_WEBBLADE_TAMPER: Self = _

source

pub const RECOVERY_FAILURE: Self = _

source

pub const ALREADY_FIBER: Self = _

source

pub const ALREADY_THREAD: Self = _

source

pub const STACK_BUFFER_OVERRUN: Self = _

source

pub const PARAMETER_QUOTA_EXCEEDED: Self = _

source

pub const DEBUGGER_INACTIVE: Self = _

source

pub const DELAY_LOAD_FAILED: Self = _

source

pub const VDM_DISALLOWED: Self = _

source

pub const UNIDENTIFIED_ERROR: Self = _

source

pub const INVALID_CRUNTIME_PARAMETER: Self = _

source

pub const BEYOND_VDL: Self = _

source

pub const INCOMPATIBLE_SERVICE_SID_TYPE: Self = _

source

pub const DRIVER_PROCESS_TERMINATED: Self = _

source

pub const IMPLEMENTATION_LIMIT: Self = _

source

pub const PROCESS_IS_PROTECTED: Self = _

source

pub const SERVICE_NOTIFY_CLIENT_LAGGING: Self = _

source

pub const DISK_QUOTA_EXCEEDED: Self = _

source

pub const CONTENT_BLOCKED: Self = _

source

pub const INCOMPATIBLE_SERVICE_PRIVILEGE: Self = _

source

pub const APP_HANG: Self = _

source

pub const INVALID_LABEL: Self = _

source

pub const NOT_ALL_ASSIGNED: Self = _

source

pub const SOME_NOT_MAPPED: Self = _

source

pub const NO_QUOTAS_FOR_ACCOUNT: Self = _

source

pub const LOCAL_USER_SESSION_KEY: Self = _

source

pub const NULL_LM_PASSWORD: Self = _

source

pub const UNKNOWN_REVISION: Self = _

source

pub const REVISION_MISMATCH: Self = _

source

pub const INVALID_OWNER: Self = _

source

pub const INVALID_PRIMARY_GROUP: Self = _

source

pub const NO_IMPERSONATION_TOKEN: Self = _

source

pub const CANT_DISABLE_MANDATORY: Self = _

source

pub const NO_LOGON_SERVERS: Self = _

source

pub const NO_SUCH_LOGON_SESSION: Self = _

source

pub const NO_SUCH_PRIVILEGE: Self = _

source

pub const PRIVILEGE_NOT_HELD: Self = _

source

pub const INVALID_ACCOUNT_NAME: Self = _

source

pub const USER_EXISTS: Self = _

source

pub const NO_SUCH_USER: Self = _

source

pub const GROUP_EXISTS: Self = _

source

pub const NO_SUCH_GROUP: Self = _

source

pub const MEMBER_IN_GROUP: Self = _

source

pub const MEMBER_NOT_IN_GROUP: Self = _

source

pub const LAST_ADMIN: Self = _

source

pub const WRONG_PASSWORD: Self = _

source

pub const ILL_FORMED_PASSWORD: Self = _

source

pub const PASSWORD_RESTRICTION: Self = _

source

pub const LOGON_FAILURE: Self = _

source

pub const ACCOUNT_RESTRICTION: Self = _

source

pub const INVALID_LOGON_HOURS: Self = _

source

pub const INVALID_WORKSTATION: Self = _

source

pub const PASSWORD_EXPIRED: Self = _

source

pub const ACCOUNT_DISABLED: Self = _

source

pub const NONE_MAPPED: Self = _

source

pub const TOO_MANY_LUIDS_REQUESTED: Self = _

source

pub const LUIDS_EXHAUSTED: Self = _

source

pub const INVALID_SUB_AUTHORITY: Self = _

source

pub const INVALID_ACL: Self = _

source

pub const INVALID_SID: Self = _

source

pub const INVALID_SECURITY_DESCR: Self = _

source

pub const BAD_INHERITANCE_ACL: Self = _

source

pub const SERVER_DISABLED: Self = _

source

pub const SERVER_NOT_DISABLED: Self = _

source

pub const INVALID_ID_AUTHORITY: Self = _

source

pub const ALLOTTED_SPACE_EXCEEDED: Self = _

source

pub const INVALID_GROUP_ATTRIBUTES: Self = _

source

pub const BAD_IMPERSONATION_LEVEL: Self = _

source

pub const CANT_OPEN_ANONYMOUS: Self = _

source

pub const BAD_VALIDATION_CLASS: Self = _

source

pub const BAD_TOKEN_TYPE: Self = _

source

pub const NO_SECURITY_ON_OBJECT: Self = _

source

pub const CANT_ACCESS_DOMAIN_INFO: Self = _

source

pub const INVALID_SERVER_STATE: Self = _

source

pub const INVALID_DOMAIN_STATE: Self = _

source

pub const INVALID_DOMAIN_ROLE: Self = _

source

pub const NO_SUCH_DOMAIN: Self = _

source

pub const DOMAIN_EXISTS: Self = _

source

pub const DOMAIN_LIMIT_EXCEEDED: Self = _

source

pub const INTERNAL_DB_CORRUPTION: Self = _

source

pub const INTERNAL_ERROR: Self = _

source

pub const GENERIC_NOT_MAPPED: Self = _

source

pub const BAD_DESCRIPTOR_FORMAT: Self = _

source

pub const NOT_LOGON_PROCESS: Self = _

source

pub const LOGON_SESSION_EXISTS: Self = _

source

pub const NO_SUCH_PACKAGE: Self = _

source

pub const BAD_LOGON_SESSION_STATE: Self = _

source

pub const LOGON_SESSION_COLLISION: Self = _

source

pub const INVALID_LOGON_TYPE: Self = _

source

pub const CANNOT_IMPERSONATE: Self = _

source

pub const RXACT_INVALID_STATE: Self = _

source

pub const RXACT_COMMIT_FAILURE: Self = _

source

pub const SPECIAL_ACCOUNT: Self = _

source

pub const SPECIAL_GROUP: Self = _

source

pub const SPECIAL_USER: Self = _

source

pub const MEMBERS_PRIMARY_GROUP: Self = _

source

pub const TOKEN_ALREADY_IN_USE: Self = _

source

pub const NO_SUCH_ALIAS: Self = _

source

pub const MEMBER_NOT_IN_ALIAS: Self = _

source

pub const MEMBER_IN_ALIAS: Self = _

source

pub const ALIAS_EXISTS: Self = _

source

pub const LOGON_NOT_GRANTED: Self = _

source

pub const TOO_MANY_SECRETS: Self = _

source

pub const SECRET_TOO_LONG: Self = _

source

pub const INTERNAL_DB_ERROR: Self = _

source

pub const TOO_MANY_CONTEXT_IDS: Self = _

source

pub const LOGON_TYPE_NOT_GRANTED: Self = _

source

pub const NT_CROSS_ENCRYPTION_REQUIRED: Self = _

source

pub const NO_SUCH_MEMBER: Self = _

source

pub const INVALID_MEMBER: Self = _

source

pub const TOO_MANY_SIDS: Self = _

source

pub const LM_CROSS_ENCRYPTION_REQUIRED: Self = _

source

pub const NO_INHERITANCE: Self = _

source

pub const FILE_CORRUPT: Self = _

source

pub const DISK_CORRUPT: Self = _

source

pub const NO_USER_SESSION_KEY: Self = _

source

pub const LICENSE_QUOTA_EXCEEDED: Self = _

source

pub const WRONG_TARGET_NAME: Self = _

source

pub const MUTUAL_AUTH_FAILED: Self = _

source

pub const TIME_SKEW: Self = _

source

pub const CURRENT_DOMAIN_NOT_ALLOWED: Self = _

source

pub const INVALID_WINDOW_HANDLE: Self = _

source

pub const INVALID_MENU_HANDLE: Self = _

source

pub const INVALID_CURSOR_HANDLE: Self = _

source

pub const INVALID_ACCEL_HANDLE: Self = _

source

pub const INVALID_HOOK_HANDLE: Self = _

source

pub const INVALID_DWP_HANDLE: Self = _

source

pub const TLW_WITH_WSCHILD: Self = _

source

pub const CANNOT_FIND_WND_CLASS: Self = _

source

pub const WINDOW_OF_OTHER_THREAD: Self = _

source

pub const HOTKEY_ALREADY_REGISTERED: Self = _

source

pub const CLASS_ALREADY_EXISTS: Self = _

source

pub const CLASS_DOES_NOT_EXIST: Self = _

source

pub const CLASS_HAS_WINDOWS: Self = _

source

pub const INVALID_INDEX: Self = _

source

pub const INVALID_ICON_HANDLE: Self = _

source

pub const PRIVATE_DIALOG_INDEX: Self = _

source

pub const LISTBOX_ID_NOT_FOUND: Self = _

source

pub const NO_WILDCARD_CHARACTERS: Self = _

source

pub const CLIPBOARD_NOT_OPEN: Self = _

source

pub const HOTKEY_NOT_REGISTERED: Self = _

source

pub const WINDOW_NOT_DIALOG: Self = _

source

pub const CONTROL_ID_NOT_FOUND: Self = _

source

pub const INVALID_COMBOBOX_MESSAGE: Self = _

source

pub const WINDOW_NOT_COMBOBOX: Self = _

source

pub const INVALID_EDIT_HEIGHT: Self = _

source

pub const DC_NOT_FOUND: Self = _

source

pub const INVALID_HOOK_FILTER: Self = _

source

pub const INVALID_FILTER_PROC: Self = _

source

pub const HOOK_NEEDS_HMOD: Self = _

source

pub const GLOBAL_ONLY_HOOK: Self = _

source

pub const JOURNAL_HOOK_SET: Self = _

source

pub const HOOK_NOT_INSTALLED: Self = _

source

pub const INVALID_LB_MESSAGE: Self = _

source

pub const SETCOUNT_ON_BAD_LB: Self = _

source

pub const LB_WITHOUT_TABSTOPS: Self = _

source

pub const DESTROY_OBJECT_OF_OTHER_THREAD: Self = _

source

pub const CHILD_WINDOW_MENU: Self = _

source

pub const NO_SYSTEM_MENU: Self = _

source

pub const INVALID_MSGBOX_STYLE: Self = _

source

pub const INVALID_SPI_VALUE: Self = _

source

pub const SCREEN_ALREADY_LOCKED: Self = _

source

pub const HWNDS_HAVE_DIFF_PARENT: Self = _

source

pub const NOT_CHILD_WINDOW: Self = _

source

pub const INVALID_GW_COMMAND: Self = _

source

pub const INVALID_THREAD_ID: Self = _

source

pub const NON_MDICHILD_WINDOW: Self = _

source

pub const POPUP_ALREADY_ACTIVE: Self = _

source

pub const NO_SCROLLBARS: Self = _

source

pub const INVALID_SCROLLBAR_RANGE: Self = _

source

pub const INVALID_SHOWWIN_COMMAND: Self = _

source

pub const NO_SYSTEM_RESOURCES: Self = _

source

pub const NONPAGED_SYSTEM_RESOURCES: Self = _

source

pub const PAGED_SYSTEM_RESOURCES: Self = _

source

pub const WORKING_SET_QUOTA: Self = _

source

pub const PAGEFILE_QUOTA: Self = _

source

pub const COMMITMENT_LIMIT: Self = _

source

pub const MENU_ITEM_NOT_FOUND: Self = _

source

pub const INVALID_KEYBOARD_HANDLE: Self = _

source

pub const HOOK_TYPE_NOT_ALLOWED: Self = _

source

pub const REQUIRES_INTERACTIVE_WINDOWSTATION: Self = _

source

pub const TIMEOUT: Self = _

source

pub const INVALID_MONITOR_HANDLE: Self = _

source

pub const INCORRECT_SIZE: Self = _

source

pub const XML_PARSE_ERROR: Self = _

source

pub const XMLDSIG_ERROR: Self = _

source

pub const RESTART_APPLICATION: Self = _

source

pub const WRONG_COMPARTMENT: Self = _

source

pub const AUTHIP_FAILURE: Self = _

source

pub const NO_NVRAM_RESOURCES: Self = _

source

pub const NOT_GUI_PROCESS: Self = _

source

pub const EVENTLOG_FILE_CORRUPT: Self = _

source

pub const EVENTLOG_CANT_START: Self = _

source

pub const LOG_FILE_FULL: Self = _

source

pub const EVENTLOG_FILE_CHANGED: Self = _

source

pub const CONTAINER_ASSIGNED: Self = _

source

pub const JOB_NO_CONTAINER: Self = _

source

pub const INVALID_TASK_NAME: Self = _

source

pub const INVALID_TASK_INDEX: Self = _

source

pub const THREAD_ALREADY_IN_TASK: Self = _

source

pub const INSTALL_SERVICE_FAILURE: Self = _

source

pub const INSTALL_USEREXIT: Self = _

source

pub const INSTALL_FAILURE: Self = _

source

pub const INSTALL_SUSPEND: Self = _

source

pub const UNKNOWN_PRODUCT: Self = _

source

pub const UNKNOWN_FEATURE: Self = _

source

pub const UNKNOWN_COMPONENT: Self = _

source

pub const UNKNOWN_PROPERTY: Self = _

source

pub const INVALID_HANDLE_STATE: Self = _

source

pub const BAD_CONFIGURATION: Self = _

source

pub const INDEX_ABSENT: Self = _

source

pub const INSTALL_SOURCE_ABSENT: Self = _

source

pub const INSTALL_PACKAGE_VERSION: Self = _

source

pub const PRODUCT_UNINSTALLED: Self = _

source

pub const BAD_QUERY_SYNTAX: Self = _

source

pub const INVALID_FIELD: Self = _

source

pub const DEVICE_REMOVED: Self = _

source

pub const INSTALL_ALREADY_RUNNING: Self = _

source

pub const INSTALL_PACKAGE_OPEN_FAILED: Self = _

source

pub const INSTALL_PACKAGE_INVALID: Self = _

source

pub const INSTALL_UI_FAILURE: Self = _

source

pub const INSTALL_LOG_FAILURE: Self = _

source

pub const INSTALL_LANGUAGE_UNSUPPORTED: Self = _

source

pub const INSTALL_TRANSFORM_FAILURE: Self = _

source

pub const INSTALL_PACKAGE_REJECTED: Self = _

source

pub const FUNCTION_NOT_CALLED: Self = _

source

pub const FUNCTION_FAILED: Self = _

source

pub const INVALID_TABLE: Self = _

source

pub const DATATYPE_MISMATCH: Self = _

source

pub const UNSUPPORTED_TYPE: Self = _

source

pub const CREATE_FAILED: Self = _

source

pub const INSTALL_TEMP_UNWRITABLE: Self = _

source

pub const INSTALL_PLATFORM_UNSUPPORTED: Self = _

source

pub const INSTALL_NOTUSED: Self = _

source

pub const PATCH_PACKAGE_OPEN_FAILED: Self = _

source

pub const PATCH_PACKAGE_INVALID: Self = _

source

pub const PATCH_PACKAGE_UNSUPPORTED: Self = _

source

pub const PRODUCT_VERSION: Self = _

source

pub const INVALID_COMMAND_LINE: Self = _

source

pub const INSTALL_REMOTE_DISALLOWED: Self = _

source

pub const SUCCESS_REBOOT_INITIATED: Self = _

source

pub const PATCH_TARGET_NOT_FOUND: Self = _

source

pub const PATCH_PACKAGE_REJECTED: Self = _

source

pub const INSTALL_TRANSFORM_REJECTED: Self = _

source

pub const INSTALL_REMOTE_PROHIBITED: Self = _

source

pub const PATCH_REMOVAL_UNSUPPORTED: Self = _

source

pub const UNKNOWN_PATCH: Self = _

source

pub const PATCH_NO_SEQUENCE: Self = _

source

pub const PATCH_REMOVAL_DISALLOWED: Self = _

source

pub const INVALID_PATCH_XML: Self = _

source

pub const PATCH_MANAGED_ADVERTISED_PRODUCT: Self = _

source

pub const INSTALL_SERVICE_SAFEBOOT: Self = _

source

pub const FAIL_FAST_EXCEPTION: Self = _

source

pub const INSTALL_REJECTED: Self = _

source

pub const DYNAMIC_CODE_BLOCKED: Self = _

source

pub const NOT_SAME_OBJECT: Self = _

source

pub const STRICT_CFG_VIOLATION: Self = _

source

pub const SET_CONTEXT_DENIED: Self = _

source

pub const CROSS_PARTITION_VIOLATION: Self = _

source

pub const INVALID_USER_BUFFER: Self = _

source

pub const UNRECOGNIZED_MEDIA: Self = _

source

pub const NO_TRUST_LSA_SECRET: Self = _

source

pub const NO_TRUST_SAM_ACCOUNT: Self = _

source

pub const TRUSTED_DOMAIN_FAILURE: Self = _

source

pub const TRUSTED_RELATIONSHIP_FAILURE: Self = _

source

pub const TRUST_FAILURE: Self = _

source

pub const NETLOGON_NOT_STARTED: Self = _

source

pub const ACCOUNT_EXPIRED: Self = _

source

pub const REDIRECTOR_HAS_OPEN_HANDLES: Self = _

source

pub const PRINTER_DRIVER_ALREADY_INSTALLED: Self = _

source

pub const UNKNOWN_PORT: Self = _

source

pub const UNKNOWN_PRINTER_DRIVER: Self = _

source

pub const UNKNOWN_PRINTPROCESSOR: Self = _

source

pub const INVALID_SEPARATOR_FILE: Self = _

source

pub const INVALID_PRIORITY: Self = _

source

pub const INVALID_PRINTER_NAME: Self = _

source

pub const PRINTER_ALREADY_EXISTS: Self = _

source

pub const INVALID_PRINTER_COMMAND: Self = _

source

pub const INVALID_DATATYPE: Self = _

source

pub const INVALID_ENVIRONMENT: Self = _

source

pub const NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: Self = _

source

pub const NOLOGON_WORKSTATION_TRUST_ACCOUNT: Self = _

source

pub const NOLOGON_SERVER_TRUST_ACCOUNT: Self = _

source

pub const DOMAIN_TRUST_INCONSISTENT: Self = _

source

pub const SERVER_HAS_OPEN_HANDLES: Self = _

source

pub const RESOURCE_DATA_NOT_FOUND: Self = _

source

pub const RESOURCE_TYPE_NOT_FOUND: Self = _

source

pub const RESOURCE_NAME_NOT_FOUND: Self = _

source

pub const RESOURCE_LANG_NOT_FOUND: Self = _

source

pub const NOT_ENOUGH_QUOTA: Self = _

source

pub const INVALID_TIME: Self = _

source

pub const INVALID_FORM_NAME: Self = _

source

pub const INVALID_FORM_SIZE: Self = _

source

pub const ALREADY_WAITING: Self = _

source

pub const PRINTER_DELETED: Self = _

source

pub const INVALID_PRINTER_STATE: Self = _

source

pub const PASSWORD_MUST_CHANGE: Self = _

source

pub const DOMAIN_CONTROLLER_NOT_FOUND: Self = _

source

pub const ACCOUNT_LOCKED_OUT: Self = _

source

pub const NO_SITENAME: Self = _

source

pub const CANT_ACCESS_FILE: Self = _

source

pub const CANT_RESOLVE_FILENAME: Self = _

source

pub const KM_DRIVER_BLOCKED: Self = _

source

pub const CONTEXT_EXPIRED: Self = _

source

pub const PER_USER_TRUST_QUOTA_EXCEEDED: Self = _

source

pub const ALL_USER_TRUST_QUOTA_EXCEEDED: Self = _

source

pub const USER_DELETE_TRUST_QUOTA_EXCEEDED: Self = _

source

pub const AUTHENTICATION_FIREWALL_FAILED: Self = _

source

pub const REMOTE_PRINT_CONNECTIONS_BLOCKED: Self = _

source

pub const NTLM_BLOCKED: Self = _

source

pub const PASSWORD_CHANGE_REQUIRED: Self = _

source

pub const LOST_MODE_LOGON_RESTRICTION: Self = _

source

pub const INVALID_PIXEL_FORMAT: Self = _

source

pub const BAD_DRIVER: Self = _

source

pub const INVALID_WINDOW_STYLE: Self = _

source

pub const METAFILE_NOT_SUPPORTED: Self = _

source

pub const TRANSFORM_NOT_SUPPORTED: Self = _

source

pub const CLIPPING_NOT_SUPPORTED: Self = _

source

pub const INVALID_CMM: Self = _

source

pub const INVALID_PROFILE: Self = _

source

pub const TAG_NOT_FOUND: Self = _

source

pub const TAG_NOT_PRESENT: Self = _

source

pub const DUPLICATE_TAG: Self = _

source

pub const PROFILE_NOT_ASSOCIATED_WITH_DEVICE: Self = _

source

pub const PROFILE_NOT_FOUND: Self = _

source

pub const INVALID_COLORSPACE: Self = _

source

pub const ICM_NOT_ENABLED: Self = _

source

pub const DELETING_ICM_XFORM: Self = _

source

pub const INVALID_TRANSFORM: Self = _

source

pub const COLORSPACE_MISMATCH: Self = _

source

pub const INVALID_COLORINDEX: Self = _

source

pub const PROFILE_DOES_NOT_MATCH_DEVICE: Self = _

source

pub const CONNECTED_OTHER_PASSWORD: Self = _

source

pub const CONNECTED_OTHER_PASSWORD_DEFAULT: Self = _

source

pub const BAD_USERNAME: Self = _

source

pub const NOT_CONNECTED: Self = _

source

pub const OPEN_FILES: Self = _

source

pub const ACTIVE_CONNECTIONS: Self = _

source

pub const DEVICE_IN_USE: Self = _

source

pub const UNKNOWN_PRINT_MONITOR: Self = _

source

pub const PRINTER_DRIVER_IN_USE: Self = _

source

pub const SPOOL_FILE_NOT_FOUND: Self = _

source

pub const SPL_NO_STARTDOC: Self = _

source

pub const SPL_NO_ADDJOB: Self = _

source

pub const PRINT_PROCESSOR_ALREADY_INSTALLED: Self = _

source

pub const PRINT_MONITOR_ALREADY_INSTALLED: Self = _

source

pub const INVALID_PRINT_MONITOR: Self = _

source

pub const PRINT_MONITOR_IN_USE: Self = _

source

pub const PRINTER_HAS_JOBS_QUEUED: Self = _

source

pub const SUCCESS_REBOOT_REQUIRED: Self = _

source

pub const SUCCESS_RESTART_REQUIRED: Self = _

source

pub const PRINTER_NOT_FOUND: Self = _

source

pub const PRINTER_DRIVER_WARNED: Self = _

source

pub const PRINTER_DRIVER_BLOCKED: Self = _

source

pub const PRINTER_DRIVER_PACKAGE_IN_USE: Self = _

source

pub const CORE_DRIVER_PACKAGE_NOT_FOUND: Self = _

source

pub const FAIL_REBOOT_REQUIRED: Self = _

source

pub const FAIL_REBOOT_INITIATED: Self = _

source

pub const PRINTER_DRIVER_DOWNLOAD_NEEDED: Self = _

source

pub const PRINT_JOB_RESTART_REQUIRED: Self = _

source

pub const INVALID_PRINTER_DRIVER_MANIFEST: Self = _

source

pub const PRINTER_NOT_SHAREABLE: Self = _

source

pub const REQUEST_PAUSED: Self = _

source

pub const APPEXEC_CONDITION_NOT_SATISFIED: Self = _

source

pub const APPEXEC_HANDLE_INVALIDATED: Self = _

source

pub const APPEXEC_INVALID_HOST_GENERATION: Self = _

source

pub const APPEXEC_UNEXPECTED_PROCESS_REGISTRATION: Self = _

source

pub const APPEXEC_INVALID_HOST_STATE: Self = _

source

pub const APPEXEC_NO_DONOR: Self = _

source

pub const APPEXEC_HOST_ID_MISMATCH: Self = _

source

pub const APPEXEC_UNKNOWN_USER: Self = _

source

pub const IO_REISSUE_AS_CACHED: Self = _

source

pub const WINS_INTERNAL: Self = _

source

pub const CAN_NOT_DEL_LOCAL_WINS: Self = _

source

pub const STATIC_INIT: Self = _

source

pub const INC_BACKUP: Self = _

source

pub const FULL_BACKUP: Self = _

source

pub const REC_NON_EXISTENT: Self = _

source

pub const RPL_NOT_ALLOWED: Self = _

source

pub const DHCP_ADDRESS_CONFLICT: Self = _

source

pub const WMI_GUID_NOT_FOUND: Self = _

source

pub const WMI_INSTANCE_NOT_FOUND: Self = _

source

pub const WMI_ITEMID_NOT_FOUND: Self = _

source

pub const WMI_TRY_AGAIN: Self = _

source

pub const WMI_DP_NOT_FOUND: Self = _

source

pub const WMI_UNRESOLVED_INSTANCE_REF: Self = _

source

pub const WMI_ALREADY_ENABLED: Self = _

source

pub const WMI_GUID_DISCONNECTED: Self = _

source

pub const WMI_SERVER_UNAVAILABLE: Self = _

source

pub const WMI_DP_FAILED: Self = _

source

pub const WMI_INVALID_MOF: Self = _

source

pub const WMI_INVALID_REGINFO: Self = _

source

pub const WMI_ALREADY_DISABLED: Self = _

source

pub const WMI_READ_ONLY: Self = _

source

pub const WMI_SET_FAILURE: Self = _

source

pub const NOT_APPCONTAINER: Self = _

source

pub const APPCONTAINER_REQUIRED: Self = _

source

pub const NOT_SUPPORTED_IN_APPCONTAINER: Self = _

source

pub const INVALID_PACKAGE_SID_LENGTH: Self = _

source

pub const INVALID_MEDIA: Self = _

source

pub const INVALID_LIBRARY: Self = _

source

pub const INVALID_MEDIA_POOL: Self = _

source

pub const DRIVE_MEDIA_MISMATCH: Self = _

source

pub const MEDIA_OFFLINE: Self = _

source

pub const LIBRARY_OFFLINE: Self = _

source

pub const EMPTY: Self = _

source

pub const NOT_EMPTY: Self = _

source

pub const MEDIA_UNAVAILABLE: Self = _

source

pub const RESOURCE_DISABLED: Self = _

source

pub const INVALID_CLEANER: Self = _

source

pub const UNABLE_TO_CLEAN: Self = _

source

pub const OBJECT_NOT_FOUND: Self = _

source

pub const DATABASE_FAILURE: Self = _

source

pub const DATABASE_FULL: Self = _

source

pub const MEDIA_INCOMPATIBLE: Self = _

source

pub const RESOURCE_NOT_PRESENT: Self = _

source

pub const INVALID_OPERATION: Self = _

source

pub const MEDIA_NOT_AVAILABLE: Self = _

source

pub const DEVICE_NOT_AVAILABLE: Self = _

source

pub const REQUEST_REFUSED: Self = _

source

pub const INVALID_DRIVE_OBJECT: Self = _

source

pub const LIBRARY_FULL: Self = _

source

pub const MEDIUM_NOT_ACCESSIBLE: Self = _

source

pub const UNABLE_TO_LOAD_MEDIUM: Self = _

source

pub const UNABLE_TO_INVENTORY_DRIVE: Self = _

source

pub const UNABLE_TO_INVENTORY_SLOT: Self = _

source

pub const UNABLE_TO_INVENTORY_TRANSPORT: Self = _

source

pub const TRANSPORT_FULL: Self = _

source

pub const CONTROLLING_IEPORT: Self = _

source

pub const UNABLE_TO_EJECT_MOUNTED_MEDIA: Self = _

source

pub const CLEANER_SLOT_SET: Self = _

source

pub const CLEANER_SLOT_NOT_SET: Self = _

source

pub const CLEANER_CARTRIDGE_SPENT: Self = _

source

pub const UNEXPECTED_OMID: Self = _

source

pub const CANT_DELETE_LAST_ITEM: Self = _

source

pub const MESSAGE_EXCEEDS_MAX_SIZE: Self = _

source

pub const VOLUME_CONTAINS_SYS_FILES: Self = _

source

pub const INDIGENOUS_TYPE: Self = _

source

pub const NO_SUPPORTING_DRIVES: Self = _

source

pub const CLEANER_CARTRIDGE_INSTALLED: Self = _

source

pub const IEPORT_FULL: Self = _

source

pub const FILE_OFFLINE: Self = _

source

pub const REMOTE_STORAGE_NOT_ACTIVE: Self = _

source

pub const REMOTE_STORAGE_MEDIA_ERROR: Self = _

source

pub const NOT_A_REPARSE_POINT: Self = _

source

pub const REPARSE_ATTRIBUTE_CONFLICT: Self = _

source

pub const INVALID_REPARSE_DATA: Self = _

source

pub const REPARSE_TAG_INVALID: Self = _

source

pub const REPARSE_TAG_MISMATCH: Self = _

source

pub const REPARSE_POINT_ENCOUNTERED: Self = _

source

pub const APP_DATA_NOT_FOUND: Self = _

source

pub const APP_DATA_EXPIRED: Self = _

source

pub const APP_DATA_CORRUPT: Self = _

source

pub const APP_DATA_LIMIT_EXCEEDED: Self = _

source

pub const APP_DATA_REBOOT_REQUIRED: Self = _

source

pub const SECUREBOOT_ROLLBACK_DETECTED: Self = _

source

pub const SECUREBOOT_POLICY_VIOLATION: Self = _

source

pub const SECUREBOOT_INVALID_POLICY: Self = _

source

pub const SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: Self = _

source

pub const SECUREBOOT_POLICY_NOT_SIGNED: Self = _

source

pub const SECUREBOOT_NOT_ENABLED: Self = _

source

pub const SECUREBOOT_FILE_REPLACED: Self = _

source

pub const SECUREBOOT_POLICY_NOT_AUTHORIZED: Self = _

source

pub const SECUREBOOT_POLICY_UNKNOWN: Self = _

source

pub const SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: Self = _

source

pub const SECUREBOOT_PLATFORM_ID_MISMATCH: Self = _

source

pub const SECUREBOOT_POLICY_ROLLBACK_DETECTED: Self = _

source

pub const SECUREBOOT_POLICY_UPGRADE_MISMATCH: Self = _

source

pub const SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: Self = _

source

pub const SECUREBOOT_NOT_BASE_POLICY: Self = _

source

pub const SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: Self = _

source

pub const OFFLOAD_READ_FLT_NOT_SUPPORTED: Self = _

source

pub const OFFLOAD_WRITE_FLT_NOT_SUPPORTED: Self = _

source

pub const OFFLOAD_READ_FILE_NOT_SUPPORTED: Self = _

source

pub const OFFLOAD_WRITE_FILE_NOT_SUPPORTED: Self = _

source

pub const ALREADY_HAS_STREAM_ID: Self = _

source

pub const SMR_GARBAGE_COLLECTION_REQUIRED: Self = _

source

pub const WOF_WIM_HEADER_CORRUPT: Self = _

source

pub const WOF_WIM_RESOURCE_TABLE_CORRUPT: Self = _

source

pub const WOF_FILE_RESOURCE_TABLE_CORRUPT: Self = _

source

pub const VOLUME_NOT_SIS_ENABLED: Self = _

source

pub const SYSTEM_INTEGRITY_ROLLBACK_DETECTED: Self = _

source

pub const SYSTEM_INTEGRITY_POLICY_VIOLATION: Self = _

source

pub const SYSTEM_INTEGRITY_INVALID_POLICY: Self = _

source

pub const SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: Self = _

source

pub const SYSTEM_INTEGRITY_TOO_MANY_POLICIES: Self = _

source

pub const SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED: Self = _

source

pub const VSM_NOT_INITIALIZED: Self = _

source

pub const VSM_DMA_PROTECTION_NOT_IN_USE: Self = _

source

pub const PLATFORM_MANIFEST_NOT_AUTHORIZED: Self = _

source

pub const PLATFORM_MANIFEST_INVALID: Self = _

source

pub const PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: Self = _

source

pub const PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: Self = _

source

pub const PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: Self = _

source

pub const PLATFORM_MANIFEST_NOT_ACTIVE: Self = _

source

pub const PLATFORM_MANIFEST_NOT_SIGNED: Self = _

source

pub const DEPENDENT_RESOURCE_EXISTS: Self = _

source

pub const DEPENDENCY_NOT_FOUND: Self = _

source

pub const DEPENDENCY_ALREADY_EXISTS: Self = _

source

pub const RESOURCE_NOT_ONLINE: Self = _

source

pub const HOST_NODE_NOT_AVAILABLE: Self = _

source

pub const RESOURCE_NOT_AVAILABLE: Self = _

source

pub const RESOURCE_NOT_FOUND: Self = _

source

pub const SHUTDOWN_CLUSTER: Self = _

source

pub const CANT_EVICT_ACTIVE_NODE: Self = _

source

pub const OBJECT_ALREADY_EXISTS: Self = _

source

pub const OBJECT_IN_LIST: Self = _

source

pub const GROUP_NOT_AVAILABLE: Self = _

source

pub const GROUP_NOT_FOUND: Self = _

source

pub const GROUP_NOT_ONLINE: Self = _

source

pub const HOST_NODE_NOT_RESOURCE_OWNER: Self = _

source

pub const HOST_NODE_NOT_GROUP_OWNER: Self = _

source

pub const RESMON_CREATE_FAILED: Self = _

source

pub const RESMON_ONLINE_FAILED: Self = _

source

pub const RESOURCE_ONLINE: Self = _

source

pub const QUORUM_RESOURCE: Self = _

source

pub const NOT_QUORUM_CAPABLE: Self = _

source

pub const CLUSTER_SHUTTING_DOWN: Self = _

source

pub const INVALID_STATE: Self = _

source

pub const RESOURCE_PROPERTIES_STORED: Self = _

source

pub const NOT_QUORUM_CLASS: Self = _

source

pub const CORE_RESOURCE: Self = _

source

pub const QUORUM_RESOURCE_ONLINE_FAILED: Self = _

source

pub const QUORUMLOG_OPEN_FAILED: Self = _

source

pub const CLUSTERLOG_CORRUPT: Self = _

source

pub const CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE: Self = _

source

pub const CLUSTERLOG_EXCEEDS_MAXSIZE: Self = _

source

pub const CLUSTERLOG_CHKPOINT_NOT_FOUND: Self = _

source

pub const CLUSTERLOG_NOT_ENOUGH_SPACE: Self = _

source

pub const QUORUM_OWNER_ALIVE: Self = _

source

pub const NETWORK_NOT_AVAILABLE: Self = _

source

pub const NODE_NOT_AVAILABLE: Self = _

source

pub const ALL_NODES_NOT_AVAILABLE: Self = _

source

pub const RESOURCE_FAILED: Self = _

source

pub const CLUSTER_INVALID_NODE: Self = _

source

pub const CLUSTER_NODE_EXISTS: Self = _

source

pub const CLUSTER_JOIN_IN_PROGRESS: Self = _

source

pub const CLUSTER_NODE_NOT_FOUND: Self = _

source

pub const CLUSTER_LOCAL_NODE_NOT_FOUND: Self = _

source

pub const CLUSTER_NETWORK_EXISTS: Self = _

source

pub const CLUSTER_NETWORK_NOT_FOUND: Self = _

source

pub const CLUSTER_NETINTERFACE_EXISTS: Self = _

source

pub const CLUSTER_NETINTERFACE_NOT_FOUND: Self = _

source

pub const CLUSTER_INVALID_REQUEST: Self = _

source

pub const CLUSTER_INVALID_NETWORK_PROVIDER: Self = _

source

pub const CLUSTER_NODE_DOWN: Self = _

source

pub const CLUSTER_NODE_UNREACHABLE: Self = _

source

pub const CLUSTER_NODE_NOT_MEMBER: Self = _

source

pub const CLUSTER_JOIN_NOT_IN_PROGRESS: Self = _

source

pub const CLUSTER_INVALID_NETWORK: Self = _

source

pub const CLUSTER_NODE_UP: Self = _

source

pub const CLUSTER_IPADDR_IN_USE: Self = _

source

pub const CLUSTER_NODE_NOT_PAUSED: Self = _

source

pub const CLUSTER_NO_SECURITY_CONTEXT: Self = _

source

pub const CLUSTER_NETWORK_NOT_INTERNAL: Self = _

source

pub const CLUSTER_NODE_ALREADY_UP: Self = _

source

pub const CLUSTER_NODE_ALREADY_DOWN: Self = _

source

pub const CLUSTER_NETWORK_ALREADY_ONLINE: Self = _

source

pub const CLUSTER_NETWORK_ALREADY_OFFLINE: Self = _

source

pub const CLUSTER_NODE_ALREADY_MEMBER: Self = _

source

pub const CLUSTER_LAST_INTERNAL_NETWORK: Self = _

source

pub const CLUSTER_NETWORK_HAS_DEPENDENTS: Self = _

source

pub const INVALID_OPERATION_ON_QUORUM: Self = _

source

pub const DEPENDENCY_NOT_ALLOWED: Self = _

source

pub const CLUSTER_NODE_PAUSED: Self = _

source

pub const NODE_CANT_HOST_RESOURCE: Self = _

source

pub const CLUSTER_NODE_NOT_READY: Self = _

source

pub const CLUSTER_NODE_SHUTTING_DOWN: Self = _

source

pub const CLUSTER_JOIN_ABORTED: Self = _

source

pub const CLUSTER_INCOMPATIBLE_VERSIONS: Self = _

source

pub const CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED: Self = _

source

pub const CLUSTER_SYSTEM_CONFIG_CHANGED: Self = _

source

pub const CLUSTER_RESOURCE_TYPE_NOT_FOUND: Self = _

source

pub const CLUSTER_RESTYPE_NOT_SUPPORTED: Self = _

source

pub const CLUSTER_RESNAME_NOT_FOUND: Self = _

source

pub const CLUSTER_NO_RPC_PACKAGES_REGISTERED: Self = _

source

pub const CLUSTER_OWNER_NOT_IN_PREFLIST: Self = _

source

pub const CLUSTER_DATABASE_SEQMISMATCH: Self = _

source

pub const RESMON_INVALID_STATE: Self = _

source

pub const CLUSTER_GUM_NOT_LOCKER: Self = _

source

pub const QUORUM_DISK_NOT_FOUND: Self = _

source

pub const DATABASE_BACKUP_CORRUPT: Self = _

source

pub const CLUSTER_NODE_ALREADY_HAS_DFS_ROOT: Self = _

source

pub const RESOURCE_PROPERTY_UNCHANGEABLE: Self = _

source

pub const NO_ADMIN_ACCESS_POINT: Self = _

source

pub const CLUSTER_MEMBERSHIP_INVALID_STATE: Self = _

source

pub const CLUSTER_QUORUMLOG_NOT_FOUND: Self = _

source

pub const CLUSTER_MEMBERSHIP_HALT: Self = _

source

pub const CLUSTER_INSTANCE_ID_MISMATCH: Self = _

source

pub const CLUSTER_NETWORK_NOT_FOUND_FOR_IP: Self = _

source

pub const CLUSTER_PROPERTY_DATA_TYPE_MISMATCH: Self = _

source

pub const CLUSTER_EVICT_WITHOUT_CLEANUP: Self = _

source

pub const CLUSTER_PARAMETER_MISMATCH: Self = _

source

pub const NODE_CANNOT_BE_CLUSTERED: Self = _

source

pub const CLUSTER_WRONG_OS_VERSION: Self = _

source

pub const CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME: Self = _

source

pub const CLUSCFG_ALREADY_COMMITTED: Self = _

source

pub const CLUSCFG_ROLLBACK_FAILED: Self = _

source

pub const CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT: Self = _

source

pub const CLUSTER_OLD_VERSION: Self = _

source

pub const CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME: Self = _

source

pub const CLUSTER_NO_NET_ADAPTERS: Self = _

source

pub const CLUSTER_POISONED: Self = _

source

pub const CLUSTER_GROUP_MOVING: Self = _

source

pub const CLUSTER_RESOURCE_TYPE_BUSY: Self = _

source

pub const RESOURCE_CALL_TIMED_OUT: Self = _

source

pub const INVALID_CLUSTER_IPV6_ADDRESS: Self = _

source

pub const CLUSTER_INTERNAL_INVALID_FUNCTION: Self = _

source

pub const CLUSTER_PARAMETER_OUT_OF_BOUNDS: Self = _

source

pub const CLUSTER_PARTIAL_SEND: Self = _

source

pub const CLUSTER_REGISTRY_INVALID_FUNCTION: Self = _

source

pub const CLUSTER_INVALID_STRING_TERMINATION: Self = _

source

pub const CLUSTER_INVALID_STRING_FORMAT: Self = _

source

pub const CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS: Self = _

source

pub const CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS: Self = _

source

pub const CLUSTER_NULL_DATA: Self = _

source

pub const CLUSTER_PARTIAL_READ: Self = _

source

pub const CLUSTER_PARTIAL_WRITE: Self = _

source

pub const CLUSTER_CANT_DESERIALIZE_DATA: Self = _

source

pub const DEPENDENT_RESOURCE_PROPERTY_CONFLICT: Self = _

source

pub const CLUSTER_NO_QUORUM: Self = _

source

pub const CLUSTER_INVALID_IPV6_NETWORK: Self = _

source

pub const CLUSTER_INVALID_IPV6_TUNNEL_NETWORK: Self = _

source

pub const QUORUM_NOT_ALLOWED_IN_THIS_GROUP: Self = _

source

pub const DEPENDENCY_TREE_TOO_COMPLEX: Self = _

source

pub const EXCEPTION_IN_RESOURCE_CALL: Self = _

source

pub const CLUSTER_RHS_FAILED_INITIALIZATION: Self = _

source

pub const CLUSTER_NOT_INSTALLED: Self = _

source

pub const CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE: Self = _

source

pub const CLUSTER_MAX_NODES_IN_CLUSTER: Self = _

source

pub const CLUSTER_TOO_MANY_NODES: Self = _

source

pub const CLUSTER_OBJECT_ALREADY_USED: Self = _

source

pub const NONCORE_GROUPS_FOUND: Self = _

source

pub const FILE_SHARE_RESOURCE_CONFLICT: Self = _

source

pub const CLUSTER_EVICT_INVALID_REQUEST: Self = _

source

pub const CLUSTER_SINGLETON_RESOURCE: Self = _

source

pub const CLUSTER_GROUP_SINGLETON_RESOURCE: Self = _

source

pub const CLUSTER_RESOURCE_PROVIDER_FAILED: Self = _

source

pub const CLUSTER_RESOURCE_CONFIGURATION_ERROR: Self = _

source

pub const CLUSTER_GROUP_BUSY: Self = _

source

pub const CLUSTER_NOT_SHARED_VOLUME: Self = _

source

pub const CLUSTER_INVALID_SECURITY_DESCRIPTOR: Self = _

source

pub const CLUSTER_SHARED_VOLUMES_IN_USE: Self = _

source

pub const CLUSTER_USE_SHARED_VOLUMES_API: Self = _

source

pub const CLUSTER_BACKUP_IN_PROGRESS: Self = _

source

pub const NON_CSV_PATH: Self = _

source

pub const CSV_VOLUME_NOT_LOCAL: Self = _

source

pub const CLUSTER_WATCHDOG_TERMINATING: Self = _

source

pub const CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES: Self = _

source

pub const CLUSTER_INVALID_NODE_WEIGHT: Self = _

source

pub const CLUSTER_RESOURCE_VETOED_CALL: Self = _

source

pub const RESMON_SYSTEM_RESOURCES_LACKING: Self = _

source

pub const CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION: Self = _

source

pub const CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE: Self = _

source

pub const CLUSTER_GROUP_QUEUED: Self = _

source

pub const CLUSTER_RESOURCE_LOCKED_STATUS: Self = _

source

pub const CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED: Self = _

source

pub const CLUSTER_NODE_DRAIN_IN_PROGRESS: Self = _

source

pub const CLUSTER_DISK_NOT_CONNECTED: Self = _

source

pub const DISK_NOT_CSV_CAPABLE: Self = _

source

pub const RESOURCE_NOT_IN_AVAILABLE_STORAGE: Self = _

source

pub const CLUSTER_SHARED_VOLUME_REDIRECTED: Self = _

source

pub const CLUSTER_SHARED_VOLUME_NOT_REDIRECTED: Self = _

source

pub const CLUSTER_CANNOT_RETURN_PROPERTIES: Self = _

source

pub const CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES: Self = _

source

pub const CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE: Self = _

source

pub const CLUSTER_AFFINITY_CONFLICT: Self = _

source

pub const CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE: Self = _

source

pub const CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS: Self = _

source

pub const CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED: Self = _

source

pub const CLUSTER_UPGRADE_RESTART_REQUIRED: Self = _

source

pub const CLUSTER_UPGRADE_IN_PROGRESS: Self = _

source

pub const CLUSTER_UPGRADE_INCOMPLETE: Self = _

source

pub const CLUSTER_NODE_IN_GRACE_PERIOD: Self = _

source

pub const CLUSTER_CSV_IO_PAUSE_TIMEOUT: Self = _

source

pub const NODE_NOT_ACTIVE_CLUSTER_MEMBER: Self = _

source

pub const CLUSTER_RESOURCE_NOT_MONITORED: Self = _

source

pub const CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED: Self = _

source

pub const CLUSTER_RESOURCE_IS_REPLICATED: Self = _

source

pub const CLUSTER_NODE_ISOLATED: Self = _

source

pub const CLUSTER_NODE_QUARANTINED: Self = _

source

pub const CLUSTER_DATABASE_UPDATE_CONDITION_FAILED: Self = _

source

pub const CLUSTER_SPACE_DEGRADED: Self = _

source

pub const CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED: Self = _

source

pub const CLUSTER_CSV_INVALID_HANDLE: Self = _

source

pub const CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: Self = _

source

pub const GROUPSET_NOT_AVAILABLE: Self = _

source

pub const GROUPSET_NOT_FOUND: Self = _

source

pub const GROUPSET_CANT_PROVIDE: Self = _

source

pub const CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND: Self = _

source

pub const CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY: Self = _

source

pub const CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION: Self = _

source

pub const CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS: Self = _

source

pub const CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME: Self = _

source

pub const CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE: Self = _

source

pub const ENCRYPTION_FAILED: Self = _

source

pub const DECRYPTION_FAILED: Self = _

source

pub const FILE_ENCRYPTED: Self = _

source

pub const NO_RECOVERY_POLICY: Self = _

source

pub const NO_EFS: Self = _

source

pub const WRONG_EFS: Self = _

source

pub const NO_USER_KEYS: Self = _

source

pub const FILE_NOT_ENCRYPTED: Self = _

source

pub const NOT_EXPORT_FORMAT: Self = _

source

pub const FILE_READ_ONLY: Self = _

source

pub const DIR_EFS_DISALLOWED: Self = _

source

pub const EFS_SERVER_NOT_TRUSTED: Self = _

source

pub const BAD_RECOVERY_POLICY: Self = _

source

pub const EFS_ALG_BLOB_TOO_BIG: Self = _

source

pub const VOLUME_NOT_SUPPORT_EFS: Self = _

source

pub const EFS_DISABLED: Self = _

source

pub const EFS_VERSION_NOT_SUPPORT: Self = _

source

pub const CS_ENCRYPTION_INVALID_SERVER_RESPONSE: Self = _

source

pub const CS_ENCRYPTION_UNSUPPORTED_SERVER: Self = _

source

pub const CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: Self = _

source

pub const CS_ENCRYPTION_NEW_ENCRYPTED_FILE: Self = _

source

pub const CS_ENCRYPTION_FILE_NOT_CSE: Self = _

source

pub const ENCRYPTION_POLICY_DENIES_OPERATION: Self = _

source

pub const WIP_ENCRYPTION_FAILED: Self = _

source

pub const NO_BROWSER_SERVERS_FOUND: Self = _

source

pub const LOG_SECTOR_INVALID: Self = _

source

pub const LOG_SECTOR_PARITY_INVALID: Self = _

source

pub const LOG_SECTOR_REMAPPED: Self = _

source

pub const LOG_BLOCK_INCOMPLETE: Self = _

source

pub const LOG_INVALID_RANGE: Self = _

source

pub const LOG_BLOCKS_EXHAUSTED: Self = _

source

pub const LOG_READ_CONTEXT_INVALID: Self = _

source

pub const LOG_RESTART_INVALID: Self = _

source

pub const LOG_BLOCK_VERSION: Self = _

source

pub const LOG_BLOCK_INVALID: Self = _

source

pub const LOG_READ_MODE_INVALID: Self = _

source

pub const LOG_NO_RESTART: Self = _

source

pub const LOG_METADATA_CORRUPT: Self = _

source

pub const LOG_METADATA_INVALID: Self = _

source

pub const LOG_METADATA_INCONSISTENT: Self = _

source

pub const LOG_RESERVATION_INVALID: Self = _

source

pub const LOG_CANT_DELETE: Self = _

source

pub const LOG_CONTAINER_LIMIT_EXCEEDED: Self = _

source

pub const LOG_START_OF_LOG: Self = _

source

pub const LOG_POLICY_ALREADY_INSTALLED: Self = _

source

pub const LOG_POLICY_NOT_INSTALLED: Self = _

source

pub const LOG_POLICY_INVALID: Self = _

source

pub const LOG_POLICY_CONFLICT: Self = _

source

pub const LOG_PINNED_ARCHIVE_TAIL: Self = _

source

pub const LOG_RECORD_NONEXISTENT: Self = _

source

pub const LOG_RECORDS_RESERVED_INVALID: Self = _

source

pub const LOG_SPACE_RESERVED_INVALID: Self = _

source

pub const LOG_TAIL_INVALID: Self = _

source

pub const LOG_FULL: Self = _

source

pub const COULD_NOT_RESIZE_LOG: Self = _

source

pub const LOG_MULTIPLEXED: Self = _

source

pub const LOG_DEDICATED: Self = _

source

pub const LOG_ARCHIVE_NOT_IN_PROGRESS: Self = _

source

pub const LOG_ARCHIVE_IN_PROGRESS: Self = _

source

pub const LOG_EPHEMERAL: Self = _

source

pub const LOG_NOT_ENOUGH_CONTAINERS: Self = _

source

pub const LOG_CLIENT_ALREADY_REGISTERED: Self = _

source

pub const LOG_CLIENT_NOT_REGISTERED: Self = _

source

pub const LOG_FULL_HANDLER_IN_PROGRESS: Self = _

source

pub const LOG_CONTAINER_READ_FAILED: Self = _

source

pub const LOG_CONTAINER_WRITE_FAILED: Self = _

source

pub const LOG_CONTAINER_OPEN_FAILED: Self = _

source

pub const LOG_CONTAINER_STATE_INVALID: Self = _

source

pub const LOG_STATE_INVALID: Self = _

source

pub const LOG_PINNED: Self = _

source

pub const LOG_METADATA_FLUSH_FAILED: Self = _

source

pub const LOG_INCONSISTENT_SECURITY: Self = _

source

pub const LOG_APPENDED_FLUSH_FAILED: Self = _

source

pub const LOG_PINNED_RESERVATION: Self = _

source

pub const INVALID_TRANSACTION: Self = _

source

pub const TRANSACTION_NOT_ACTIVE: Self = _

source

pub const TRANSACTION_REQUEST_NOT_VALID: Self = _

source

pub const TRANSACTION_NOT_REQUESTED: Self = _

source

pub const TRANSACTION_ALREADY_ABORTED: Self = _

source

pub const TRANSACTION_ALREADY_COMMITTED: Self = _

source

pub const TM_INITIALIZATION_FAILED: Self = _

source

pub const RESOURCEMANAGER_READ_ONLY: Self = _

source

pub const TRANSACTION_NOT_JOINED: Self = _

source

pub const TRANSACTION_SUPERIOR_EXISTS: Self = _

source

pub const CRM_PROTOCOL_ALREADY_EXISTS: Self = _

source

pub const TRANSACTION_PROPAGATION_FAILED: Self = _

source

pub const CRM_PROTOCOL_NOT_FOUND: Self = _

source

pub const TRANSACTION_INVALID_MARSHALL_BUFFER: Self = _

source

pub const CURRENT_TRANSACTION_NOT_VALID: Self = _

source

pub const TRANSACTION_NOT_FOUND: Self = _

source

pub const RESOURCEMANAGER_NOT_FOUND: Self = _

source

pub const ENLISTMENT_NOT_FOUND: Self = _

source

pub const TRANSACTIONMANAGER_NOT_FOUND: Self = _

source

pub const TRANSACTIONMANAGER_NOT_ONLINE: Self = _

source

pub const TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: Self = _

source

pub const TRANSACTION_NOT_ROOT: Self = _

source

pub const TRANSACTION_OBJECT_EXPIRED: Self = _

source

pub const TRANSACTION_RESPONSE_NOT_ENLISTED: Self = _

source

pub const TRANSACTION_RECORD_TOO_LONG: Self = _

source

pub const IMPLICIT_TRANSACTION_NOT_SUPPORTED: Self = _

source

pub const TRANSACTION_INTEGRITY_VIOLATED: Self = _

source

pub const TRANSACTIONMANAGER_IDENTITY_MISMATCH: Self = _

source

pub const RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: Self = _

source

pub const TRANSACTION_MUST_WRITETHROUGH: Self = _

source

pub const TRANSACTION_NO_SUPERIOR: Self = _

source

pub const HEURISTIC_DAMAGE_POSSIBLE: Self = _

source

pub const TRANSACTIONAL_CONFLICT: Self = _

source

pub const RM_NOT_ACTIVE: Self = _

source

pub const RM_METADATA_CORRUPT: Self = _

source

pub const DIRECTORY_NOT_RM: Self = _

source

pub const TRANSACTIONS_UNSUPPORTED_REMOTE: Self = _

source

pub const LOG_RESIZE_INVALID_SIZE: Self = _

source

pub const OBJECT_NO_LONGER_EXISTS: Self = _

source

pub const STREAM_MINIVERSION_NOT_FOUND: Self = _

source

pub const STREAM_MINIVERSION_NOT_VALID: Self = _

source

pub const MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: Self = _

source

pub const CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: Self = _

source

pub const CANT_CREATE_MORE_STREAM_MINIVERSIONS: Self = _

source

pub const REMOTE_FILE_VERSION_MISMATCH: Self = _

source

pub const HANDLE_NO_LONGER_VALID: Self = _

source

pub const NO_TXF_METADATA: Self = _

source

pub const LOG_CORRUPTION_DETECTED: Self = _

source

pub const CANT_RECOVER_WITH_HANDLE_OPEN: Self = _

source

pub const RM_DISCONNECTED: Self = _

source

pub const ENLISTMENT_NOT_SUPERIOR: Self = _

source

pub const RECOVERY_NOT_NEEDED: Self = _

source

pub const RM_ALREADY_STARTED: Self = _

source

pub const FILE_IDENTITY_NOT_PERSISTENT: Self = _

source

pub const CANT_BREAK_TRANSACTIONAL_DEPENDENCY: Self = _

source

pub const CANT_CROSS_RM_BOUNDARY: Self = _

source

pub const TXF_DIR_NOT_EMPTY: Self = _

source

pub const INDOUBT_TRANSACTIONS_EXIST: Self = _

source

pub const TM_VOLATILE: Self = _

source

pub const ROLLBACK_TIMER_EXPIRED: Self = _

source

pub const TXF_ATTRIBUTE_CORRUPT: Self = _

source

pub const EFS_NOT_ALLOWED_IN_TRANSACTION: Self = _

source

pub const TRANSACTIONAL_OPEN_NOT_ALLOWED: Self = _

source

pub const LOG_GROWTH_FAILED: Self = _

source

pub const TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: Self = _

source

pub const TXF_METADATA_ALREADY_PRESENT: Self = _

source

pub const TRANSACTION_SCOPE_CALLBACKS_NOT_SET: Self = _

source

pub const TRANSACTION_REQUIRED_PROMOTION: Self = _

source

pub const CANNOT_EXECUTE_FILE_IN_TRANSACTION: Self = _

source

pub const TRANSACTIONS_NOT_FROZEN: Self = _

source

pub const TRANSACTION_FREEZE_IN_PROGRESS: Self = _

source

pub const NOT_SNAPSHOT_VOLUME: Self = _

source

pub const NO_SAVEPOINT_WITH_OPEN_FILES: Self = _

source

pub const DATA_LOST_REPAIR: Self = _

source

pub const SPARSE_NOT_ALLOWED_IN_TRANSACTION: Self = _

source

pub const TM_IDENTITY_MISMATCH: Self = _

source

pub const FLOATED_SECTION: Self = _

source

pub const CANNOT_ACCEPT_TRANSACTED_WORK: Self = _

source

pub const CANNOT_ABORT_TRANSACTIONS: Self = _

source

pub const BAD_CLUSTERS: Self = _

source

pub const COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: Self = _

source

pub const VOLUME_DIRTY: Self = _

source

pub const OPERATION_NOT_SUPPORTED_IN_TRANSACTION: Self = _

source

pub const EXPIRED_HANDLE: Self = _

source

pub const TRANSACTION_NOT_ENLISTED: Self = _

source

pub const CTX_WINSTATION_NAME_INVALID: Self = _

source

pub const CTX_INVALID_PD: Self = _

source

pub const CTX_PD_NOT_FOUND: Self = _

source

pub const CTX_WD_NOT_FOUND: Self = _

source

pub const CTX_CANNOT_MAKE_EVENTLOG_ENTRY: Self = _

source

pub const CTX_SERVICE_NAME_COLLISION: Self = _

source

pub const CTX_CLOSE_PENDING: Self = _

source

pub const CTX_NO_OUTBUF: Self = _

source

pub const CTX_MODEM_INF_NOT_FOUND: Self = _

source

pub const CTX_INVALID_MODEMNAME: Self = _

source

pub const CTX_MODEM_RESPONSE_ERROR: Self = _

source

pub const CTX_MODEM_RESPONSE_TIMEOUT: Self = _

source

pub const CTX_MODEM_RESPONSE_NO_CARRIER: Self = _

source

pub const CTX_MODEM_RESPONSE_NO_DIALTONE: Self = _

source

pub const CTX_MODEM_RESPONSE_BUSY: Self = _

source

pub const CTX_MODEM_RESPONSE_VOICE: Self = _

source

pub const CTX_TD_ERROR: Self = _

source

pub const CTX_WINSTATION_NOT_FOUND: Self = _

source

pub const CTX_WINSTATION_ALREADY_EXISTS: Self = _

source

pub const CTX_WINSTATION_BUSY: Self = _

source

pub const CTX_BAD_VIDEO_MODE: Self = _

source

pub const CTX_GRAPHICS_INVALID: Self = _

source

pub const CTX_LOGON_DISABLED: Self = _

source

pub const CTX_NOT_CONSOLE: Self = _

source

pub const CTX_CLIENT_QUERY_TIMEOUT: Self = _

source

pub const CTX_CONSOLE_DISCONNECT: Self = _

source

pub const CTX_CONSOLE_CONNECT: Self = _

source

pub const CTX_SHADOW_DENIED: Self = _

source

pub const CTX_WINSTATION_ACCESS_DENIED: Self = _

source

pub const CTX_INVALID_WD: Self = _

source

pub const CTX_SHADOW_INVALID: Self = _

source

pub const CTX_SHADOW_DISABLED: Self = _

source

pub const CTX_CLIENT_LICENSE_IN_USE: Self = _

source

pub const CTX_CLIENT_LICENSE_NOT_SET: Self = _

source

pub const CTX_LICENSE_NOT_AVAILABLE: Self = _

source

pub const CTX_LICENSE_CLIENT_INVALID: Self = _

source

pub const CTX_LICENSE_EXPIRED: Self = _

source

pub const CTX_SHADOW_NOT_RUNNING: Self = _

source

pub const CTX_SHADOW_ENDED_BY_MODE_CHANGE: Self = _

source

pub const ACTIVATION_COUNT_EXCEEDED: Self = _

source

pub const CTX_WINSTATIONS_DISABLED: Self = _

source

pub const CTX_ENCRYPTION_LEVEL_REQUIRED: Self = _

source

pub const CTX_SESSION_IN_USE: Self = _

source

pub const CTX_NO_FORCE_LOGOFF: Self = _

source

pub const CTX_ACCOUNT_RESTRICTION: Self = _

source

pub const RDP_PROTOCOL_ERROR: Self = _

source

pub const CTX_CDM_CONNECT: Self = _

source

pub const CTX_CDM_DISCONNECT: Self = _

source

pub const CTX_SECURITY_LAYER_ERROR: Self = _

source

pub const TS_INCOMPATIBLE_SESSIONS: Self = _

source

pub const TS_VIDEO_SUBSYSTEM_ERROR: Self = _

source

pub const DS_NOT_INSTALLED: Self = _

source

pub const DS_MEMBERSHIP_EVALUATED_LOCALLY: Self = _

source

pub const DS_NO_ATTRIBUTE_OR_VALUE: Self = _

source

pub const DS_INVALID_ATTRIBUTE_SYNTAX: Self = _

source

pub const DS_ATTRIBUTE_TYPE_UNDEFINED: Self = _

source

pub const DS_ATTRIBUTE_OR_VALUE_EXISTS: Self = _

source

pub const DS_BUSY: Self = _

source

pub const DS_UNAVAILABLE: Self = _

source

pub const DS_NO_RIDS_ALLOCATED: Self = _

source

pub const DS_NO_MORE_RIDS: Self = _

source

pub const DS_INCORRECT_ROLE_OWNER: Self = _

source

pub const DS_RIDMGR_INIT_ERROR: Self = _

source

pub const DS_OBJ_CLASS_VIOLATION: Self = _

source

pub const DS_CANT_ON_NON_LEAF: Self = _

source

pub const DS_CANT_ON_RDN: Self = _

source

pub const DS_CANT_MOD_OBJ_CLASS: Self = _

source

pub const DS_CROSS_DOM_MOVE_ERROR: Self = _

source

pub const DS_GC_NOT_AVAILABLE: Self = _

source

pub const SHARED_POLICY: Self = _

source

pub const POLICY_OBJECT_NOT_FOUND: Self = _

source

pub const POLICY_ONLY_IN_DS: Self = _

source

pub const PROMOTION_ACTIVE: Self = _

source

pub const NO_PROMOTION_ACTIVE: Self = _

source

pub const DS_OPERATIONS_ERROR: Self = _

source

pub const DS_PROTOCOL_ERROR: Self = _

source

pub const DS_TIMELIMIT_EXCEEDED: Self = _

source

pub const DS_SIZELIMIT_EXCEEDED: Self = _

source

pub const DS_ADMIN_LIMIT_EXCEEDED: Self = _

source

pub const DS_COMPARE_FALSE: Self = _

source

pub const DS_COMPARE_TRUE: Self = _

source

pub const DS_AUTH_METHOD_NOT_SUPPORTED: Self = _

source

pub const DS_STRONG_AUTH_REQUIRED: Self = _

source

pub const DS_INAPPROPRIATE_AUTH: Self = _

source

pub const DS_AUTH_UNKNOWN: Self = _

source

pub const DS_REFERRAL: Self = _

source

pub const DS_UNAVAILABLE_CRIT_EXTENSION: Self = _

source

pub const DS_CONFIDENTIALITY_REQUIRED: Self = _

source

pub const DS_INAPPROPRIATE_MATCHING: Self = _

source

pub const DS_CONSTRAINT_VIOLATION: Self = _

source

pub const DS_NO_SUCH_OBJECT: Self = _

source

pub const DS_ALIAS_PROBLEM: Self = _

source

pub const DS_INVALID_DN_SYNTAX: Self = _

source

pub const DS_IS_LEAF: Self = _

source

pub const DS_ALIAS_DEREF_PROBLEM: Self = _

source

pub const DS_UNWILLING_TO_PERFORM: Self = _

source

pub const DS_LOOP_DETECT: Self = _

source

pub const DS_NAMING_VIOLATION: Self = _

source

pub const DS_OBJECT_RESULTS_TOO_LARGE: Self = _

source

pub const DS_AFFECTS_MULTIPLE_DSAS: Self = _

source

pub const DS_SERVER_DOWN: Self = _

source

pub const DS_LOCAL_ERROR: Self = _

source

pub const DS_ENCODING_ERROR: Self = _

source

pub const DS_DECODING_ERROR: Self = _

source

pub const DS_FILTER_UNKNOWN: Self = _

source

pub const DS_PARAM_ERROR: Self = _

source

pub const DS_NOT_SUPPORTED: Self = _

source

pub const DS_NO_RESULTS_RETURNED: Self = _

source

pub const DS_CONTROL_NOT_FOUND: Self = _

source

pub const DS_CLIENT_LOOP: Self = _

source

pub const DS_REFERRAL_LIMIT_EXCEEDED: Self = _

source

pub const DS_SORT_CONTROL_MISSING: Self = _

source

pub const DS_OFFSET_RANGE_ERROR: Self = _

source

pub const DS_RIDMGR_DISABLED: Self = _

source

pub const DS_ROOT_MUST_BE_NC: Self = _

source

pub const DS_ADD_REPLICA_INHIBITED: Self = _

source

pub const DS_ATT_NOT_DEF_IN_SCHEMA: Self = _

source

pub const DS_MAX_OBJ_SIZE_EXCEEDED: Self = _

source

pub const DS_OBJ_STRING_NAME_EXISTS: Self = _

source

pub const DS_NO_RDN_DEFINED_IN_SCHEMA: Self = _

source

pub const DS_RDN_DOESNT_MATCH_SCHEMA: Self = _

source

pub const DS_NO_REQUESTED_ATTS_FOUND: Self = _

source

pub const DS_USER_BUFFER_TO_SMALL: Self = _

source

pub const DS_ATT_IS_NOT_ON_OBJ: Self = _

source

pub const DS_ILLEGAL_MOD_OPERATION: Self = _

source

pub const DS_OBJ_TOO_LARGE: Self = _

source

pub const DS_BAD_INSTANCE_TYPE: Self = _

source

pub const DS_MASTERDSA_REQUIRED: Self = _

source

pub const DS_OBJECT_CLASS_REQUIRED: Self = _

source

pub const DS_MISSING_REQUIRED_ATT: Self = _

source

pub const DS_ATT_NOT_DEF_FOR_CLASS: Self = _

source

pub const DS_ATT_ALREADY_EXISTS: Self = _

source

pub const DS_CANT_ADD_ATT_VALUES: Self = _

source

pub const DS_SINGLE_VALUE_CONSTRAINT: Self = _

source

pub const DS_RANGE_CONSTRAINT: Self = _

source

pub const DS_ATT_VAL_ALREADY_EXISTS: Self = _

source

pub const DS_CANT_REM_MISSING_ATT: Self = _

source

pub const DS_CANT_REM_MISSING_ATT_VAL: Self = _

source

pub const DS_ROOT_CANT_BE_SUBREF: Self = _

source

pub const DS_NO_CHAINING: Self = _

source

pub const DS_NO_CHAINED_EVAL: Self = _

source

pub const DS_NO_PARENT_OBJECT: Self = _

source

pub const DS_PARENT_IS_AN_ALIAS: Self = _

source

pub const DS_CANT_MIX_MASTER_AND_REPS: Self = _

source

pub const DS_CHILDREN_EXIST: Self = _

source

pub const DS_OBJ_NOT_FOUND: Self = _

source

pub const DS_ALIASED_OBJ_MISSING: Self = _

source

pub const DS_BAD_NAME_SYNTAX: Self = _

source

pub const DS_ALIAS_POINTS_TO_ALIAS: Self = _

source

pub const DS_CANT_DEREF_ALIAS: Self = _

source

pub const DS_OUT_OF_SCOPE: Self = _

source

pub const DS_OBJECT_BEING_REMOVED: Self = _

source

pub const DS_CANT_DELETE_DSA_OBJ: Self = _

source

pub const DS_GENERIC_ERROR: Self = _

source

pub const DS_DSA_MUST_BE_INT_MASTER: Self = _

source

pub const DS_CLASS_NOT_DSA: Self = _

source

pub const DS_INSUFF_ACCESS_RIGHTS: Self = _

source

pub const DS_ILLEGAL_SUPERIOR: Self = _

source

pub const DS_ATTRIBUTE_OWNED_BY_SAM: Self = _

source

pub const DS_NAME_TOO_MANY_PARTS: Self = _

source

pub const DS_NAME_TOO_LONG: Self = _

source

pub const DS_NAME_VALUE_TOO_LONG: Self = _

source

pub const DS_NAME_UNPARSEABLE: Self = _

source

pub const DS_NAME_TYPE_UNKNOWN: Self = _

source

pub const DS_NOT_AN_OBJECT: Self = _

source

pub const DS_SEC_DESC_TOO_SHORT: Self = _

source

pub const DS_SEC_DESC_INVALID: Self = _

source

pub const DS_NO_DELETED_NAME: Self = _

source

pub const DS_SUBREF_MUST_HAVE_PARENT: Self = _

source

pub const DS_NCNAME_MUST_BE_NC: Self = _

source

pub const DS_CANT_ADD_SYSTEM_ONLY: Self = _

source

pub const DS_CLASS_MUST_BE_CONCRETE: Self = _

source

pub const DS_INVALID_DMD: Self = _

source

pub const DS_OBJ_GUID_EXISTS: Self = _

source

pub const DS_NO_CROSSREF_FOR_NC: Self = _

source

pub const DS_SHUTTING_DOWN: Self = _

source

pub const DS_UNKNOWN_OPERATION: Self = _

source

pub const DS_INVALID_ROLE_OWNER: Self = _

source

pub const DS_COULDNT_CONTACT_FSMO: Self = _

source

pub const DS_CROSS_NC_DN_RENAME: Self = _

source

pub const DS_CANT_MOD_SYSTEM_ONLY: Self = _

source

pub const DS_REPLICATOR_ONLY: Self = _

source

pub const DS_OBJ_CLASS_NOT_DEFINED: Self = _

source

pub const DS_OBJ_CLASS_NOT_SUBCLASS: Self = _

source

pub const DS_NAME_REFERENCE_INVALID: Self = _

source

pub const DS_CROSS_REF_EXISTS: Self = _

source

pub const DS_CANT_DEL_MASTER_CROSSREF: Self = _

source

pub const DS_SUBTREE_NOTIFY_NOT_NC_HEAD: Self = _

source

pub const DS_NOTIFY_FILTER_TOO_COMPLEX: Self = _

source

pub const DS_DUP_RDN: Self = _

source

pub const DS_DUP_OID: Self = _

source

pub const DS_DUP_MAPI_ID: Self = _

source

pub const DS_DUP_SCHEMA_ID_GUID: Self = _

source

pub const DS_DUP_LDAP_DISPLAY_NAME: Self = _

source

pub const DS_SEMANTIC_ATT_TEST: Self = _

source

pub const DS_SYNTAX_MISMATCH: Self = _

source

pub const DS_EXISTS_IN_MUST_HAVE: Self = _

source

pub const DS_EXISTS_IN_MAY_HAVE: Self = _

source

pub const DS_NONEXISTENT_MAY_HAVE: Self = _

source

pub const DS_NONEXISTENT_MUST_HAVE: Self = _

source

pub const DS_AUX_CLS_TEST_FAIL: Self = _

source

pub const DS_NONEXISTENT_POSS_SUP: Self = _

source

pub const DS_SUB_CLS_TEST_FAIL: Self = _

source

pub const DS_BAD_RDN_ATT_ID_SYNTAX: Self = _

source

pub const DS_EXISTS_IN_AUX_CLS: Self = _

source

pub const DS_EXISTS_IN_SUB_CLS: Self = _

source

pub const DS_EXISTS_IN_POSS_SUP: Self = _

source

pub const DS_RECALCSCHEMA_FAILED: Self = _

source

pub const DS_TREE_DELETE_NOT_FINISHED: Self = _

source

pub const DS_CANT_DELETE: Self = _

source

pub const DS_ATT_SCHEMA_REQ_ID: Self = _

source

pub const DS_BAD_ATT_SCHEMA_SYNTAX: Self = _

source

pub const DS_CANT_CACHE_ATT: Self = _

source

pub const DS_CANT_CACHE_CLASS: Self = _

source

pub const DS_CANT_REMOVE_ATT_CACHE: Self = _

source

pub const DS_CANT_REMOVE_CLASS_CACHE: Self = _

source

pub const DS_CANT_RETRIEVE_DN: Self = _

source

pub const DS_MISSING_SUPREF: Self = _

source

pub const DS_CANT_RETRIEVE_INSTANCE: Self = _

source

pub const DS_CODE_INCONSISTENCY: Self = _

source

pub const DS_DATABASE_ERROR: Self = _

source

pub const DS_GOVERNSID_MISSING: Self = _

source

pub const DS_MISSING_EXPECTED_ATT: Self = _

source

pub const DS_NCNAME_MISSING_CR_REF: Self = _

source

pub const DS_SECURITY_CHECKING_ERROR: Self = _

source

pub const DS_SCHEMA_NOT_LOADED: Self = _

source

pub const DS_SCHEMA_ALLOC_FAILED: Self = _

source

pub const DS_ATT_SCHEMA_REQ_SYNTAX: Self = _

source

pub const DS_GCVERIFY_ERROR: Self = _

source

pub const DS_DRA_SCHEMA_MISMATCH: Self = _

source

pub const DS_CANT_FIND_DSA_OBJ: Self = _

source

pub const DS_CANT_FIND_EXPECTED_NC: Self = _

source

pub const DS_CANT_FIND_NC_IN_CACHE: Self = _

source

pub const DS_CANT_RETRIEVE_CHILD: Self = _

source

pub const DS_SECURITY_ILLEGAL_MODIFY: Self = _

source

pub const DS_CANT_REPLACE_HIDDEN_REC: Self = _

source

pub const DS_BAD_HIERARCHY_FILE: Self = _

source

pub const DS_BUILD_HIERARCHY_TABLE_FAILED: Self = _

source

pub const DS_CONFIG_PARAM_MISSING: Self = _

source

pub const DS_COUNTING_AB_INDICES_FAILED: Self = _

source

pub const DS_HIERARCHY_TABLE_MALLOC_FAILED: Self = _

source

pub const DS_INTERNAL_FAILURE: Self = _

source

pub const DS_UNKNOWN_ERROR: Self = _

source

pub const DS_ROOT_REQUIRES_CLASS_TOP: Self = _

source

pub const DS_REFUSING_FSMO_ROLES: Self = _

source

pub const DS_MISSING_FSMO_SETTINGS: Self = _

source

pub const DS_UNABLE_TO_SURRENDER_ROLES: Self = _

source

pub const DS_DRA_GENERIC: Self = _

source

pub const DS_DRA_INVALID_PARAMETER: Self = _

source

pub const DS_DRA_BUSY: Self = _

source

pub const DS_DRA_BAD_DN: Self = _

source

pub const DS_DRA_BAD_NC: Self = _

source

pub const DS_DRA_DN_EXISTS: Self = _

source

pub const DS_DRA_INTERNAL_ERROR: Self = _

source

pub const DS_DRA_INCONSISTENT_DIT: Self = _

source

pub const DS_DRA_CONNECTION_FAILED: Self = _

source

pub const DS_DRA_BAD_INSTANCE_TYPE: Self = _

source

pub const DS_DRA_OUT_OF_MEM: Self = _

source

pub const DS_DRA_MAIL_PROBLEM: Self = _

source

pub const DS_DRA_REF_ALREADY_EXISTS: Self = _

source

pub const DS_DRA_REF_NOT_FOUND: Self = _

source

pub const DS_DRA_OBJ_IS_REP_SOURCE: Self = _

source

pub const DS_DRA_DB_ERROR: Self = _

source

pub const DS_DRA_NO_REPLICA: Self = _

source

pub const DS_DRA_ACCESS_DENIED: Self = _

source

pub const DS_DRA_NOT_SUPPORTED: Self = _

source

pub const DS_DRA_RPC_CANCELLED: Self = _

source

pub const DS_DRA_SOURCE_DISABLED: Self = _

source

pub const DS_DRA_SINK_DISABLED: Self = _

source

pub const DS_DRA_NAME_COLLISION: Self = _

source

pub const DS_DRA_SOURCE_REINSTALLED: Self = _

source

pub const DS_DRA_MISSING_PARENT: Self = _

source

pub const DS_DRA_PREEMPTED: Self = _

source

pub const DS_DRA_ABANDON_SYNC: Self = _

source

pub const DS_DRA_SHUTDOWN: Self = _

source

pub const DS_DRA_INCOMPATIBLE_PARTIAL_SET: Self = _

source

pub const DS_DRA_SOURCE_IS_PARTIAL_REPLICA: Self = _

source

pub const DS_DRA_EXTN_CONNECTION_FAILED: Self = _

source

pub const DS_INSTALL_SCHEMA_MISMATCH: Self = _

source

pub const DS_NAME_ERROR_RESOLVING: Self = _

source

pub const DS_NAME_ERROR_NOT_FOUND: Self = _

source

pub const DS_NAME_ERROR_NOT_UNIQUE: Self = _

source

pub const DS_NAME_ERROR_NO_MAPPING: Self = _

source

pub const DS_NAME_ERROR_DOMAIN_ONLY: Self = _

source

pub const DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING: Self = _

source

pub const DS_CONSTRUCTED_ATT_MOD: Self = _

source

pub const DS_WRONG_OM_OBJ_CLASS: Self = _

source

pub const DS_DRA_REPL_PENDING: Self = _

source

pub const DS_DS_REQUIRED: Self = _

source

pub const DS_INVALID_LDAP_DISPLAY_NAME: Self = _

source

pub const DS_CANT_RETRIEVE_ATTS: Self = _

source

pub const DS_EPOCH_MISMATCH: Self = _

source

pub const DS_SRC_NAME_MISMATCH: Self = _

source

pub const DS_SRC_AND_DST_NC_IDENTICAL: Self = _

source

pub const DS_DST_NC_MISMATCH: Self = _

source

pub const DS_NOT_AUTHORITIVE_FOR_DST_NC: Self = _

source

pub const DS_SRC_GUID_MISMATCH: Self = _

source

pub const DS_CANT_MOVE_DELETED_OBJECT: Self = _

source

pub const DS_PDC_OPERATION_IN_PROGRESS: Self = _

source

pub const DS_CROSS_DOMAIN_CLEANUP_REQD: Self = _

source

pub const DS_ILLEGAL_XDOM_MOVE_OPERATION: Self = _

source

pub const DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS: Self = _

source

pub const DS_NC_MUST_HAVE_NC_PARENT: Self = _

source

pub const DS_CR_IMPOSSIBLE_TO_VALIDATE: Self = _

source

pub const DS_DST_DOMAIN_NOT_NATIVE: Self = _

source

pub const DS_MISSING_INFRASTRUCTURE_CONTAINER: Self = _

source

pub const DS_CANT_MOVE_ACCOUNT_GROUP: Self = _

source

pub const DS_CANT_MOVE_RESOURCE_GROUP: Self = _

source

pub const DS_INVALID_SEARCH_FLAG: Self = _

source

pub const DS_NO_TREE_DELETE_ABOVE_NC: Self = _

source

pub const DS_COULDNT_LOCK_TREE_FOR_DELETE: Self = _

source

pub const DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE: Self = _

source

pub const DS_SAM_INIT_FAILURE: Self = _

source

pub const DS_SENSITIVE_GROUP_VIOLATION: Self = _

source

pub const DS_CANT_MOD_PRIMARYGROUPID: Self = _

source

pub const DS_ILLEGAL_BASE_SCHEMA_MOD: Self = _

source

pub const DS_NONSAFE_SCHEMA_CHANGE: Self = _

source

pub const DS_SCHEMA_UPDATE_DISALLOWED: Self = _

source

pub const DS_CANT_CREATE_UNDER_SCHEMA: Self = _

source

pub const DS_INSTALL_NO_SRC_SCH_VERSION: Self = _

source

pub const DS_INSTALL_NO_SCH_VERSION_IN_INIFILE: Self = _

source

pub const DS_INVALID_GROUP_TYPE: Self = _

source

pub const DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: Self = _

source

pub const DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: Self = _

source

pub const DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: Self = _

source

pub const DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: Self = _

source

pub const DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: Self = _

source

pub const DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: Self = _

source

pub const DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: Self = _

source

pub const DS_HAVE_PRIMARY_MEMBERS: Self = _

source

pub const DS_STRING_SD_CONVERSION_FAILED: Self = _

source

pub const DS_NAMING_MASTER_GC: Self = _

source

pub const DS_DNS_LOOKUP_FAILURE: Self = _

source

pub const DS_COULDNT_UPDATE_SPNS: Self = _

source

pub const DS_CANT_RETRIEVE_SD: Self = _

source

pub const DS_KEY_NOT_UNIQUE: Self = _

source

pub const DS_WRONG_LINKED_ATT_SYNTAX: Self = _

source

pub const DS_SAM_NEED_BOOTKEY_PASSWORD: Self = _

source

pub const DS_SAM_NEED_BOOTKEY_FLOPPY: Self = _

source

pub const DS_CANT_START: Self = _

source

pub const DS_INIT_FAILURE: Self = _

source

pub const DS_NO_PKT_PRIVACY_ON_CONNECTION: Self = _

source

pub const DS_SOURCE_DOMAIN_IN_FOREST: Self = _

source

pub const DS_DESTINATION_DOMAIN_NOT_IN_FOREST: Self = _

source

pub const DS_DESTINATION_AUDITING_NOT_ENABLED: Self = _

source

pub const DS_CANT_FIND_DC_FOR_SRC_DOMAIN: Self = _

source

pub const DS_SRC_OBJ_NOT_GROUP_OR_USER: Self = _

source

pub const DS_SRC_SID_EXISTS_IN_FOREST: Self = _

source

pub const DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH: Self = _

source

pub const SAM_INIT_FAILURE: Self = _

source

pub const DS_DRA_SCHEMA_INFO_SHIP: Self = _

source

pub const DS_DRA_SCHEMA_CONFLICT: Self = _

source

pub const DS_DRA_EARLIER_SCHEMA_CONFLICT: Self = _

source

pub const DS_DRA_OBJ_NC_MISMATCH: Self = _

source

pub const DS_NC_STILL_HAS_DSAS: Self = _

source

pub const DS_GC_REQUIRED: Self = _

source

pub const DS_LOCAL_MEMBER_OF_LOCAL_ONLY: Self = _

source

pub const DS_NO_FPO_IN_UNIVERSAL_GROUPS: Self = _

source

pub const DS_CANT_ADD_TO_GC: Self = _

source

pub const DS_NO_CHECKPOINT_WITH_PDC: Self = _

source

pub const DS_SOURCE_AUDITING_NOT_ENABLED: Self = _

source

pub const DS_CANT_CREATE_IN_NONDOMAIN_NC: Self = _

source

pub const DS_INVALID_NAME_FOR_SPN: Self = _

source

pub const DS_FILTER_USES_CONTRUCTED_ATTRS: Self = _

source

pub const DS_UNICODEPWD_NOT_IN_QUOTES: Self = _

source

pub const DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: Self = _

source

pub const DS_MUST_BE_RUN_ON_DST_DC: Self = _

source

pub const DS_SRC_DC_MUST_BE_SP4_OR_GREATER: Self = _

source

pub const DS_CANT_TREE_DELETE_CRITICAL_OBJ: Self = _

source

pub const DS_INIT_FAILURE_CONSOLE: Self = _

source

pub const DS_SAM_INIT_FAILURE_CONSOLE: Self = _

source

pub const DS_FOREST_VERSION_TOO_HIGH: Self = _

source

pub const DS_DOMAIN_VERSION_TOO_HIGH: Self = _

source

pub const DS_FOREST_VERSION_TOO_LOW: Self = _

source

pub const DS_DOMAIN_VERSION_TOO_LOW: Self = _

source

pub const DS_INCOMPATIBLE_VERSION: Self = _

source

pub const DS_LOW_DSA_VERSION: Self = _

source

pub const DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN: Self = _

source

pub const DS_NOT_SUPPORTED_SORT_ORDER: Self = _

source

pub const DS_NAME_NOT_UNIQUE: Self = _

source

pub const DS_MACHINE_ACCOUNT_CREATED_PRENT4: Self = _

source

pub const DS_OUT_OF_VERSION_STORE: Self = _

source

pub const DS_INCOMPATIBLE_CONTROLS_USED: Self = _

source

pub const DS_NO_REF_DOMAIN: Self = _

source

pub const DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: Self = _

source

pub const DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE: Self = _

source

pub const DS_NO_OBJECT_MOVE_IN_SCHEMA_NC: Self = _

source

pub const DS_MODIFYDN_DISALLOWED_BY_FLAG: Self = _

source

pub const DS_MODIFYDN_WRONG_GRANDPARENT: Self = _

source

pub const DS_NAME_ERROR_TRUST_REFERRAL: Self = _

source

pub const NOT_SUPPORTED_ON_STANDARD_SERVER: Self = _

source

pub const DS_CANT_ACCESS_REMOTE_PART_OF_AD: Self = _

source

pub const DS_CR_IMPOSSIBLE_TO_VALIDATE_V2: Self = _

source

pub const DS_THREAD_LIMIT_EXCEEDED: Self = _

source

pub const DS_NOT_CLOSEST: Self = _

source

pub const DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF: Self = _

source

pub const DS_SINGLE_USER_MODE_FAILED: Self = _

source

pub const DS_NTDSCRIPT_SYNTAX_ERROR: Self = _

source

pub const DS_NTDSCRIPT_PROCESS_ERROR: Self = _

source

pub const DS_DIFFERENT_REPL_EPOCHS: Self = _

source

pub const DS_DRS_EXTENSIONS_CHANGED: Self = _

source

pub const DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR: Self = _

source

pub const DS_NO_MSDS_INTID: Self = _

source

pub const DS_DUP_MSDS_INTID: Self = _

source

pub const DS_EXISTS_IN_RDNATTID: Self = _

source

pub const DS_AUTHORIZATION_FAILED: Self = _

source

pub const DS_INVALID_SCRIPT: Self = _

source

pub const DS_REMOTE_CROSSREF_OP_FAILED: Self = _

source

pub const DS_CROSS_REF_BUSY: Self = _

source

pub const DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN: Self = _

source

pub const DS_CANT_DEMOTE_WITH_WRITEABLE_NC: Self = _

source

pub const DS_DUPLICATE_ID_FOUND: Self = _

source

pub const DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT: Self = _

source

pub const DS_GROUP_CONVERSION_ERROR: Self = _

source

pub const DS_CANT_MOVE_APP_BASIC_GROUP: Self = _

source

pub const DS_CANT_MOVE_APP_QUERY_GROUP: Self = _

source

pub const DS_ROLE_NOT_VERIFIED: Self = _

source

pub const DS_WKO_CONTAINER_CANNOT_BE_SPECIAL: Self = _

source

pub const DS_DOMAIN_RENAME_IN_PROGRESS: Self = _

source

pub const DS_EXISTING_AD_CHILD_NC: Self = _

source

pub const DS_REPL_LIFETIME_EXCEEDED: Self = _

source

pub const DS_DISALLOWED_IN_SYSTEM_CONTAINER: Self = _

source

pub const DS_LDAP_SEND_QUEUE_FULL: Self = _

source

pub const DS_DRA_OUT_SCHEDULE_WINDOW: Self = _

source

pub const DS_POLICY_NOT_KNOWN: Self = _

source

pub const NO_SITE_SETTINGS_OBJECT: Self = _

source

pub const NO_SECRETS: Self = _

source

pub const NO_WRITABLE_DC_FOUND: Self = _

source

pub const DS_NO_SERVER_OBJECT: Self = _

source

pub const DS_NO_NTDSA_OBJECT: Self = _

source

pub const DS_AUDIT_FAILURE: Self = _

source

pub const DS_INVALID_SEARCH_FLAG_SUBTREE: Self = _

source

pub const DS_INVALID_SEARCH_FLAG_TUPLE: Self = _

source

pub const DS_HIERARCHY_TABLE_TOO_DEEP: Self = _

source

pub const DS_DRA_CORRUPT_UTD_VECTOR: Self = _

source

pub const DS_DRA_SECRETS_DENIED: Self = _

source

pub const DS_RESERVED_MAPI_ID: Self = _

source

pub const DS_MAPI_ID_NOT_AVAILABLE: Self = _

source

pub const DS_DRA_MISSING_KRBTGT_SECRET: Self = _

source

pub const DS_DOMAIN_NAME_EXISTS_IN_FOREST: Self = _

source

pub const DS_FLAT_NAME_EXISTS_IN_FOREST: Self = _

source

pub const INVALID_USER_PRINCIPAL_NAME: Self = _

source

pub const DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: Self = _

source

pub const DS_OID_NOT_FOUND: Self = _

source

pub const DS_DRA_RECYCLED_TARGET: Self = _

source

pub const DS_DISALLOWED_NC_REDIRECT: Self = _

source

pub const DS_HIGH_ADLDS_FFL: Self = _

source

pub const DS_HIGH_DSA_VERSION: Self = _

source

pub const DS_LOW_ADLDS_FFL: Self = _

source

pub const DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION: Self = _

source

pub const DS_UNDELETE_SAM_VALIDATION_FAILED: Self = _

source

pub const INCORRECT_ACCOUNT_TYPE: Self = _

source

pub const DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST: Self = _

source

pub const DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST: Self = _

source

pub const DS_MISSING_FOREST_TRUST: Self = _

source

pub const DS_VALUE_KEY_NOT_UNIQUE: Self = _

source

pub const IPSEC_QM_POLICY_EXISTS: Self = _

source

pub const IPSEC_QM_POLICY_NOT_FOUND: Self = _

source

pub const IPSEC_QM_POLICY_IN_USE: Self = _

source

pub const IPSEC_MM_POLICY_EXISTS: Self = _

source

pub const IPSEC_MM_POLICY_NOT_FOUND: Self = _

source

pub const IPSEC_MM_POLICY_IN_USE: Self = _

source

pub const IPSEC_MM_FILTER_EXISTS: Self = _

source

pub const IPSEC_MM_FILTER_NOT_FOUND: Self = _

source

pub const IPSEC_TRANSPORT_FILTER_EXISTS: Self = _

source

pub const IPSEC_TRANSPORT_FILTER_NOT_FOUND: Self = _

source

pub const IPSEC_MM_AUTH_EXISTS: Self = _

source

pub const IPSEC_MM_AUTH_NOT_FOUND: Self = _

source

pub const IPSEC_MM_AUTH_IN_USE: Self = _

source

pub const IPSEC_DEFAULT_MM_POLICY_NOT_FOUND: Self = _

source

pub const IPSEC_DEFAULT_MM_AUTH_NOT_FOUND: Self = _

source

pub const IPSEC_DEFAULT_QM_POLICY_NOT_FOUND: Self = _

source

pub const IPSEC_TUNNEL_FILTER_EXISTS: Self = _

source

pub const IPSEC_TUNNEL_FILTER_NOT_FOUND: Self = _

source

pub const IPSEC_MM_FILTER_PENDING_DELETION: Self = _

source

pub const IPSEC_TRANSPORT_FILTER_PENDING_DELETION: Self = _

source

pub const IPSEC_TUNNEL_FILTER_PENDING_DELETION: Self = _

source

pub const IPSEC_MM_POLICY_PENDING_DELETION: Self = _

source

pub const IPSEC_MM_AUTH_PENDING_DELETION: Self = _

source

pub const IPSEC_QM_POLICY_PENDING_DELETION: Self = _

source

pub const IPSEC_IKE_NEG_STATUS_BEGIN: Self = _

source

pub const IPSEC_IKE_AUTH_FAIL: Self = _

source

pub const IPSEC_IKE_ATTRIB_FAIL: Self = _

source

pub const IPSEC_IKE_NEGOTIATION_PENDING: Self = _

source

pub const IPSEC_IKE_GENERAL_PROCESSING_ERROR: Self = _

source

pub const IPSEC_IKE_TIMED_OUT: Self = _

source

pub const IPSEC_IKE_NO_CERT: Self = _

source

pub const IPSEC_IKE_SA_DELETED: Self = _

source

pub const IPSEC_IKE_SA_REAPED: Self = _

source

pub const IPSEC_IKE_MM_ACQUIRE_DROP: Self = _

source

pub const IPSEC_IKE_QM_ACQUIRE_DROP: Self = _

source

pub const IPSEC_IKE_QUEUE_DROP_MM: Self = _

source

pub const IPSEC_IKE_QUEUE_DROP_NO_MM: Self = _

source

pub const IPSEC_IKE_DROP_NO_RESPONSE: Self = _

source

pub const IPSEC_IKE_MM_DELAY_DROP: Self = _

source

pub const IPSEC_IKE_QM_DELAY_DROP: Self = _

source

pub const IPSEC_IKE_ERROR: Self = _

source

pub const IPSEC_IKE_CRL_FAILED: Self = _

source

pub const IPSEC_IKE_INVALID_KEY_USAGE: Self = _

source

pub const IPSEC_IKE_INVALID_CERT_TYPE: Self = _

source

pub const IPSEC_IKE_NO_PRIVATE_KEY: Self = _

source

pub const IPSEC_IKE_SIMULTANEOUS_REKEY: Self = _

source

pub const IPSEC_IKE_DH_FAIL: Self = _

source

pub const IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED: Self = _

source

pub const IPSEC_IKE_INVALID_HEADER: Self = _

source

pub const IPSEC_IKE_NO_POLICY: Self = _

source

pub const IPSEC_IKE_INVALID_SIGNATURE: Self = _

source

pub const IPSEC_IKE_KERBEROS_ERROR: Self = _

source

pub const IPSEC_IKE_NO_PUBLIC_KEY: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_SA: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_PROP: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_TRANS: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_KE: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_ID: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_CERT: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_CERT_REQ: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_HASH: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_SIG: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_NONCE: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_NOTIFY: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_DELETE: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_VENDOR: Self = _

source

pub const IPSEC_IKE_INVALID_PAYLOAD: Self = _

source

pub const IPSEC_IKE_LOAD_SOFT_SA: Self = _

source

pub const IPSEC_IKE_SOFT_SA_TORN_DOWN: Self = _

source

pub const IPSEC_IKE_NO_PEER_CERT: Self = _

source

pub const IPSEC_IKE_PEER_CRL_FAILED: Self = _

source

pub const IPSEC_IKE_POLICY_CHANGE: Self = _

source

pub const IPSEC_IKE_NO_MM_POLICY: Self = _

source

pub const IPSEC_IKE_NOTCBPRIV: Self = _

source

pub const IPSEC_IKE_SECLOADFAIL: Self = _

source

pub const IPSEC_IKE_FAILSSPINIT: Self = _

source

pub const IPSEC_IKE_FAILQUERYSSP: Self = _

source

pub const IPSEC_IKE_SRVACQFAIL: Self = _

source

pub const IPSEC_IKE_SRVQUERYCRED: Self = _

source

pub const IPSEC_IKE_GETSPIFAIL: Self = _

source

pub const IPSEC_IKE_INVALID_FILTER: Self = _

source

pub const IPSEC_IKE_OUT_OF_MEMORY: Self = _

source

pub const IPSEC_IKE_ADD_UPDATE_KEY_FAILED: Self = _

source

pub const IPSEC_IKE_INVALID_POLICY: Self = _

source

pub const IPSEC_IKE_UNKNOWN_DOI: Self = _

source

pub const IPSEC_IKE_INVALID_SITUATION: Self = _

source

pub const IPSEC_IKE_DH_FAILURE: Self = _

source

pub const IPSEC_IKE_INVALID_GROUP: Self = _

source

pub const IPSEC_IKE_ENCRYPT: Self = _

source

pub const IPSEC_IKE_DECRYPT: Self = _

source

pub const IPSEC_IKE_POLICY_MATCH: Self = _

source

pub const IPSEC_IKE_UNSUPPORTED_ID: Self = _

source

pub const IPSEC_IKE_INVALID_HASH: Self = _

source

pub const IPSEC_IKE_INVALID_HASH_ALG: Self = _

source

pub const IPSEC_IKE_INVALID_HASH_SIZE: Self = _

source

pub const IPSEC_IKE_INVALID_ENCRYPT_ALG: Self = _

source

pub const IPSEC_IKE_INVALID_AUTH_ALG: Self = _

source

pub const IPSEC_IKE_INVALID_SIG: Self = _

source

pub const IPSEC_IKE_LOAD_FAILED: Self = _

source

pub const IPSEC_IKE_RPC_DELETE: Self = _

source

pub const IPSEC_IKE_BENIGN_REINIT: Self = _

source

pub const IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY: Self = _

source

pub const IPSEC_IKE_INVALID_MAJOR_VERSION: Self = _

source

pub const IPSEC_IKE_INVALID_CERT_KEYLEN: Self = _

source

pub const IPSEC_IKE_MM_LIMIT: Self = _

source

pub const IPSEC_IKE_NEGOTIATION_DISABLED: Self = _

source

pub const IPSEC_IKE_QM_LIMIT: Self = _

source

pub const IPSEC_IKE_MM_EXPIRED: Self = _

source

pub const IPSEC_IKE_PEER_MM_ASSUMED_INVALID: Self = _

source

pub const IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH: Self = _

source

pub const IPSEC_IKE_UNEXPECTED_MESSAGE_ID: Self = _

source

pub const IPSEC_IKE_INVALID_AUTH_PAYLOAD: Self = _

source

pub const IPSEC_IKE_SHUTTING_DOWN: Self = _

source

pub const IPSEC_IKE_CGA_AUTH_FAILED: Self = _

source

pub const IPSEC_IKE_PROCESS_ERR_NATOA: Self = _

source

pub const IPSEC_IKE_INVALID_MM_FOR_QM: Self = _

source

pub const IPSEC_IKE_QM_EXPIRED: Self = _

source

pub const IPSEC_IKE_TOO_MANY_FILTERS: Self = _

source

pub const IPSEC_IKE_NEG_STATUS_END: Self = _

source

pub const IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL: Self = _

source

pub const IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE: Self = _

source

pub const IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING: Self = _

source

pub const IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING: Self = _

source

pub const IPSEC_IKE_COEXISTENCE_SUPPRESS: Self = _

source

pub const IPSEC_IKE_RATELIMIT_DROP: Self = _

source

pub const IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE: Self = _

source

pub const IPSEC_IKE_AUTHORIZATION_FAILURE: Self = _

source

pub const IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE: Self = _

source

pub const IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY: Self = _

source

pub const IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE: Self = _

source

pub const IPSEC_IKE_NEG_STATUS_EXTENDED_END: Self = _

source

pub const IPSEC_BAD_SPI: Self = _

source

pub const IPSEC_SA_LIFETIME_EXPIRED: Self = _

source

pub const IPSEC_WRONG_SA: Self = _

source

pub const IPSEC_REPLAY_CHECK_FAILED: Self = _

source

pub const IPSEC_INVALID_PACKET: Self = _

source

pub const IPSEC_INTEGRITY_CHECK_FAILED: Self = _

source

pub const IPSEC_CLEAR_TEXT_DROP: Self = _

source

pub const IPSEC_AUTH_FIREWALL_DROP: Self = _

source

pub const IPSEC_THROTTLE_DROP: Self = _

source

pub const IPSEC_DOSP_BLOCK: Self = _

source

pub const IPSEC_DOSP_RECEIVED_MULTICAST: Self = _

source

pub const IPSEC_DOSP_INVALID_PACKET: Self = _

source

pub const IPSEC_DOSP_STATE_LOOKUP_FAILED: Self = _

source

pub const IPSEC_DOSP_MAX_ENTRIES: Self = _

source

pub const IPSEC_DOSP_KEYMOD_NOT_ALLOWED: Self = _

source

pub const IPSEC_DOSP_NOT_INSTALLED: Self = _

source

pub const IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: Self = _

source

pub const SXS_SECTION_NOT_FOUND: Self = _

source

pub const SXS_CANT_GEN_ACTCTX: Self = _

source

pub const SXS_INVALID_ACTCTXDATA_FORMAT: Self = _

source

pub const SXS_ASSEMBLY_NOT_FOUND: Self = _

source

pub const SXS_MANIFEST_FORMAT_ERROR: Self = _

source

pub const SXS_MANIFEST_PARSE_ERROR: Self = _

source

pub const SXS_ACTIVATION_CONTEXT_DISABLED: Self = _

source

pub const SXS_KEY_NOT_FOUND: Self = _

source

pub const SXS_VERSION_CONFLICT: Self = _

source

pub const SXS_WRONG_SECTION_TYPE: Self = _

source

pub const SXS_THREAD_QUERIES_DISABLED: Self = _

source

pub const SXS_PROCESS_DEFAULT_ALREADY_SET: Self = _

source

pub const SXS_UNKNOWN_ENCODING_GROUP: Self = _

source

pub const SXS_UNKNOWN_ENCODING: Self = _

source

pub const SXS_INVALID_XML_NAMESPACE_URI: Self = _

source

pub const SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED: Self = _

source

pub const SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED: Self = _

source

pub const SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE: Self = _

source

pub const SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE: Self = _

source

pub const SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE: Self = _

source

pub const SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT: Self = _

source

pub const SXS_DUPLICATE_DLL_NAME: Self = _

source

pub const SXS_DUPLICATE_WINDOWCLASS_NAME: Self = _

source

pub const SXS_DUPLICATE_CLSID: Self = _

source

pub const SXS_DUPLICATE_IID: Self = _

source

pub const SXS_DUPLICATE_TLBID: Self = _

source

pub const SXS_DUPLICATE_PROGID: Self = _

source

pub const SXS_DUPLICATE_ASSEMBLY_NAME: Self = _

source

pub const SXS_FILE_HASH_MISMATCH: Self = _

source

pub const SXS_POLICY_PARSE_ERROR: Self = _

source

pub const SXS_XML_E_MISSINGQUOTE: Self = _

source

pub const SXS_XML_E_COMMENTSYNTAX: Self = _

source

pub const SXS_XML_E_BADSTARTNAMECHAR: Self = _

source

pub const SXS_XML_E_BADNAMECHAR: Self = _

source

pub const SXS_XML_E_BADCHARINSTRING: Self = _

source

pub const SXS_XML_E_XMLDECLSYNTAX: Self = _

source

pub const SXS_XML_E_BADCHARDATA: Self = _

source

pub const SXS_XML_E_MISSINGWHITESPACE: Self = _

source

pub const SXS_XML_E_EXPECTINGTAGEND: Self = _

source

pub const SXS_XML_E_MISSINGSEMICOLON: Self = _

source

pub const SXS_XML_E_UNBALANCEDPAREN: Self = _

source

pub const SXS_XML_E_INTERNALERROR: Self = _

source

pub const SXS_XML_E_UNEXPECTED_WHITESPACE: Self = _

source

pub const SXS_XML_E_INCOMPLETE_ENCODING: Self = _

source

pub const SXS_XML_E_MISSING_PAREN: Self = _

source

pub const SXS_XML_E_EXPECTINGCLOSEQUOTE: Self = _

source

pub const SXS_XML_E_MULTIPLE_COLONS: Self = _

source

pub const SXS_XML_E_INVALID_DECIMAL: Self = _

source

pub const SXS_XML_E_INVALID_HEXIDECIMAL: Self = _

source

pub const SXS_XML_E_INVALID_UNICODE: Self = _

source

pub const SXS_XML_E_WHITESPACEORQUESTIONMARK: Self = _

source

pub const SXS_XML_E_UNEXPECTEDENDTAG: Self = _

source

pub const SXS_XML_E_UNCLOSEDTAG: Self = _

source

pub const SXS_XML_E_DUPLICATEATTRIBUTE: Self = _

source

pub const SXS_XML_E_MULTIPLEROOTS: Self = _

source

pub const SXS_XML_E_INVALIDATROOTLEVEL: Self = _

source

pub const SXS_XML_E_BADXMLDECL: Self = _

source

pub const SXS_XML_E_MISSINGROOT: Self = _

source

pub const SXS_XML_E_UNEXPECTEDEOF: Self = _

source

pub const SXS_XML_E_BADPEREFINSUBSET: Self = _

source

pub const SXS_XML_E_UNCLOSEDSTARTTAG: Self = _

source

pub const SXS_XML_E_UNCLOSEDENDTAG: Self = _

source

pub const SXS_XML_E_UNCLOSEDSTRING: Self = _

source

pub const SXS_XML_E_UNCLOSEDCOMMENT: Self = _

source

pub const SXS_XML_E_UNCLOSEDDECL: Self = _

source

pub const SXS_XML_E_UNCLOSEDCDATA: Self = _

source

pub const SXS_XML_E_RESERVEDNAMESPACE: Self = _

source

pub const SXS_XML_E_INVALIDENCODING: Self = _

source

pub const SXS_XML_E_INVALIDSWITCH: Self = _

source

pub const SXS_XML_E_BADXMLCASE: Self = _

source

pub const SXS_XML_E_INVALID_STANDALONE: Self = _

source

pub const SXS_XML_E_UNEXPECTED_STANDALONE: Self = _

source

pub const SXS_XML_E_INVALID_VERSION: Self = _

source

pub const SXS_XML_E_MISSINGEQUALS: Self = _

source

pub const SXS_PROTECTION_RECOVERY_FAILED: Self = _

source

pub const SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT: Self = _

source

pub const SXS_PROTECTION_CATALOG_NOT_VALID: Self = _

source

pub const SXS_UNTRANSLATABLE_HRESULT: Self = _

source

pub const SXS_PROTECTION_CATALOG_FILE_MISSING: Self = _

source

pub const SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE: Self = _

source

pub const SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME: Self = _

source

pub const SXS_ASSEMBLY_MISSING: Self = _

source

pub const SXS_CORRUPT_ACTIVATION_STACK: Self = _

source

pub const SXS_CORRUPTION: Self = _

source

pub const SXS_EARLY_DEACTIVATION: Self = _

source

pub const SXS_INVALID_DEACTIVATION: Self = _

source

pub const SXS_MULTIPLE_DEACTIVATION: Self = _

source

pub const SXS_PROCESS_TERMINATION_REQUESTED: Self = _

source

pub const SXS_RELEASE_ACTIVATION_CONTEXT: Self = _

source

pub const SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: Self = _

source

pub const SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: Self = _

source

pub const SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: Self = _

source

pub const SXS_IDENTITY_DUPLICATE_ATTRIBUTE: Self = _

source

pub const SXS_IDENTITY_PARSE_ERROR: Self = _

source

pub const MALFORMED_SUBSTITUTION_STRING: Self = _

source

pub const SXS_INCORRECT_PUBLIC_KEY_TOKEN: Self = _

source

pub const UNMAPPED_SUBSTITUTION_STRING: Self = _

source

pub const SXS_ASSEMBLY_NOT_LOCKED: Self = _

source

pub const SXS_COMPONENT_STORE_CORRUPT: Self = _

source

pub const ADVANCED_INSTALLER_FAILED: Self = _

source

pub const XML_ENCODING_MISMATCH: Self = _

source

pub const SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: Self = _

source

pub const SXS_IDENTITIES_DIFFERENT: Self = _

source

pub const SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: Self = _

source

pub const SXS_FILE_NOT_PART_OF_ASSEMBLY: Self = _

source

pub const SXS_MANIFEST_TOO_BIG: Self = _

source

pub const SXS_SETTING_NOT_REGISTERED: Self = _

source

pub const SXS_TRANSACTION_CLOSURE_INCOMPLETE: Self = _

source

pub const SMI_PRIMITIVE_INSTALLER_FAILED: Self = _

source

pub const GENERIC_COMMAND_FAILED: Self = _

source

pub const SXS_FILE_HASH_MISSING: Self = _

source

pub const SXS_DUPLICATE_ACTIVATABLE_CLASS: Self = _

source

pub const EVT_INVALID_CHANNEL_PATH: Self = _

source

pub const EVT_INVALID_QUERY: Self = _

source

pub const EVT_PUBLISHER_METADATA_NOT_FOUND: Self = _

source

pub const EVT_EVENT_TEMPLATE_NOT_FOUND: Self = _

source

pub const EVT_INVALID_PUBLISHER_NAME: Self = _

source

pub const EVT_INVALID_EVENT_DATA: Self = _

source

pub const EVT_CHANNEL_NOT_FOUND: Self = _

source

pub const EVT_MALFORMED_XML_TEXT: Self = _

source

pub const EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL: Self = _

source

pub const EVT_CONFIGURATION_ERROR: Self = _

source

pub const EVT_QUERY_RESULT_STALE: Self = _

source

pub const EVT_QUERY_RESULT_INVALID_POSITION: Self = _

source

pub const EVT_NON_VALIDATING_MSXML: Self = _

source

pub const EVT_FILTER_ALREADYSCOPED: Self = _

source

pub const EVT_FILTER_NOTELTSET: Self = _

source

pub const EVT_FILTER_INVARG: Self = _

source

pub const EVT_FILTER_INVTEST: Self = _

source

pub const EVT_FILTER_INVTYPE: Self = _

source

pub const EVT_FILTER_PARSEERR: Self = _

source

pub const EVT_FILTER_UNSUPPORTEDOP: Self = _

source

pub const EVT_FILTER_UNEXPECTEDTOKEN: Self = _

source

pub const EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL: Self = _

source

pub const EVT_INVALID_CHANNEL_PROPERTY_VALUE: Self = _

source

pub const EVT_INVALID_PUBLISHER_PROPERTY_VALUE: Self = _

source

pub const EVT_CHANNEL_CANNOT_ACTIVATE: Self = _

source

pub const EVT_FILTER_TOO_COMPLEX: Self = _

source

pub const EVT_MESSAGE_NOT_FOUND: Self = _

source

pub const EVT_MESSAGE_ID_NOT_FOUND: Self = _

source

pub const EVT_UNRESOLVED_VALUE_INSERT: Self = _

source

pub const EVT_UNRESOLVED_PARAMETER_INSERT: Self = _

source

pub const EVT_MAX_INSERTS_REACHED: Self = _

source

pub const EVT_EVENT_DEFINITION_NOT_FOUND: Self = _

source

pub const EVT_MESSAGE_LOCALE_NOT_FOUND: Self = _

source

pub const EVT_VERSION_TOO_OLD: Self = _

source

pub const EVT_VERSION_TOO_NEW: Self = _

source

pub const EVT_CANNOT_OPEN_CHANNEL_OF_QUERY: Self = _

source

pub const EVT_PUBLISHER_DISABLED: Self = _

source

pub const EVT_FILTER_OUT_OF_RANGE: Self = _

source

pub const EC_SUBSCRIPTION_CANNOT_ACTIVATE: Self = _

source

pub const EC_LOG_DISABLED: Self = _

source

pub const EC_CIRCULAR_FORWARDING: Self = _

source

pub const EC_CREDSTORE_FULL: Self = _

source

pub const EC_CRED_NOT_FOUND: Self = _

source

pub const EC_NO_ACTIVE_CHANNEL: Self = _

source

pub const MUI_FILE_NOT_FOUND: Self = _

source

pub const MUI_INVALID_FILE: Self = _

source

pub const MUI_INVALID_RC_CONFIG: Self = _

source

pub const MUI_INVALID_LOCALE_NAME: Self = _

source

pub const MUI_INVALID_ULTIMATEFALLBACK_NAME: Self = _

source

pub const MUI_FILE_NOT_LOADED: Self = _

source

pub const RESOURCE_ENUM_USER_STOP: Self = _

source

pub const MUI_INTLSETTINGS_UILANG_NOT_INSTALLED: Self = _

source

pub const MUI_INTLSETTINGS_INVALID_LOCALE_NAME: Self = _

source

pub const MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE: Self = _

source

pub const MRM_INVALID_PRICONFIG: Self = _

source

pub const MRM_INVALID_FILE_TYPE: Self = _

source

pub const MRM_UNKNOWN_QUALIFIER: Self = _

source

pub const MRM_INVALID_QUALIFIER_VALUE: Self = _

source

pub const MRM_NO_CANDIDATE: Self = _

source

pub const MRM_NO_MATCH_OR_DEFAULT_CANDIDATE: Self = _

source

pub const MRM_RESOURCE_TYPE_MISMATCH: Self = _

source

pub const MRM_DUPLICATE_MAP_NAME: Self = _

source

pub const MRM_DUPLICATE_ENTRY: Self = _

source

pub const MRM_INVALID_RESOURCE_IDENTIFIER: Self = _

source

pub const MRM_FILEPATH_TOO_LONG: Self = _

source

pub const MRM_UNSUPPORTED_DIRECTORY_TYPE: Self = _

source

pub const MRM_INVALID_PRI_FILE: Self = _

source

pub const MRM_NAMED_RESOURCE_NOT_FOUND: Self = _

source

pub const MRM_MAP_NOT_FOUND: Self = _

source

pub const MRM_UNSUPPORTED_PROFILE_TYPE: Self = _

source

pub const MRM_INVALID_QUALIFIER_OPERATOR: Self = _

source

pub const MRM_INDETERMINATE_QUALIFIER_VALUE: Self = _

source

pub const MRM_AUTOMERGE_ENABLED: Self = _

source

pub const MRM_TOO_MANY_RESOURCES: Self = _

source

pub const MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE: Self = _

source

pub const MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE: Self = _

source

pub const MRM_NO_CURRENT_VIEW_ON_THREAD: Self = _

source

pub const DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST: Self = _

source

pub const OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT: Self = _

source

pub const MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE: Self = _

source

pub const MRM_GENERATION_COUNT_MISMATCH: Self = _

source

pub const PRI_MERGE_VERSION_MISMATCH: Self = _

source

pub const PRI_MERGE_MISSING_SCHEMA: Self = _

source

pub const PRI_MERGE_LOAD_FILE_FAILED: Self = _

source

pub const PRI_MERGE_ADD_FILE_FAILED: Self = _

source

pub const PRI_MERGE_WRITE_FILE_FAILED: Self = _

source

pub const PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED: Self = _

source

pub const PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED: Self = _

source

pub const PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED: Self = _

source

pub const PRI_MERGE_MAIN_PACKAGE_REQUIRED: Self = _

source

pub const PRI_MERGE_RESOURCE_PACKAGE_REQUIRED: Self = _

source

pub const PRI_MERGE_INVALID_FILE_NAME: Self = _

source

pub const MRM_PACKAGE_NOT_FOUND: Self = _

source

pub const MRM_MISSING_DEFAULT_LANGUAGE: Self = _

source

pub const MCA_INVALID_CAPABILITIES_STRING: Self = _

source

pub const MCA_INVALID_VCP_VERSION: Self = _

source

pub const MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: Self = _

source

pub const MCA_MCCS_VERSION_MISMATCH: Self = _

source

pub const MCA_UNSUPPORTED_MCCS_VERSION: Self = _

source

pub const MCA_INTERNAL_ERROR: Self = _

source

pub const MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: Self = _

source

pub const MCA_UNSUPPORTED_COLOR_TEMPERATURE: Self = _

source

pub const AMBIGUOUS_SYSTEM_DEVICE: Self = _

source

pub const SYSTEM_DEVICE_NOT_FOUND: Self = _

source

pub const HASH_NOT_SUPPORTED: Self = _

source

pub const HASH_NOT_PRESENT: Self = _

source

pub const SECONDARY_IC_PROVIDER_NOT_REGISTERED: Self = _

source

pub const GPIO_CLIENT_INFORMATION_INVALID: Self = _

source

pub const GPIO_VERSION_NOT_SUPPORTED: Self = _

source

pub const GPIO_INVALID_REGISTRATION_PACKET: Self = _

source

pub const GPIO_OPERATION_DENIED: Self = _

source

pub const GPIO_INCOMPATIBLE_CONNECT_MODE: Self = _

source

pub const GPIO_INTERRUPT_ALREADY_UNMASKED: Self = _

source

pub const CANNOT_SWITCH_RUNLEVEL: Self = _

source

pub const INVALID_RUNLEVEL_SETTING: Self = _

source

pub const RUNLEVEL_SWITCH_TIMEOUT: Self = _

source

pub const RUNLEVEL_SWITCH_AGENT_TIMEOUT: Self = _

source

pub const RUNLEVEL_SWITCH_IN_PROGRESS: Self = _

source

pub const SERVICES_FAILED_AUTOSTART: Self = _

source

pub const COM_TASK_STOP_PENDING: Self = _

source

pub const INSTALL_OPEN_PACKAGE_FAILED: Self = _

source

pub const INSTALL_PACKAGE_NOT_FOUND: Self = _

source

pub const INSTALL_INVALID_PACKAGE: Self = _

source

pub const INSTALL_RESOLVE_DEPENDENCY_FAILED: Self = _

source

pub const INSTALL_OUT_OF_DISK_SPACE: Self = _

source

pub const INSTALL_NETWORK_FAILURE: Self = _

source

pub const INSTALL_REGISTRATION_FAILURE: Self = _

source

pub const INSTALL_DEREGISTRATION_FAILURE: Self = _

source

pub const INSTALL_CANCEL: Self = _

source

pub const INSTALL_FAILED: Self = _

source

pub const REMOVE_FAILED: Self = _

source

pub const PACKAGE_ALREADY_EXISTS: Self = _

source

pub const NEEDS_REMEDIATION: Self = _

source

pub const INSTALL_PREREQUISITE_FAILED: Self = _

source

pub const PACKAGE_REPOSITORY_CORRUPTED: Self = _

source

pub const INSTALL_POLICY_FAILURE: Self = _

source

pub const PACKAGE_UPDATING: Self = _

source

pub const DEPLOYMENT_BLOCKED_BY_POLICY: Self = _

source

pub const PACKAGES_IN_USE: Self = _

source

pub const RECOVERY_FILE_CORRUPT: Self = _

source

pub const INVALID_STAGED_SIGNATURE: Self = _

source

pub const DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED: Self = _

source

pub const INSTALL_PACKAGE_DOWNGRADE: Self = _

source

pub const SYSTEM_NEEDS_REMEDIATION: Self = _

source

pub const APPX_INTEGRITY_FAILURE_CLR_NGEN: Self = _

source

pub const RESILIENCY_FILE_CORRUPT: Self = _

source

pub const INSTALL_FIREWALL_SERVICE_NOT_RUNNING: Self = _

source

pub const PACKAGE_MOVE_FAILED: Self = _

source

pub const INSTALL_VOLUME_NOT_EMPTY: Self = _

source

pub const INSTALL_VOLUME_OFFLINE: Self = _

source

pub const INSTALL_VOLUME_CORRUPT: Self = _

source

pub const NEEDS_REGISTRATION: Self = _

source

pub const INSTALL_WRONG_PROCESSOR_ARCHITECTURE: Self = _

source

pub const DEV_SIDELOAD_LIMIT_EXCEEDED: Self = _

source

pub const INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE: Self = _

source

pub const PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM: Self = _

source

pub const PACKAGE_MOVE_BLOCKED_BY_STREAMING: Self = _

source

pub const INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE: Self = _

source

pub const PACKAGE_STAGING_ONHOLD: Self = _

source

pub const INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY: Self = _

source

pub const DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF: Self = _

source

pub const PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED: Self = _

source

pub const PACKAGES_REPUTATION_CHECK_FAILED: Self = _

source

pub const PACKAGES_REPUTATION_CHECK_TIMEDOUT: Self = _

source

pub const DEPLOYMENT_OPTION_NOT_SUPPORTED: Self = _

source

pub const APPINSTALLER_ACTIVATION_BLOCKED: Self = _

source

pub const REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED: Self = _

source

pub const APPX_RAW_DATA_WRITE_FAILED: Self = _

source

pub const DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE: Self = _

source

pub const DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE: Self = _

source

pub const DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY: Self = _

source

pub const DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY: Self = _

source

pub const SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER: Self = _

source

pub const DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED: Self = _

source

pub const SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE: Self = _

source

pub const PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES: Self = _

source

pub const STATE_LOAD_STORE_FAILED: Self = _

source

pub const STATE_GET_VERSION_FAILED: Self = _

source

pub const STATE_SET_VERSION_FAILED: Self = _

source

pub const STATE_STRUCTURED_RESET_FAILED: Self = _

source

pub const STATE_OPEN_CONTAINER_FAILED: Self = _

source

pub const STATE_CREATE_CONTAINER_FAILED: Self = _

source

pub const STATE_DELETE_CONTAINER_FAILED: Self = _

source

pub const STATE_READ_SETTING_FAILED: Self = _

source

pub const STATE_WRITE_SETTING_FAILED: Self = _

source

pub const STATE_DELETE_SETTING_FAILED: Self = _

source

pub const STATE_QUERY_SETTING_FAILED: Self = _

source

pub const STATE_READ_COMPOSITE_SETTING_FAILED: Self = _

source

pub const STATE_WRITE_COMPOSITE_SETTING_FAILED: Self = _

source

pub const STATE_ENUMERATE_CONTAINER_FAILED: Self = _

source

pub const STATE_ENUMERATE_SETTINGS_FAILED: Self = _

source

pub const STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: Self = _

source

pub const STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: Self = _

source

pub const STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED: Self = _

source

pub const STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED: Self = _

source

pub const API_UNAVAILABLE: Self = _

source§

impl ERROR

source

pub const fn to_hresult(self) -> HRESULT

Available on crate feature ole only.

Trait Implementations§

source§

impl AsRef<u32> for ERROR

source§

fn as_ref(&self) -> &u32

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Binary for ERROR

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl Clone for ERROR

source§

fn clone(&self) -> ERROR

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ERROR

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ERROR

source§

fn default() -> ERROR

Returns the “default value” for a type. Read more
source§

impl Display for ERROR

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ERROR

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl FormattedError for ERROR

source§

fn FormatMessage(self) -> String

Returns the textual description of the system error, by calling FormatMessage. function.
source§

impl From<ERROR> for u32

source§

fn from(v: ERROR) -> Self

Converts to this type from the input type.
source§

impl Hash for ERROR

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl IntUnderlying for ERROR

§

type Raw = u32

The underlying raw integer type.
source§

unsafe fn as_mut(&mut self) -> &mut Self::Raw

Returns a mutable reference to the underlying raw value. Read more
source§

impl LowerHex for ERROR

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl Octal for ERROR

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl Ord for ERROR

source§

fn cmp(&self, other: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for ERROR

source§

fn eq(&self, other: &ERROR) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for ERROR

source§

fn partial_cmp(&self, other: &Self) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl UpperHex for ERROR

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl Copy for ERROR

source§

impl Eq for ERROR

source§

impl NativeConst for ERROR

source§

impl Send for ERROR

source§

impl StructuralPartialEq for ERROR

Auto Trait Implementations§

§

impl Freeze for ERROR

§

impl RefUnwindSafe for ERROR

§

impl Sync for ERROR

§

impl Unpin for ERROR

§

impl UnwindSafe for ERROR

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.