Struct winsafe::co::HRESULT

source ·
pub struct HRESULT(/* private fields */);
Available on crate features kernel and ole only.
Expand description

A native COM error code (u32), which can be considered a superset of ERROR.

The Result alias for this type is HrResult.

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::HRESULT::E_INVALIDARG);

Will print:

[0x80070057 2147942487] The parameter is incorrect.

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

An ERROR can be seamlessly converted into an HRESULT. This operation is equivalent to the HRESULT_FROM_WIN32 macro:

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

let err = co::ERROR::FILE_NOT_FOUND;

let hr = err.to_hresult();

Implementations§

source§

impl HRESULT

source

pub const VFW_E_INVALIDMEDIATYPE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_INVALIDSUBTYPE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NEED_OWNER: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_ENUM_OUT_OF_SYNC: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_ALREADY_CONNECTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_FILTER_ACTIVE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_TYPES: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_ACCEPTABLE_TYPES: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_INVALID_DIRECTION: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_CONNECTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_ALLOCATOR: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_RUNTIME_ERROR: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_BUFFER_NOTSET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_BUFFER_OVERFLOW: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_BADALIGN: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_ALREADY_COMMITTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_BUFFERS_OUTSTANDING: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_COMMITTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_SIZENOTSET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_CLOCK: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_SINK: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_INTERFACE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_FOUND: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CANNOT_CONNECT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CANNOT_RENDER: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CHANGING_FORMAT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_COLOR_KEY_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_OVERLAY_CONNECTION: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_SAMPLE_CONNECTION: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_PALETTE_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_COLOR_KEY_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_COLOR_KEY_FOUND: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_PALETTE_AVAILABLE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_DISPLAY_PALETTE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_TOO_MANY_COLORS: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_STATE_CHANGED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_STOPPED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_PAUSED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_RUNNING: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_WRONG_STATE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_START_TIME_AFTER_END: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_INVALID_RECT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_TYPE_NOT_ACCEPTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_SAMPLE_REJECTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_SAMPLE_REJECTED_EOS: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DUPLICATE_NAME: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_DUPLICATE_NAME: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_TIMEOUT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_INVALID_FILE_FORMAT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_ENUM_OUT_OF_RANGE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CIRCULAR_GRAPH: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_ALLOWED_TO_SAVE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_TIME_ALREADY_PASSED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_ALREADY_CANCELLED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CORRUPT_GRAPH_FILE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_ADVISE_ALREADY_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_STATE_INTERMEDIATE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_MODEX_AVAILABLE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_ADVISE_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_FULLSCREEN: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_IN_FULLSCREEN_MODE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_UNKNOWN_FILE_TYPE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CANNOT_LOAD_SOURCE_FILTER: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_PARTIAL_RENDER: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_FILE_TOO_SHORT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_INVALID_FILE_VERSION: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_SOME_DATA_IGNORED: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_CONNECTIONS_DEFERRED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_INVALID_CLSID: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_INVALID_MEDIA_TYPE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_BAD_KEY: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_NO_MORE_ITEMS: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_SAMPLE_TIME_NOT_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_RESOURCE_NOT_NEEDED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_MEDIA_TIME_NOT_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_TIME_FORMAT_SET: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_MONO_AUDIO_HW: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_MEDIA_TYPE_IGNORED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_DECOMPRESSOR: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_AUDIO_HARDWARE: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_VIDEO_NOT_RENDERED: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_AUDIO_NOT_RENDERED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_RPZA: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_RPZA: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_PROCESSOR_NOT_SUITABLE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_UNSUPPORTED_AUDIO: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_UNSUPPORTED_VIDEO: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_MPEG_NOT_CONSTRAINED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NOT_IN_GRAPH: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_ESTIMATED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_TIME_FORMAT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_READ_ONLY: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_RESERVED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_BUFFER_UNDERFLOW: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_UNSUPPORTED_STREAM: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_TRANSPORT: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_STREAM_OFF: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_CANT_CUE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_BAD_VIDEOCD: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_NO_STOP_TIME: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_OUT_OF_VIDEO_MEMORY: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_VP_NEGOTIATION_FAILED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DDRAW_CAPS_NOT_SUITABLE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_VP_HARDWARE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_CAPTURE_HARDWARE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_OPERATION_INHIBITED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_INVALIDDOMAIN: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_NO_BUTTON: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_GRAPHNOTREADY: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_RENDERFAIL: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_DECNOTENOUGH: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DDRAW_VERSION_NOT_SUITABLE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_COPYPROT_FAILED: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_NOPREVIEWPIN: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_TIME_EXPIRED: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_DVD_NON_ONE_SEQUENTIAL: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_WRONG_SPEED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_MENU_DOES_NOT_EXIST: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_CMD_CANCELLED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_STATE_WRONG_VERSION: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_STATE_CORRUPT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_STATE_WRONG_DISC: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_INCOMPATIBLE_REGION: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_NO_ATTRIBUTES: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_NO_GOUP_PGC: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_LOW_PARENTAL_LEVEL: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_NOT_IN_KARAOKE_MODE: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLE: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_DVD_NOT_ACCURATE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_FRAME_STEP_UNSUPPORTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_STREAM_DISABLED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_TITLE_UNKNOWN: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_INVALID_DISC: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_NO_RESUME_INFORMATION: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_PIN_ALREADY_BLOCKED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CERTIFICATION_FAILURE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_VMR_NOT_IN_MIXER_MODE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_VMR_NO_AP_SUPPLIED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_VMR_NO_DEINTERLACE_HW: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_VMR_NO_PROCAMP_HW: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_VMR9_INCOMPATIBLEDEC: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_NO_COPP_HW: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_NONBLOCKING: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_TOO_MANY_RENDERERS_IN_FILTER_GRAPH: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_NON_EVR_RENDERER_IN_FILTER_GRAPH: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_RESOLUTION_ERROR: Self = _

Available on crate feature dshow only.
source

pub const E_PROP_SET_UNSUPPORTED: Self = _

Available on crate feature dshow only.
source

pub const E_PROP_ID_UNSUPPORTED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CODECAPI_LINEAR_RANGE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CODECAPI_ENUMERATED: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CODECAPI_NO_DEFAULT: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_CODECAPI_NO_CURRENT_VALUE: Self = _

Available on crate feature dshow only.
source

pub const VFW_E_DVD_CHAPTER_DOES_NOT_EXIST: Self = _

Available on crate feature dshow only.
source

pub const VFW_S_DVD_RENDER_STATUS: Self = _

Available on crate feature dshow only.
source§

impl HRESULT

source

pub const DXGI_STATUS_OCCLUDED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_CLIPPED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_NO_REDIRECTION: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_NO_DESKTOP_ACCESS: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_MODE_CHANGED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_MODE_CHANGE_IN_PROGRESS: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_INVALID_CALL: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_NOT_FOUND: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_MORE_DATA: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_UNSUPPORTED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_DEVICE_REMOVED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_DEVICE_HUNG: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_DEVICE_RESET: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_WAS_STILL_DRAWING: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_FRAME_STATISTICS_DISJOINT: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_DRIVER_INTERNAL_ERROR: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_NONEXCLUSIVE: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_NOT_CURRENTLY_AVAILABLE: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_REMOTE_OUTOFMEMORY: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_ACCESS_LOST: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_WAIT_TIMEOUT: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_SESSION_DISCONNECTED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_CANNOT_PROTECT_CONTENT: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_ACCESS_DENIED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_NAME_ALREADY_EXISTS: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_SDK_COMPONENT_MISSING: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_NOT_CURRENT: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_NON_COMPOSITED_UI: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_UNOCCLUDED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_DDA_WAS_STILL_DRAWING: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_MODE_CHANGE_IN_PROGRESS: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_STATUS_PRESENT_REQUIRED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_CACHE_CORRUPT: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_CACHE_FULL: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_CACHE_HASH_COLLISION: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_ERROR_ALREADY_EXISTS: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_DDI_ERR_WASSTILLDRAWING: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_DDI_ERR_UNSUPPORTED: Self = _

Available on crate feature dxgi only.
source

pub const DXGI_DDI_ERR_NONEXCLUSIVE: Self = _

Available on crate feature dxgi only.
source§

impl HRESULT

source

pub const MF_E_PLATFORM_NOT_INITIALIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_BUFFERTOOSMALL: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALIDREQUEST: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALIDSTREAMNUMBER: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALIDMEDIATYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NOTACCEPTING: Self = _

Available on crate feature mf only.
source

pub const MF_E_NOT_INITIALIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_REPRESENTATION: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_MORE_TYPES: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_SERVICE: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNEXPECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALIDNAME: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALIDTYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_FILE_FORMAT: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALIDINDEX: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_TIMESTAMP: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_SCHEME: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_BYTESTREAM_TYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_TIME_FORMAT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_SAMPLE_TIMESTAMP: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_SAMPLE_DURATION: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_STREAM_DATA: Self = _

Available on crate feature mf only.
source

pub const MF_E_RT_UNAVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_RATE: Self = _

Available on crate feature mf only.
source

pub const MF_E_THINNING_UNSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_REVERSE_UNSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_RATE_TRANSITION: Self = _

Available on crate feature mf only.
source

pub const MF_E_RATE_CHANGE_PREEMPTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_NOT_AVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_CLOCK: Self = _

Available on crate feature mf only.
source

pub const MF_S_MULTIPLE_BEGIN: Self = _

Available on crate feature mf only.
source

pub const MF_E_MULTIPLE_BEGIN: Self = _

Available on crate feature mf only.
source

pub const MF_E_MULTIPLE_SUBSCRIBERS: Self = _

Available on crate feature mf only.
source

pub const MF_E_TIMER_ORPHANED: Self = _

Available on crate feature mf only.
source

pub const MF_E_STATE_TRANSITION_PENDING: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_STATE_TRANSITION: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNRECOVERABLE_ERROR_OCCURRED: Self = _

Available on crate feature mf only.
source

pub const MF_E_SAMPLE_HAS_TOO_MANY_BUFFERS: Self = _

Available on crate feature mf only.
source

pub const MF_E_SAMPLE_NOT_WRITABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_KEY: Self = _

Available on crate feature mf only.
source

pub const MF_E_BAD_STARTUP_VERSION: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_CAPTION: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_POSITION: Self = _

Available on crate feature mf only.
source

pub const MF_E_ATTRIBUTENOTFOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_TYPE_NOT_ALLOWED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_TYPE_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_EMPTY: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_NOT_EMPTY: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_VECTOR_NOT_ALLOWED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_VECTOR_REQUIRED: Self = _

Available on crate feature mf only.
source

pub const MF_E_OPERATION_CANCELLED: Self = _

Available on crate feature mf only.
source

pub const MF_E_BYTESTREAM_NOT_SEEKABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_DISABLED_IN_SAFEMODE: Self = _

Available on crate feature mf only.
source

pub const MF_E_CANNOT_PARSE_BYTESTREAM: Self = _

Available on crate feature mf only.
source

pub const MF_E_SOURCERESOLVER_MUTUALLY_EXCLUSIVE_FLAGS: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIAPROC_WRONGSTATE: Self = _

Available on crate feature mf only.
source

pub const MF_E_RT_THROUGHPUT_NOT_AVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_RT_TOO_MANY_CLASSES: Self = _

Available on crate feature mf only.
source

pub const MF_E_RT_WOULDBLOCK: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_BITPUMP: Self = _

Available on crate feature mf only.
source

pub const MF_E_RT_OUTOFMEMORY: Self = _

Available on crate feature mf only.
source

pub const MF_E_RT_WORKQUEUE_CLASS_NOT_SPECIFIED: Self = _

Available on crate feature mf only.
source

pub const MF_E_INSUFFICIENT_BUFFER: Self = _

Available on crate feature mf only.
source

pub const MF_E_CANNOT_CREATE_SINK: Self = _

Available on crate feature mf only.
source

pub const MF_E_BYTESTREAM_UNKNOWN_LENGTH: Self = _

Available on crate feature mf only.
source

pub const MF_E_SESSION_PAUSEWHILESTOPPED: Self = _

Available on crate feature mf only.
source

pub const MF_S_ACTIVATE_REPLACED: Self = _

Available on crate feature mf only.
source

pub const MF_E_FORMAT_CHANGE_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_WORKQUEUE: Self = _

Available on crate feature mf only.
source

pub const MF_E_DRM_UNSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNAUTHORIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_OUT_OF_RANGE: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_CODEC_MERIT: Self = _

Available on crate feature mf only.
source

pub const MF_E_HW_MFT_FAILED_START_STREAMING: Self = _

Available on crate feature mf only.
source

pub const MF_E_OPERATION_IN_PROGRESS: Self = _

Available on crate feature mf only.
source

pub const MF_E_HARDWARE_DRM_UNSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_DURATION_TOO_LONG: Self = _

Available on crate feature mf only.
source

pub const MF_E_OPERATION_UNSUPPORTED_AT_D3D_FEATURE_LEVEL: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_MEDIATYPE_AT_D3D_FEATURE_LEVEL: Self = _

Available on crate feature mf only.
source

pub const MF_S_ASF_PARSEINPROGRESS: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_PARSINGINCOMPLETE: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_MISSINGDATA: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_INVALIDDATA: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_OPAQUEPACKET: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_NOINDEX: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_OUTOFRANGE: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_INDEXNOTLOADED: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_TOO_MANY_PAYLOADS: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_UNSUPPORTED_STREAM_TYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_DROPPED_PACKET: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_EVENTS_AVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_STATE_TRANSITION: Self = _

Available on crate feature mf only.
source

pub const MF_E_END_OF_STREAM: Self = _

Available on crate feature mf only.
source

pub const MF_E_SHUTDOWN: Self = _

Available on crate feature mf only.
source

pub const MF_E_MP3_NOTFOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_MP3_OUTOFDATA: Self = _

Available on crate feature mf only.
source

pub const MF_E_MP3_NOTMP3: Self = _

Available on crate feature mf only.
source

pub const MF_E_MP3_NOTSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_DURATION: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_FORMAT: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_READ_ONLY: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROPERTY_NOT_ALLOWED: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIA_SOURCE_NOT_STARTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_FORMAT: Self = _

Available on crate feature mf only.
source

pub const MF_E_MP3_BAD_CRC: Self = _

Available on crate feature mf only.
source

pub const MF_E_NOT_PROTECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIA_SOURCE_WRONGSTATE: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_CANNOT_FIND_KEYFRAME_SAMPLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_CHARACTERISTICS: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_AUDIO_RECORDING_DEVICE: Self = _

Available on crate feature mf only.
source

pub const MF_E_AUDIO_RECORDING_DEVICE_IN_USE: Self = _

Available on crate feature mf only.
source

pub const MF_E_AUDIO_RECORDING_DEVICE_INVALIDATED: Self = _

Available on crate feature mf only.
source

pub const MF_E_VIDEO_RECORDING_DEVICE_INVALIDATED: Self = _

Available on crate feature mf only.
source

pub const MF_E_VIDEO_RECORDING_DEVICE_PREEMPTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NETWORK_RESOURCE_FAILURE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_WRITE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_READ: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_REQUIRE_NETWORK: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_REQUIRE_ASYNC: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_BWLEVEL_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_STREAMGROUPS_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_MANUALSS_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_CACHESTREAM_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_I_MANUAL_PROXY: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_REQUIRE_INPUT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_REDIRECT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_REDIRECT_TO_PROXY: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_TOO_MANY_REDIRECTS: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_TIMEOUT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_CLIENT_CLOSE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_BAD_CONTROL_DATA: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_INCOMPATIBLE_SERVER: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_UNSAFE_URL: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_CACHE_NO_DATA: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_EOL: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_BAD_REQUEST: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_INTERNAL_SERVER_ERROR: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_SESSION_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_NOCONNECTION: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_CONNECTION_FAILURE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_INCOMPATIBLE_PUSHSERVER: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_SERVER_ACCESSDENIED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_PROXY_ACCESSDENIED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_CANNOTCONNECT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_INVALID_PUSH_TEMPLATE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_INVALID_PUSH_PUBLISHING_POINT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_BUSY: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_RESOURCE_GONE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_ERROR_FROM_PROXY: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_PROXY_TIMEOUT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_SERVER_UNAVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_TOO_MUCH_DATA: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_SESSION_INVALID: Self = _

Available on crate feature mf only.
source

pub const MF_E_OFFLINE_MODE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_UDP_BLOCKED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_UNSUPPORTED_CONFIGURATION: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_PROTOCOL_DISABLED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NET_COMPANION_DRIVER_DISCONNECT: Self = _

Available on crate feature mf only.
source

pub const MF_E_ALREADY_INITIALIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_BANDWIDTH_OVERRUN: Self = _

Available on crate feature mf only.
source

pub const MF_E_LATE_SAMPLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_FLUSH_NEEDED: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_PROFILE: Self = _

Available on crate feature mf only.
source

pub const MF_E_INDEX_NOT_COMMITTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_INDEX: Self = _

Available on crate feature mf only.
source

pub const MF_E_CANNOT_INDEX_IN_PLACE: Self = _

Available on crate feature mf only.
source

pub const MF_E_MISSING_ASF_LEAKYBUCKET: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_ASF_STREAMID: Self = _

Available on crate feature mf only.
source

pub const MF_E_STREAMSINK_REMOVED: Self = _

Available on crate feature mf only.
source

pub const MF_E_STREAMSINKS_OUT_OF_SYNC: Self = _

Available on crate feature mf only.
source

pub const MF_E_STREAMSINKS_FIXED: Self = _

Available on crate feature mf only.
source

pub const MF_E_STREAMSINK_EXISTS: Self = _

Available on crate feature mf only.
source

pub const MF_E_SAMPLEALLOCATOR_CANCELED: Self = _

Available on crate feature mf only.
source

pub const MF_E_SAMPLEALLOCATOR_EMPTY: Self = _

Available on crate feature mf only.
source

pub const MF_E_SINK_ALREADYSTOPPED: Self = _

Available on crate feature mf only.
source

pub const MF_E_ASF_FILESINK_BITRATE_UNKNOWN: Self = _

Available on crate feature mf only.
source

pub const MF_E_SINK_NO_STREAMS: Self = _

Available on crate feature mf only.
source

pub const MF_S_SINK_NOT_FINALIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_METADATA_TOO_LONG: Self = _

Available on crate feature mf only.
source

pub const MF_E_SINK_NO_SAMPLES_PROCESSED: Self = _

Available on crate feature mf only.
source

pub const MF_E_SINK_HEADERS_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_VIDEO_REN_NO_PROCAMP_HW: Self = _

Available on crate feature mf only.
source

pub const MF_E_VIDEO_REN_NO_DEINTERLACE_HW: Self = _

Available on crate feature mf only.
source

pub const MF_E_VIDEO_REN_COPYPROT_FAILED: Self = _

Available on crate feature mf only.
source

pub const MF_E_VIDEO_REN_SURFACE_NOT_SHARED: Self = _

Available on crate feature mf only.
source

pub const MF_E_VIDEO_DEVICE_LOCKED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NEW_VIDEO_DEVICE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_VIDEO_SAMPLE_AVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_AUDIO_PLAYBACK_DEVICE: Self = _

Available on crate feature mf only.
source

pub const MF_E_AUDIO_PLAYBACK_DEVICE_IN_USE: Self = _

Available on crate feature mf only.
source

pub const MF_E_AUDIO_PLAYBACK_DEVICE_INVALIDATED: Self = _

Available on crate feature mf only.
source

pub const MF_E_AUDIO_SERVICE_NOT_RUNNING: Self = _

Available on crate feature mf only.
source

pub const MF_E_AUDIO_BUFFER_SIZE_ERROR: Self = _

Available on crate feature mf only.
source

pub const MF_E_AUDIO_CLIENT_WRAPPER_SPOOF_ERROR: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_INVALID_OPTIONAL_NODE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_CANNOT_FIND_DECRYPTOR: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_CODEC_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_CANNOT_CONNECT: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_UNSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_INVALID_TIME_ATTRIBUTES: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_LOOPS_IN_TOPOLOGY: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_MISSING_PRESENTATION_DESCRIPTOR: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_MISSING_STREAM_DESCRIPTOR: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_STREAM_DESCRIPTOR_NOT_SELECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_MISSING_SOURCE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPO_SINK_ACTIVATES_UNSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_SEQUENCER_UNKNOWN_SEGMENT_ID: Self = _

Available on crate feature mf only.
source

pub const MF_S_SEQUENCER_CONTEXT_CANCELED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_SOURCE_IN_CACHE: Self = _

Available on crate feature mf only.
source

pub const MF_S_SEQUENCER_SEGMENT_AT_END_OF_STREAM: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_TYPE_NOT_SET: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_STREAM_CHANGE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_INPUT_REMAINING: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROFILE_MISSING: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROFILE_INVALID_OR_CORRUPT: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROFILE_TRUNCATED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROPERTY_PID_NOT_RECOGNIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROPERTY_VARIANT_TYPE_WRONG: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROPERTY_NOT_WRITEABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROPERTY_ARRAY_VALUE_WRONG_NUM_DIM: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROPERTY_VALUE_SIZE_WRONG: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROPERTY_VALUE_OUT_OF_RANGE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_PROPERTY_VALUE_INCOMPATIBLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_OUTPUT_MEDIATYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_INPUT_MEDIATYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_MEDIATYPE_COMBINATION: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_NEED_MORE_INPUT: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_SPKR_CONFIG: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_CANNOT_CHANGE_MEDIATYPE_WHILE_PROCESSING: Self = _

Available on crate feature mf only.
source

pub const MF_S_TRANSFORM_DO_NOT_PROPAGATE_EVENT: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_D3D_TYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_ASYNC_LOCKED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_CANNOT_INITIALIZE_ACM_DRIVER: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_STREAM_INVALID_RESOLUTION: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_ASYNC_MFT_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSFORM_EXATTRIBUTE_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_LICENSE_INCORRECT_RIGHTS: Self = _

Available on crate feature mf only.
source

pub const MF_E_LICENSE_OUTOFDATE: Self = _

Available on crate feature mf only.
source

pub const MF_E_LICENSE_REQUIRED: Self = _

Available on crate feature mf only.
source

pub const MF_E_DRM_HARDWARE_INCONSISTENT: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_CONTENT_PROTECTION_MANAGER: Self = _

Available on crate feature mf only.
source

pub const MF_E_LICENSE_RESTORE_NO_RIGHTS: Self = _

Available on crate feature mf only.
source

pub const MF_E_BACKUP_RESTRICTED_LICENSE: Self = _

Available on crate feature mf only.
source

pub const MF_E_LICENSE_RESTORE_NEEDS_INDIVIDUALIZATION: Self = _

Available on crate feature mf only.
source

pub const MF_S_PROTECTION_NOT_REQUIRED: Self = _

Available on crate feature mf only.
source

pub const MF_E_COMPONENT_REVOKED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRUST_DISABLED: Self = _

Available on crate feature mf only.
source

pub const MF_E_WMDRMOTA_NO_ACTION: Self = _

Available on crate feature mf only.
source

pub const MF_E_WMDRMOTA_ACTION_ALREADY_SET: Self = _

Available on crate feature mf only.
source

pub const MF_E_WMDRMOTA_DRM_HEADER_NOT_AVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_WMDRMOTA_DRM_ENCRYPTION_SCHEME_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_WMDRMOTA_ACTION_MISMATCH: Self = _

Available on crate feature mf only.
source

pub const MF_E_WMDRMOTA_INVALID_POLICY: Self = _

Available on crate feature mf only.
source

pub const MF_E_POLICY_UNSUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_OPL_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TOPOLOGY_VERIFICATION_FAILED: Self = _

Available on crate feature mf only.
source

pub const MF_E_SIGNATURE_VERIFICATION_FAILED: Self = _

Available on crate feature mf only.
source

pub const MF_E_DEBUGGING_NOT_ALLOWED: Self = _

Available on crate feature mf only.
source

pub const MF_E_CODE_EXPIRED: Self = _

Available on crate feature mf only.
source

pub const MF_E_GRL_VERSION_TOO_LOW: Self = _

Available on crate feature mf only.
source

pub const MF_E_GRL_RENEWAL_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_GRL_EXTENSIBLE_ENTRY_NOT_FOUND: Self = _

Available on crate feature mf only.
source

pub const MF_E_KERNEL_UNTRUSTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PEAUTH_UNTRUSTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NON_PE_PROCESS: Self = _

Available on crate feature mf only.
source

pub const MF_E_REBOOT_REQUIRED: Self = _

Available on crate feature mf only.
source

pub const MF_S_WAIT_FOR_POLICY_SET: Self = _

Available on crate feature mf only.
source

pub const MF_S_VIDEO_DISABLED_WITH_UNKNOWN_SOFTWARE_OUTPUT: Self = _

Available on crate feature mf only.
source

pub const MF_E_GRL_INVALID_FORMAT: Self = _

Available on crate feature mf only.
source

pub const MF_E_GRL_UNRECOGNIZED_FORMAT: Self = _

Available on crate feature mf only.
source

pub const MF_E_ALL_PROCESS_RESTART_REQUIRED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PROCESS_RESTART_REQUIRED: Self = _

Available on crate feature mf only.
source

pub const MF_E_USERMODE_UNTRUSTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PEAUTH_SESSION_NOT_STARTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PEAUTH_PUBLICKEY_REVOKED: Self = _

Available on crate feature mf only.
source

pub const MF_E_GRL_ABSENT: Self = _

Available on crate feature mf only.
source

pub const MF_S_PE_TRUSTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PE_UNTRUSTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_PEAUTH_NOT_STARTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_INCOMPATIBLE_SAMPLE_PROTECTION: Self = _

Available on crate feature mf only.
source

pub const MF_E_PE_SESSIONS_MAXED: Self = _

Available on crate feature mf only.
source

pub const MF_E_HIGH_SECURITY_LEVEL_CONTENT_NOT_ALLOWED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TEST_SIGNED_COMPONENTS_NOT_ALLOWED: Self = _

Available on crate feature mf only.
source

pub const MF_E_ITA_UNSUPPORTED_ACTION: Self = _

Available on crate feature mf only.
source

pub const MF_E_ITA_ERROR_PARSING_SAP_PARAMETERS: Self = _

Available on crate feature mf only.
source

pub const MF_E_POLICY_MGR_ACTION_OUTOFBOUNDS: Self = _

Available on crate feature mf only.
source

pub const MF_E_BAD_OPL_STRUCTURE_FORMAT: Self = _

Available on crate feature mf only.
source

pub const MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_PROTECTION_GUID: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_PMP_HOST: Self = _

Available on crate feature mf only.
source

pub const MF_E_ITA_OPL_DATA_NOT_INITIALIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT: Self = _

Available on crate feature mf only.
source

pub const MF_E_ITA_UNRECOGNIZED_DIGITAL_VIDEO_OUTPUT: Self = _

Available on crate feature mf only.
source

pub const MF_E_RESOLUTION_REQUIRES_PMP_CREATION_CALLBACK: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_AKE_CHANNEL_PARAMETERS: Self = _

Available on crate feature mf only.
source

pub const MF_E_CONTENT_PROTECTION_SYSTEM_NOT_ENABLED: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_CONTENT_PROTECTION_SYSTEM: Self = _

Available on crate feature mf only.
source

pub const MF_E_DRM_MIGRATION_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_HDCP_AUTHENTICATION_FAILURE: Self = _

Available on crate feature mf only.
Available on crate feature mf only.
source

pub const MF_E_CLOCK_INVALID_CONTINUITY_KEY: Self = _

Available on crate feature mf only.
source

pub const MF_E_CLOCK_NO_TIME_SOURCE: Self = _

Available on crate feature mf only.
source

pub const MF_E_CLOCK_STATE_ALREADY_SET: Self = _

Available on crate feature mf only.
source

pub const MF_E_CLOCK_NOT_SIMPLE: Self = _

Available on crate feature mf only.
source

pub const MF_S_CLOCK_STOPPED: Self = _

Available on crate feature mf only.
source

pub const MF_E_CLOCK_AUDIO_DEVICE_POSITION_UNEXPECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_CLOCK_AUDIO_RENDER_POSITION_UNEXPECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_CLOCK_AUDIO_RENDER_TIME_UNEXPECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_MORE_DROP_MODES: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_MORE_QUALITY_LEVELS: Self = _

Available on crate feature mf only.
source

pub const MF_E_DROPTIME_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_QUALITYKNOB_WAIT_LONGER: Self = _

Available on crate feature mf only.
source

pub const MF_E_QM_INVALIDSTATE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSCODE_NO_CONTAINERTYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSCODE_PROFILE_NO_MATCHING_STREAMS: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSCODE_NO_MATCHING_ENCODER: Self = _

Available on crate feature mf only.
source

pub const MF_E_TRANSCODE_INVALID_PROFILE: Self = _

Available on crate feature mf only.
source

pub const MF_E_ALLOCATOR_NOT_INITIALIZED: Self = _

Available on crate feature mf only.
source

pub const MF_E_ALLOCATOR_NOT_COMMITED: Self = _

Available on crate feature mf only.
source

pub const MF_E_ALLOCATOR_ALREADY_COMMITED: Self = _

Available on crate feature mf only.
source

pub const MF_E_STREAM_ERROR: Self = _

Available on crate feature mf only.
source

pub const MF_E_INVALID_STREAM_STATE: Self = _

Available on crate feature mf only.
source

pub const MF_E_HW_STREAM_NOT_CONNECTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_NO_CAPTURE_DEVICES_AVAILABLE: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_SINK_OUTPUT_NOT_SET: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_SINK_MIRROR_ERROR: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_SINK_ROTATE_ERROR: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_ENGINE_INVALID_OP: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_ENGINE_ALL_EFFECTS_REMOVED: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_SOURCE_NO_INDEPENDENT_PHOTO_STREAM_PRESENT: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_SOURCE_NO_VIDEO_STREAM_PRESENT: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_SOURCE_NO_AUDIO_STREAM_PRESENT: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_SOURCE_DEVICE_EXTENDEDPROP_OP_IN_PROGRESS: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_PROPERTY_SET_DURING_PHOTO: Self = _

Available on crate feature mf only.
source

pub const MF_E_CAPTURE_NO_SAMPLES_IN_QUEUE: Self = _

Available on crate feature mf only.
source

pub const MF_E_HW_ACCELERATED_THUMBNAIL_NOT_SUPPORTED: Self = _

Available on crate feature mf only.
source

pub const MF_E_UNSUPPORTED_CAPTURE_DEVICE_PRESENT: Self = _

Available on crate feature mf only.
source

pub const MF_E_TIMELINECONTROLLER_UNSUPPORTED_SOURCE_TYPE: Self = _

Available on crate feature mf only.
source

pub const MF_E_TIMELINECONTROLLER_NOT_ALLOWED: Self = _

Available on crate feature mf only.
source

pub const MF_E_TIMELINECONTROLLER_CANNOT_ATTACH: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIA_EXTENSION_APPSERVICE_CONNECTION_FAILED: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIA_EXTENSION_APPSERVICE_REQUEST_FAILED: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIA_EXTENSION_PACKAGE_INTEGRITY_CHECK_FAILED: Self = _

Available on crate feature mf only.
source

pub const MF_E_MEDIA_EXTENSION_PACKAGE_LICENSE_INVALID: Self = _

Available on crate feature mf only.
source§

impl HRESULT

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 HRESULT

source

pub const fn code(self) -> u16

HRESULT_CODE macro.

source

pub const fn facility(self) -> FACILITY

source

pub const fn severity(self) -> SEVERITY

source§

impl HRESULT

source

pub const S_OK: Self = _

Operation successful.

source

pub const S_FALSE: Self = _

source

pub const E_UNEXPECTED: Self = _

source

pub const E_NOTIMPL: Self = _

source

pub const E_OUTOFMEMORY: Self = _

source

pub const E_INVALIDARG: Self = _

source

pub const E_NOINTERFACE: Self = _

source

pub const E_POINTER: Self = _

source

pub const E_HANDLE: Self = _

source

pub const E_ABORT: Self = _

source

pub const E_FAIL: Self = _

source

pub const E_ACCESSDENIED: Self = _

source

pub const E_PENDING: Self = _

source

pub const E_BOUNDS: Self = _

source

pub const E_CHANGED_STATE: Self = _

source

pub const E_ILLEGAL_STATE_CHANGE: Self = _

source

pub const E_ILLEGAL_METHOD_CALL: Self = _

source

pub const RO_E_METADATA_NAME_NOT_FOUND: Self = _

source

pub const RO_E_METADATA_NAME_IS_NAMESPACE: Self = _

source

pub const RO_E_METADATA_INVALID_TYPE_FORMAT: Self = _

source

pub const RO_E_INVALID_METADATA_FILE: Self = _

source

pub const RO_E_CLOSED: Self = _

source

pub const RO_E_EXCLUSIVE_WRITE: Self = _

source

pub const RO_E_CHANGE_NOTIFICATION_IN_PROGRESS: Self = _

source

pub const RO_E_ERROR_STRING_NOT_FOUND: Self = _

source

pub const E_STRING_NOT_NULL_TERMINATED: Self = _

source

pub const E_ILLEGAL_DELEGATE_ASSIGNMENT: Self = _

source

pub const E_ASYNC_OPERATION_NOT_STARTED: Self = _

source

pub const E_APPLICATION_EXITING: Self = _

source

pub const E_APPLICATION_VIEW_EXITING: Self = _

source

pub const RO_E_MUST_BE_AGILE: Self = _

source

pub const RO_E_UNSUPPORTED_FROM_MTA: Self = _

source

pub const RO_E_COMMITTED: Self = _

source

pub const RO_E_BLOCKED_CROSS_ASTA_CALL: Self = _

source

pub const RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER: Self = _

source

pub const RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER: Self = _

source

pub const CO_E_INIT_TLS: Self = _

source

pub const CO_E_INIT_SHARED_ALLOCATOR: Self = _

source

pub const CO_E_INIT_MEMORY_ALLOCATOR: Self = _

source

pub const CO_E_INIT_CLASS_CACHE: Self = _

source

pub const CO_E_INIT_RPC_CHANNEL: Self = _

source

pub const CO_E_INIT_TLS_SET_CHANNEL_CONTROL: Self = _

source

pub const CO_E_INIT_TLS_CHANNEL_CONTROL: Self = _

source

pub const CO_E_INIT_UNACCEPTED_USER_ALLOCATOR: Self = _

source

pub const CO_E_INIT_SCM_MUTEX_EXISTS: Self = _

source

pub const CO_E_INIT_SCM_FILE_MAPPING_EXISTS: Self = _

source

pub const CO_E_INIT_SCM_MAP_VIEW_OF_FILE: Self = _

source

pub const CO_E_INIT_SCM_EXEC_FAILURE: Self = _

source

pub const CO_E_INIT_ONLY_SINGLE_THREADED: Self = _

source

pub const CO_E_CANT_REMOTE: Self = _

source

pub const CO_E_BAD_SERVER_NAME: Self = _

source

pub const CO_E_WRONG_SERVER_IDENTITY: Self = _

source

pub const CO_E_OLE1DDE_DISABLED: Self = _

source

pub const CO_E_RUNAS_SYNTAX: Self = _

source

pub const CO_E_CREATEPROCESS_FAILURE: Self = _

source

pub const CO_E_RUNAS_CREATEPROCESS_FAILURE: Self = _

source

pub const CO_E_RUNAS_LOGON_FAILURE: Self = _

source

pub const CO_E_LAUNCH_PERMSSION_DENIED: Self = _

source

pub const CO_E_START_SERVICE_FAILURE: Self = _

source

pub const CO_E_REMOTE_COMMUNICATION_FAILURE: Self = _

source

pub const CO_E_SERVER_START_TIMEOUT: Self = _

source

pub const CO_E_CLSREG_INCONSISTENT: Self = _

source

pub const CO_E_IIDREG_INCONSISTENT: Self = _

source

pub const CO_E_NOT_SUPPORTED: Self = _

source

pub const CO_E_RELOAD_DLL: Self = _

source

pub const CO_E_MSI_ERROR: Self = _

source

pub const CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT: Self = _

source

pub const CO_E_SERVER_PAUSED: Self = _

source

pub const CO_E_SERVER_NOT_PAUSED: Self = _

source

pub const CO_E_CLASS_DISABLED: Self = _

source

pub const CO_E_CLRNOTAVAILABLE: Self = _

source

pub const CO_E_ASYNC_WORK_REJECTED: Self = _

source

pub const CO_E_SERVER_INIT_TIMEOUT: Self = _

source

pub const CO_E_NO_SECCTX_IN_ACTIVATE: Self = _

source

pub const CO_E_TRACKER_CONFIG: Self = _

source

pub const CO_E_THREADPOOL_CONFIG: Self = _

source

pub const CO_E_SXS_CONFIG: Self = _

source

pub const CO_E_MALFORMED_SPN: Self = _

source

pub const CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN: Self = _

source

pub const CO_E_PREMATURE_STUB_RUNDOWN: Self = _

source

pub const OLE_E_OLEVERB: Self = _

source

pub const OLE_E_ADVF: Self = _

source

pub const OLE_E_ENUM_NOMORE: Self = _

source

pub const OLE_E_ADVISENOTSUPPORTED: Self = _

source

pub const OLE_E_NOCONNECTION: Self = _

source

pub const OLE_E_NOTRUNNING: Self = _

source

pub const OLE_E_NOCACHE: Self = _

source

pub const OLE_E_BLANK: Self = _

source

pub const OLE_E_CLASSDIFF: Self = _

source

pub const OLE_E_CANT_GETMONIKER: Self = _

source

pub const OLE_E_CANT_BINDTOSOURCE: Self = _

source

pub const OLE_E_STATIC: Self = _

source

pub const OLE_E_PROMPTSAVECANCELLED: Self = _

source

pub const OLE_E_INVALIDRECT: Self = _

source

pub const OLE_E_WRONGCOMPOBJ: Self = _

source

pub const OLE_E_INVALIDHWND: Self = _

source

pub const OLE_E_NOT_INPLACEACTIVE: Self = _

source

pub const OLE_E_CANTCONVERT: Self = _

source

pub const OLE_E_NOSTORAGE: Self = _

source

pub const DV_E_FORMATETC: Self = _

source

pub const DV_E_DVTARGETDEVICE: Self = _

source

pub const DV_E_STGMEDIUM: Self = _

source

pub const DV_E_STATDATA: Self = _

source

pub const DV_E_LINDEX: Self = _

source

pub const DV_E_TYMED: Self = _

source

pub const DV_E_CLIPFORMAT: Self = _

source

pub const DV_E_DVASPECT: Self = _

source

pub const DV_E_DVTARGETDEVICE_SIZE: Self = _

source

pub const DV_E_NOIVIEWOBJECT: Self = _

source

pub const DRAGDROP_E_NOTREGISTERED: Self = _

source

pub const DRAGDROP_E_ALREADYREGISTERED: Self = _

source

pub const DRAGDROP_E_INVALIDHWND: Self = _

source

pub const DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED: Self = _

source

pub const CLASS_E_NOAGGREGATION: Self = _

source

pub const CLASS_E_CLASSNOTAVAILABLE: Self = _

source

pub const CLASS_E_NOTLICENSED: Self = _

source

pub const VIEW_E_DRAW: Self = _

source

pub const REGDB_E_READREGDB: Self = _

source

pub const REGDB_E_WRITEREGDB: Self = _

source

pub const REGDB_E_KEYMISSING: Self = _

source

pub const REGDB_E_INVALIDVALUE: Self = _

source

pub const REGDB_E_CLASSNOTREG: Self = _

source

pub const REGDB_E_IIDNOTREG: Self = _

source

pub const REGDB_E_BADTHREADINGMODEL: Self = _

source

pub const REGDB_E_PACKAGEPOLICYVIOLATION: Self = _

source

pub const CAT_E_CATIDNOEXIST: Self = _

source

pub const CAT_E_NODESCRIPTION: Self = _

source

pub const CS_E_PACKAGE_NOTFOUND: Self = _

source

pub const CS_E_NOT_DELETABLE: Self = _

source

pub const CS_E_CLASS_NOTFOUND: Self = _

source

pub const CS_E_INVALID_VERSION: Self = _

source

pub const CS_E_NO_CLASSSTORE: Self = _

source

pub const CS_E_OBJECT_NOTFOUND: Self = _

source

pub const CS_E_OBJECT_ALREADY_EXISTS: Self = _

source

pub const CS_E_INVALID_PATH: Self = _

source

pub const CS_E_NETWORK_ERROR: Self = _

source

pub const CS_E_ADMIN_LIMIT_EXCEEDED: Self = _

source

pub const CS_E_SCHEMA_MISMATCH: Self = _

source

pub const CS_E_INTERNAL_ERROR: Self = _

source

pub const CACHE_E_NOCACHE_UPDATED: Self = _

source

pub const OLEOBJ_E_NOVERBS: Self = _

source

pub const OLEOBJ_E_INVALIDVERB: Self = _

source

pub const INPLACE_E_NOTUNDOABLE: Self = _

source

pub const INPLACE_E_NOTOOLSPACE: Self = _

source

pub const CONVERT10_E_OLESTREAM_GET: Self = _

source

pub const CONVERT10_E_OLESTREAM_PUT: Self = _

source

pub const CONVERT10_E_OLESTREAM_FMT: Self = _

source

pub const CONVERT10_E_OLESTREAM_BITMAP_TO_DIB: Self = _

source

pub const CONVERT10_E_STG_FMT: Self = _

source

pub const CONVERT10_E_STG_NO_STD_STREAM: Self = _

source

pub const CONVERT10_E_STG_DIB_TO_BITMAP: Self = _

source

pub const CLIPBRD_E_CANT_OPEN: Self = _

source

pub const CLIPBRD_E_CANT_EMPTY: Self = _

source

pub const CLIPBRD_E_CANT_SET: Self = _

source

pub const CLIPBRD_E_BAD_DATA: Self = _

source

pub const CLIPBRD_E_CANT_CLOSE: Self = _

source

pub const MK_E_CONNECTMANUALLY: Self = _

source

pub const MK_E_EXCEEDEDDEADLINE: Self = _

source

pub const MK_E_NEEDGENERIC: Self = _

source

pub const MK_E_UNAVAILABLE: Self = _

source

pub const MK_E_SYNTAX: Self = _

source

pub const MK_E_NOOBJECT: Self = _

source

pub const MK_E_INVALIDEXTENSION: Self = _

source

pub const MK_E_INTERMEDIATEINTERFACENOTSUPPORTED: Self = _

source

pub const MK_E_NOTBINDABLE: Self = _

source

pub const MK_E_NOTBOUND: Self = _

source

pub const MK_E_CANTOPENFILE: Self = _

source

pub const MK_E_MUSTBOTHERUSER: Self = _

source

pub const MK_E_NOINVERSE: Self = _

source

pub const MK_E_NOSTORAGE: Self = _

source

pub const MK_E_NOPREFIX: Self = _

source

pub const MK_E_ENUMERATION_FAILED: Self = _

source

pub const CO_E_NOTINITIALIZED: Self = _

source

pub const CO_E_ALREADYINITIALIZED: Self = _

source

pub const CO_E_CANTDETERMINECLASS: Self = _

source

pub const CO_E_CLASSSTRING: Self = _

source

pub const CO_E_IIDSTRING: Self = _

source

pub const CO_E_APPNOTFOUND: Self = _

source

pub const CO_E_APPSINGLEUSE: Self = _

source

pub const CO_E_ERRORINAPP: Self = _

source

pub const CO_E_DLLNOTFOUND: Self = _

source

pub const CO_E_ERRORINDLL: Self = _

source

pub const CO_E_WRONGOSFORAPP: Self = _

source

pub const CO_E_OBJNOTREG: Self = _

source

pub const CO_E_OBJISREG: Self = _

source

pub const CO_E_OBJNOTCONNECTED: Self = _

source

pub const CO_E_APPDIDNTREG: Self = _

source

pub const CO_E_RELEASED: Self = _

source

pub const EVENT_S_SOME_SUBSCRIBERS_FAILED: Self = _

source

pub const EVENT_E_ALL_SUBSCRIBERS_FAILED: Self = _

source

pub const EVENT_S_NOSUBSCRIBERS: Self = _

source

pub const EVENT_E_QUERYSYNTAX: Self = _

source

pub const EVENT_E_QUERYFIELD: Self = _

source

pub const EVENT_E_INTERNALEXCEPTION: Self = _

source

pub const EVENT_E_INTERNALERROR: Self = _

source

pub const EVENT_E_INVALID_PER_USER_SID: Self = _

source

pub const EVENT_E_USER_EXCEPTION: Self = _

source

pub const EVENT_E_TOO_MANY_METHODS: Self = _

source

pub const EVENT_E_MISSING_EVENTCLASS: Self = _

source

pub const EVENT_E_NOT_ALL_REMOVED: Self = _

source

pub const EVENT_E_COMPLUS_NOT_INSTALLED: Self = _

source

pub const EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT: Self = _

source

pub const EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT: Self = _

source

pub const EVENT_E_INVALID_EVENT_CLASS_PARTITION: Self = _

source

pub const EVENT_E_PER_USER_SID_NOT_LOGGED_ON: Self = _

source

pub const TPC_E_INVALID_PROPERTY: Self = _

source

pub const TPC_E_NO_DEFAULT_TABLET: Self = _

source

pub const TPC_E_UNKNOWN_PROPERTY: Self = _

source

pub const TPC_E_INVALID_INPUT_RECT: Self = _

source

pub const TPC_E_INVALID_STROKE: Self = _

source

pub const TPC_E_INITIALIZE_FAIL: Self = _

source

pub const TPC_E_NOT_RELEVANT: Self = _

source

pub const TPC_E_INVALID_PACKET_DESCRIPTION: Self = _

source

pub const TPC_E_RECOGNIZER_NOT_REGISTERED: Self = _

source

pub const TPC_E_INVALID_RIGHTS: Self = _

source

pub const TPC_E_OUT_OF_ORDER_CALL: Self = _

source

pub const TPC_E_QUEUE_FULL: Self = _

source

pub const TPC_E_INVALID_CONFIGURATION: Self = _

source

pub const TPC_E_INVALID_DATA_FROM_RECOGNIZER: Self = _

source

pub const TPC_S_TRUNCATED: Self = _

source

pub const TPC_S_INTERRUPTED: Self = _

source

pub const TPC_S_NO_DATA_TO_PROCESS: Self = _

source

pub const XACT_E_ALREADYOTHERSINGLEPHASE: Self = _

source

pub const XACT_E_CANTRETAIN: Self = _

source

pub const XACT_E_COMMITFAILED: Self = _

source

pub const XACT_E_COMMITPREVENTED: Self = _

source

pub const XACT_E_HEURISTICABORT: Self = _

source

pub const XACT_E_HEURISTICCOMMIT: Self = _

source

pub const XACT_E_HEURISTICDAMAGE: Self = _

source

pub const XACT_E_HEURISTICDANGER: Self = _

source

pub const XACT_E_ISOLATIONLEVEL: Self = _

source

pub const XACT_E_NOASYNC: Self = _

source

pub const XACT_E_NOENLIST: Self = _

source

pub const XACT_E_NOISORETAIN: Self = _

source

pub const XACT_E_NORESOURCE: Self = _

source

pub const XACT_E_NOTCURRENT: Self = _

source

pub const XACT_E_NOTRANSACTION: Self = _

source

pub const XACT_E_NOTSUPPORTED: Self = _

source

pub const XACT_E_UNKNOWNRMGRID: Self = _

source

pub const XACT_E_WRONGSTATE: Self = _

source

pub const XACT_E_WRONGUOW: Self = _

source

pub const XACT_E_XTIONEXISTS: Self = _

source

pub const XACT_E_NOIMPORTOBJECT: Self = _

source

pub const XACT_E_INVALIDCOOKIE: Self = _

source

pub const XACT_E_INDOUBT: Self = _

source

pub const XACT_E_NOTIMEOUT: Self = _

source

pub const XACT_E_ALREADYINPROGRESS: Self = _

source

pub const XACT_E_ABORTED: Self = _

source

pub const XACT_E_LOGFULL: Self = _

source

pub const XACT_E_TMNOTAVAILABLE: Self = _

source

pub const XACT_E_CONNECTION_DOWN: Self = _

source

pub const XACT_E_CONNECTION_DENIED: Self = _

source

pub const XACT_E_REENLISTTIMEOUT: Self = _

source

pub const XACT_E_TIP_CONNECT_FAILED: Self = _

source

pub const XACT_E_TIP_PROTOCOL_ERROR: Self = _

source

pub const XACT_E_TIP_PULL_FAILED: Self = _

source

pub const XACT_E_DEST_TMNOTAVAILABLE: Self = _

source

pub const XACT_E_TIP_DISABLED: Self = _

source

pub const XACT_E_NETWORK_TX_DISABLED: Self = _

source

pub const XACT_E_PARTNER_NETWORK_TX_DISABLED: Self = _

source

pub const XACT_E_XA_TX_DISABLED: Self = _

source

pub const XACT_E_UNABLE_TO_READ_DTC_CONFIG: Self = _

source

pub const XACT_E_UNABLE_TO_LOAD_DTC_PROXY: Self = _

source

pub const XACT_E_ABORTING: Self = _

source

pub const XACT_E_PUSH_COMM_FAILURE: Self = _

source

pub const XACT_E_PULL_COMM_FAILURE: Self = _

source

pub const XACT_E_LU_TX_DISABLED: Self = _

source

pub const XACT_E_CLERKNOTFOUND: Self = _

source

pub const XACT_E_CLERKEXISTS: Self = _

source

pub const XACT_E_RECOVERYINPROGRESS: Self = _

source

pub const XACT_E_TRANSACTIONCLOSED: Self = _

source

pub const XACT_E_INVALIDLSN: Self = _

source

pub const XACT_E_REPLAYREQUEST: Self = _

source

pub const XACT_S_ASYNC: Self = _

source

pub const XACT_S_DEFECT: Self = _

source

pub const XACT_S_READONLY: Self = _

source

pub const XACT_S_SOMENORETAIN: Self = _

source

pub const XACT_S_OKINFORM: Self = _

source

pub const XACT_S_MADECHANGESCONTENT: Self = _

source

pub const XACT_S_MADECHANGESINFORM: Self = _

source

pub const XACT_S_ALLNORETAIN: Self = _

source

pub const XACT_S_ABORTING: Self = _

source

pub const XACT_S_SINGLEPHASE: Self = _

source

pub const XACT_S_LOCALLY_OK: Self = _

source

pub const XACT_S_LASTRESOURCEMANAGER: Self = _

source

pub const CONTEXT_E_ABORTED: Self = _

source

pub const CONTEXT_E_ABORTING: Self = _

source

pub const CONTEXT_E_NOCONTEXT: Self = _

source

pub const CONTEXT_E_WOULD_DEADLOCK: Self = _

source

pub const CONTEXT_E_SYNCH_TIMEOUT: Self = _

source

pub const CONTEXT_E_OLDREF: Self = _

source

pub const CONTEXT_E_ROLENOTFOUND: Self = _

source

pub const CONTEXT_E_TMNOTAVAILABLE: Self = _

source

pub const CO_E_ACTIVATIONFAILED: Self = _

source

pub const CO_E_ACTIVATIONFAILED_EVENTLOGGED: Self = _

source

pub const CO_E_ACTIVATIONFAILED_CATALOGERROR: Self = _

source

pub const CO_E_ACTIVATIONFAILED_TIMEOUT: Self = _

source

pub const CO_E_INITIALIZATIONFAILED: Self = _

source

pub const CONTEXT_E_NOJIT: Self = _

source

pub const CONTEXT_E_NOTRANSACTION: Self = _

source

pub const CO_E_THREADINGMODEL_CHANGED: Self = _

source

pub const CO_E_NOIISINTRINSICS: Self = _

source

pub const CO_E_NOCOOKIES: Self = _

source

pub const CO_E_DBERROR: Self = _

source

pub const CO_E_NOTPOOLED: Self = _

source

pub const CO_E_NOTCONSTRUCTED: Self = _

source

pub const CO_E_NOSYNCHRONIZATION: Self = _

source

pub const CO_E_ISOLEVELMISMATCH: Self = _

source

pub const CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED: Self = _

source

pub const CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED: Self = _

source

pub const OLE_S_USEREG: Self = _

source

pub const OLE_S_STATIC: Self = _

source

pub const OLE_S_MAC_CLIPFORMAT: Self = _

source

pub const DRAGDROP_S_DROP: Self = _

source

pub const DRAGDROP_S_CANCEL: Self = _

source

pub const DRAGDROP_S_USEDEFAULTCURSORS: Self = _

source

pub const DATA_S_SAMEFORMATETC: Self = _

source

pub const VIEW_S_ALREADY_FROZEN: Self = _

source

pub const CACHE_S_FORMATETC_NOTSUPPORTED: Self = _

source

pub const CACHE_S_SAMECACHE: Self = _

source

pub const CACHE_S_SOMECACHES_NOTUPDATED: Self = _

source

pub const OLEOBJ_S_INVALIDVERB: Self = _

source

pub const OLEOBJ_S_CANNOT_DOVERB_NOW: Self = _

source

pub const OLEOBJ_S_INVALIDHWND: Self = _

source

pub const INPLACE_S_TRUNCATED: Self = _

source

pub const CONVERT10_S_NO_PRESENTATION: Self = _

source

pub const MK_S_REDUCED_TO_SELF: Self = _

source

pub const MK_S_ME: Self = _

source

pub const MK_S_HIM: Self = _

source

pub const MK_S_US: Self = _

source

pub const MK_S_MONIKERALREADYREGISTERED: Self = _

source

pub const SCHED_S_TASK_READY: Self = _

source

pub const SCHED_S_TASK_RUNNING: Self = _

source

pub const SCHED_S_TASK_DISABLED: Self = _

source

pub const SCHED_S_TASK_HAS_NOT_RUN: Self = _

source

pub const SCHED_S_TASK_NO_MORE_RUNS: Self = _

source

pub const SCHED_S_TASK_NOT_SCHEDULED: Self = _

source

pub const SCHED_S_TASK_TERMINATED: Self = _

source

pub const SCHED_S_TASK_NO_VALID_TRIGGERS: Self = _

source

pub const SCHED_S_EVENT_TRIGGER: Self = _

source

pub const SCHED_E_TRIGGER_NOT_FOUND: Self = _

source

pub const SCHED_E_TASK_NOT_READY: Self = _

source

pub const SCHED_E_TASK_NOT_RUNNING: Self = _

source

pub const SCHED_E_SERVICE_NOT_INSTALLED: Self = _

source

pub const SCHED_E_CANNOT_OPEN_TASK: Self = _

source

pub const SCHED_E_INVALID_TASK: Self = _

source

pub const SCHED_E_ACCOUNT_INFORMATION_NOT_SET: Self = _

source

pub const SCHED_E_ACCOUNT_NAME_NOT_FOUND: Self = _

source

pub const SCHED_E_ACCOUNT_DBASE_CORRUPT: Self = _

source

pub const SCHED_E_NO_SECURITY_SERVICES: Self = _

source

pub const SCHED_E_UNKNOWN_OBJECT_VERSION: Self = _

source

pub const SCHED_E_UNSUPPORTED_ACCOUNT_OPTION: Self = _

source

pub const SCHED_E_SERVICE_NOT_RUNNING: Self = _

source

pub const SCHED_E_UNEXPECTEDNODE: Self = _

source

pub const SCHED_E_NAMESPACE: Self = _

source

pub const SCHED_E_INVALIDVALUE: Self = _

source

pub const SCHED_E_MISSINGNODE: Self = _

source

pub const SCHED_E_MALFORMEDXML: Self = _

source

pub const SCHED_S_SOME_TRIGGERS_FAILED: Self = _

source

pub const SCHED_S_BATCH_LOGON_PROBLEM: Self = _

source

pub const SCHED_E_TOO_MANY_NODES: Self = _

source

pub const SCHED_E_PAST_END_BOUNDARY: Self = _

source

pub const SCHED_E_ALREADY_RUNNING: Self = _

source

pub const SCHED_E_USER_NOT_LOGGED_ON: Self = _

source

pub const SCHED_E_INVALID_TASK_HASH: Self = _

source

pub const SCHED_E_SERVICE_NOT_AVAILABLE: Self = _

source

pub const SCHED_E_SERVICE_TOO_BUSY: Self = _

source

pub const SCHED_E_TASK_ATTEMPTED: Self = _

source

pub const SCHED_S_TASK_QUEUED: Self = _

source

pub const SCHED_E_TASK_DISABLED: Self = _

source

pub const SCHED_E_TASK_NOT_V1_COMPAT: Self = _

source

pub const SCHED_E_START_ON_DEMAND: Self = _

source

pub const SCHED_E_TASK_NOT_UBPM_COMPAT: Self = _

source

pub const SCHED_E_DEPRECATED_FEATURE_USED: Self = _

source

pub const CO_E_CLASS_CREATE_FAILED: Self = _

source

pub const CO_E_SCM_ERROR: Self = _

source

pub const CO_E_SCM_RPC_FAILURE: Self = _

source

pub const CO_E_BAD_PATH: Self = _

source

pub const CO_E_SERVER_EXEC_FAILURE: Self = _

source

pub const CO_E_OBJSRV_RPC_FAILURE: Self = _

source

pub const MK_E_NO_NORMALIZED: Self = _

source

pub const CO_E_SERVER_STOPPING: Self = _

source

pub const MEM_E_INVALID_ROOT: Self = _

source

pub const MEM_E_INVALID_SIZE: Self = _

source

pub const CO_S_NOTALLINTERFACES: Self = _

source

pub const CO_S_MACHINENAMENOTFOUND: Self = _

source

pub const CO_E_MISSING_DISPLAYNAME: Self = _

source

pub const CO_E_RUNAS_VALUE_MUST_BE_AAA: Self = _

source

pub const CO_E_ELEVATION_DISABLED: Self = _

source

pub const APPX_E_PACKAGING_INTERNAL: Self = _

source

pub const APPX_E_INTERLEAVING_NOT_ALLOWED: Self = _

source

pub const APPX_E_RELATIONSHIPS_NOT_ALLOWED: Self = _

source

pub const APPX_E_MISSING_REQUIRED_FILE: Self = _

source

pub const APPX_E_INVALID_MANIFEST: Self = _

source

pub const APPX_E_INVALID_BLOCKMAP: Self = _

source

pub const APPX_E_CORRUPT_CONTENT: Self = _

source

pub const APPX_E_BLOCK_HASH_INVALID: Self = _

source

pub const APPX_E_REQUESTED_RANGE_TOO_LARGE: Self = _

source

pub const APPX_E_INVALID_SIP_CLIENT_DATA: Self = _

source

pub const APPX_E_INVALID_KEY_INFO: Self = _

source

pub const APPX_E_INVALID_CONTENTGROUPMAP: Self = _

source

pub const APPX_E_INVALID_APPINSTALLER: Self = _

source

pub const APPX_E_DELTA_BASELINE_VERSION_MISMATCH: Self = _

source

pub const APPX_E_DELTA_PACKAGE_MISSING_FILE: Self = _

source

pub const APPX_E_INVALID_DELTA_PACKAGE: Self = _

source

pub const APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED: Self = _

source

pub const APPX_E_INVALID_PACKAGING_LAYOUT: Self = _

source

pub const APPX_E_INVALID_PACKAGESIGNCONFIG: Self = _

source

pub const APPX_E_RESOURCESPRI_NOT_ALLOWED: Self = _

source

pub const APPX_E_FILE_COMPRESSION_MISMATCH: Self = _

source

pub const APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION: Self = _

source

pub const APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST: Self = _

source

pub const BT_E_SPURIOUS_ACTIVATION: Self = _

source

pub const DISP_E_UNKNOWNINTERFACE: Self = _

source

pub const DISP_E_MEMBERNOTFOUND: Self = _

source

pub const DISP_E_PARAMNOTFOUND: Self = _

source

pub const DISP_E_TYPEMISMATCH: Self = _

source

pub const DISP_E_UNKNOWNNAME: Self = _

source

pub const DISP_E_NONAMEDARGS: Self = _

source

pub const DISP_E_BADVARTYPE: Self = _

source

pub const DISP_E_EXCEPTION: Self = _

source

pub const DISP_E_OVERFLOW: Self = _

source

pub const DISP_E_BADINDEX: Self = _

source

pub const DISP_E_UNKNOWNLCID: Self = _

source

pub const DISP_E_ARRAYISLOCKED: Self = _

source

pub const DISP_E_BADPARAMCOUNT: Self = _

source

pub const DISP_E_PARAMNOTOPTIONAL: Self = _

source

pub const DISP_E_BADCALLEE: Self = _

source

pub const DISP_E_NOTACOLLECTION: Self = _

source

pub const DISP_E_DIVBYZERO: Self = _

source

pub const DISP_E_BUFFERTOOSMALL: Self = _

source

pub const TYPE_E_BUFFERTOOSMALL: Self = _

source

pub const TYPE_E_FIELDNOTFOUND: Self = _

source

pub const TYPE_E_INVDATAREAD: Self = _

source

pub const TYPE_E_UNSUPFORMAT: Self = _

source

pub const TYPE_E_REGISTRYACCESS: Self = _

source

pub const TYPE_E_LIBNOTREGISTERED: Self = _

source

pub const TYPE_E_UNDEFINEDTYPE: Self = _

source

pub const TYPE_E_QUALIFIEDNAMEDISALLOWED: Self = _

source

pub const TYPE_E_INVALIDSTATE: Self = _

source

pub const TYPE_E_WRONGTYPEKIND: Self = _

source

pub const TYPE_E_ELEMENTNOTFOUND: Self = _

source

pub const TYPE_E_AMBIGUOUSNAME: Self = _

source

pub const TYPE_E_NAMECONFLICT: Self = _

source

pub const TYPE_E_UNKNOWNLCID: Self = _

source

pub const TYPE_E_DLLFUNCTIONNOTFOUND: Self = _

source

pub const TYPE_E_BADMODULEKIND: Self = _

source

pub const TYPE_E_SIZETOOBIG: Self = _

source

pub const TYPE_E_DUPLICATEID: Self = _

source

pub const TYPE_E_INVALIDID: Self = _

source

pub const TYPE_E_TYPEMISMATCH: Self = _

source

pub const TYPE_E_OUTOFBOUNDS: Self = _

source

pub const TYPE_E_IOERROR: Self = _

source

pub const TYPE_E_CANTCREATETMPFILE: Self = _

source

pub const TYPE_E_CANTLOADLIBRARY: Self = _

source

pub const TYPE_E_INCONSISTENTPROPFUNCS: Self = _

source

pub const TYPE_E_CIRCULARTYPE: Self = _

source

pub const STG_E_INVALIDFUNCTION: Self = _

source

pub const STG_E_FILENOTFOUND: Self = _

source

pub const STG_E_PATHNOTFOUND: Self = _

source

pub const STG_E_TOOMANYOPENFILES: Self = _

source

pub const STG_E_ACCESSDENIED: Self = _

source

pub const STG_E_INVALIDHANDLE: Self = _

source

pub const STG_E_INSUFFICIENTMEMORY: Self = _

source

pub const STG_E_INVALIDPOINTER: Self = _

source

pub const STG_E_NOMOREFILES: Self = _

source

pub const STG_E_DISKISWRITEPROTECTED: Self = _

source

pub const STG_E_SEEKERROR: Self = _

source

pub const STG_E_WRITEFAULT: Self = _

source

pub const STG_E_READFAULT: Self = _

source

pub const STG_E_SHAREVIOLATION: Self = _

source

pub const STG_E_LOCKVIOLATION: Self = _

source

pub const STG_E_FILEALREADYEXISTS: Self = _

source

pub const STG_E_INVALIDPARAMETER: Self = _

source

pub const STG_E_MEDIUMFULL: Self = _

source

pub const STG_E_PROPSETMISMATCHED: Self = _

source

pub const STG_E_ABNORMALAPIEXIT: Self = _

source

pub const STG_E_INVALIDHEADER: Self = _

source

pub const STG_E_INVALIDNAME: Self = _

source

pub const STG_E_UNKNOWN: Self = _

source

pub const STG_E_UNIMPLEMENTEDFUNCTION: Self = _

source

pub const STG_E_INVALIDFLAG: Self = _

source

pub const STG_E_INUSE: Self = _

source

pub const STG_E_NOTCURRENT: Self = _

source

pub const STG_E_REVERTED: Self = _

source

pub const STG_E_CANTSAVE: Self = _

source

pub const STG_E_OLDFORMAT: Self = _

source

pub const STG_E_OLDDLL: Self = _

source

pub const STG_E_SHAREREQUIRED: Self = _

source

pub const STG_E_NOTFILEBASEDSTORAGE: Self = _

source

pub const STG_E_EXTANTMARSHALLINGS: Self = _

source

pub const STG_E_DOCFILECORRUPT: Self = _

source

pub const STG_E_BADBASEADDRESS: Self = _

source

pub const STG_E_DOCFILETOOLARGE: Self = _

source

pub const STG_E_NOTSIMPLEFORMAT: Self = _

source

pub const STG_E_INCOMPLETE: Self = _

source

pub const STG_E_TERMINATED: Self = _

source

pub const STG_S_CONVERTED: Self = _

source

pub const STG_S_BLOCK: Self = _

source

pub const STG_S_RETRYNOW: Self = _

source

pub const STG_S_MONITORING: Self = _

source

pub const STG_S_MULTIPLEOPENS: Self = _

source

pub const STG_S_CONSOLIDATIONFAILED: Self = _

source

pub const STG_S_CANNOTCONSOLIDATE: Self = _

source

pub const STG_S_POWER_CYCLE_REQUIRED: Self = _

source

pub const STG_E_FIRMWARE_SLOT_INVALID: Self = _

source

pub const STG_E_FIRMWARE_IMAGE_INVALID: Self = _

source

pub const STG_E_DEVICE_UNRESPONSIVE: Self = _

source

pub const STG_E_STATUS_COPY_PROTECTION_FAILURE: Self = _

source

pub const STG_E_CSS_AUTHENTICATION_FAILURE: Self = _

source

pub const STG_E_CSS_KEY_NOT_PRESENT: Self = _

source

pub const STG_E_CSS_KEY_NOT_ESTABLISHED: Self = _

source

pub const STG_E_CSS_SCRAMBLED_SECTOR: Self = _

source

pub const STG_E_CSS_REGION_MISMATCH: Self = _

source

pub const STG_E_RESETS_EXHAUSTED: Self = _

source

pub const RPC_E_CALL_REJECTED: Self = _

source

pub const RPC_E_CALL_CANCELED: Self = _

source

pub const RPC_E_CANTPOST_INSENDCALL: Self = _

source

pub const RPC_E_CANTCALLOUT_INASYNCCALL: Self = _

source

pub const RPC_E_CANTCALLOUT_INEXTERNALCALL: Self = _

source

pub const RPC_E_CONNECTION_TERMINATED: Self = _

source

pub const RPC_E_SERVER_DIED: Self = _

source

pub const RPC_E_CLIENT_DIED: Self = _

source

pub const RPC_E_INVALID_DATAPACKET: Self = _

source

pub const RPC_E_CANTTRANSMIT_CALL: Self = _

source

pub const RPC_E_CLIENT_CANTMARSHAL_DATA: Self = _

source

pub const RPC_E_CLIENT_CANTUNMARSHAL_DATA: Self = _

source

pub const RPC_E_SERVER_CANTMARSHAL_DATA: Self = _

source

pub const RPC_E_SERVER_CANTUNMARSHAL_DATA: Self = _

source

pub const RPC_E_INVALID_DATA: Self = _

source

pub const RPC_E_INVALID_PARAMETER: Self = _

source

pub const RPC_E_CANTCALLOUT_AGAIN: Self = _

source

pub const RPC_E_SERVER_DIED_DNE: Self = _

source

pub const RPC_E_SYS_CALL_FAILED: Self = _

source

pub const RPC_E_OUT_OF_RESOURCES: Self = _

source

pub const RPC_E_ATTEMPTED_MULTITHREAD: Self = _

source

pub const RPC_E_NOT_REGISTERED: Self = _

source

pub const RPC_E_FAULT: Self = _

source

pub const RPC_E_SERVERFAULT: Self = _

source

pub const RPC_E_CHANGED_MODE: Self = _

source

pub const RPC_E_INVALIDMETHOD: Self = _

source

pub const RPC_E_DISCONNECTED: Self = _

source

pub const RPC_E_RETRY: Self = _

source

pub const RPC_E_SERVERCALL_RETRYLATER: Self = _

source

pub const RPC_E_SERVERCALL_REJECTED: Self = _

source

pub const RPC_E_INVALID_CALLDATA: Self = _

source

pub const RPC_E_CANTCALLOUT_ININPUTSYNCCALL: Self = _

source

pub const RPC_E_WRONG_THREAD: Self = _

source

pub const RPC_E_THREAD_NOT_INIT: Self = _

source

pub const RPC_E_VERSION_MISMATCH: Self = _

source

pub const RPC_E_INVALID_HEADER: Self = _

source

pub const RPC_E_INVALID_EXTENSION: Self = _

source

pub const RPC_E_INVALID_IPID: Self = _

source

pub const RPC_E_INVALID_OBJECT: Self = _

source

pub const RPC_S_CALLPENDING: Self = _

source

pub const RPC_S_WAITONTIMER: Self = _

source

pub const RPC_E_CALL_COMPLETE: Self = _

source

pub const RPC_E_UNSECURE_CALL: Self = _

source

pub const RPC_E_TOO_LATE: Self = _

source

pub const RPC_E_NO_GOOD_SECURITY_PACKAGES: Self = _

source

pub const RPC_E_ACCESS_DENIED: Self = _

source

pub const RPC_E_REMOTE_DISABLED: Self = _

source

pub const RPC_E_INVALID_OBJREF: Self = _

source

pub const RPC_E_NO_CONTEXT: Self = _

source

pub const RPC_E_TIMEOUT: Self = _

source

pub const RPC_E_NO_SYNC: Self = _

source

pub const RPC_E_FULLSIC_REQUIRED: Self = _

source

pub const RPC_E_INVALID_STD_NAME: Self = _

source

pub const CO_E_FAILEDTOIMPERSONATE: Self = _

source

pub const CO_E_FAILEDTOGETSECCTX: Self = _

source

pub const CO_E_FAILEDTOOPENTHREADTOKEN: Self = _

source

pub const CO_E_FAILEDTOGETTOKENINFO: Self = _

source

pub const CO_E_TRUSTEEDOESNTMATCHCLIENT: Self = _

source

pub const CO_E_FAILEDTOQUERYCLIENTBLANKET: Self = _

source

pub const CO_E_FAILEDTOSETDACL: Self = _

source

pub const CO_E_ACCESSCHECKFAILED: Self = _

source

pub const CO_E_NETACCESSAPIFAILED: Self = _

source

pub const CO_E_WRONGTRUSTEENAMESYNTAX: Self = _

source

pub const CO_E_INVALIDSID: Self = _

source

pub const CO_E_CONVERSIONFAILED: Self = _

source

pub const CO_E_NOMATCHINGSIDFOUND: Self = _

source

pub const CO_E_LOOKUPACCSIDFAILED: Self = _

source

pub const CO_E_NOMATCHINGNAMEFOUND: Self = _

source

pub const CO_E_LOOKUPACCNAMEFAILED: Self = _

source

pub const CO_E_SETSERLHNDLFAILED: Self = _

source

pub const CO_E_FAILEDTOGETWINDIR: Self = _

source

pub const CO_E_PATHTOOLONG: Self = _

source

pub const CO_E_FAILEDTOGENUUID: Self = _

source

pub const CO_E_FAILEDTOCREATEFILE: Self = _

source

pub const CO_E_FAILEDTOCLOSEHANDLE: Self = _

source

pub const CO_E_EXCEEDSYSACLLIMIT: Self = _

source

pub const CO_E_ACESINWRONGORDER: Self = _

source

pub const CO_E_INCOMPATIBLESTREAMVERSION: Self = _

source

pub const CO_E_FAILEDTOOPENPROCESSTOKEN: Self = _

source

pub const CO_E_DECODEFAILED: Self = _

source

pub const CO_E_ACNOTINITIALIZED: Self = _

source

pub const CO_E_CANCEL_DISABLED: Self = _

source

pub const RPC_E_UNEXPECTED: Self = _

source

pub const ERROR_AUDITING_DISABLED: Self = _

source

pub const ERROR_ALL_SIDS_FILTERED: Self = _

source

pub const ERROR_BIZRULES_NOT_ENABLED: Self = _

source

pub const NTE_BAD_UID: Self = _

source

pub const NTE_BAD_HASH: Self = _

source

pub const NTE_BAD_KEY: Self = _

source

pub const NTE_BAD_LEN: Self = _

source

pub const NTE_BAD_DATA: Self = _

source

pub const NTE_BAD_SIGNATURE: Self = _

source

pub const NTE_BAD_VER: Self = _

source

pub const NTE_BAD_ALGID: Self = _

source

pub const NTE_BAD_FLAGS: Self = _

source

pub const NTE_BAD_TYPE: Self = _

source

pub const NTE_BAD_KEY_STATE: Self = _

source

pub const NTE_BAD_HASH_STATE: Self = _

source

pub const NTE_NO_KEY: Self = _

source

pub const NTE_NO_MEMORY: Self = _

source

pub const NTE_EXISTS: Self = _

source

pub const NTE_PERM: Self = _

source

pub const NTE_NOT_FOUND: Self = _

source

pub const NTE_DOUBLE_ENCRYPT: Self = _

source

pub const NTE_BAD_PROVIDER: Self = _

source

pub const NTE_BAD_PROV_TYPE: Self = _

source

pub const NTE_BAD_PUBLIC_KEY: Self = _

source

pub const NTE_BAD_KEYSET: Self = _

source

pub const NTE_PROV_TYPE_NOT_DEF: Self = _

source

pub const NTE_PROV_TYPE_ENTRY_BAD: Self = _

source

pub const NTE_KEYSET_NOT_DEF: Self = _

source

pub const NTE_KEYSET_ENTRY_BAD: Self = _

source

pub const NTE_PROV_TYPE_NO_MATCH: Self = _

source

pub const NTE_SIGNATURE_FILE_BAD: Self = _

source

pub const NTE_PROVIDER_DLL_FAIL: Self = _

source

pub const NTE_PROV_DLL_NOT_FOUND: Self = _

source

pub const NTE_BAD_KEYSET_PARAM: Self = _

source

pub const NTE_FAIL: Self = _

source

pub const NTE_SYS_ERR: Self = _

source

pub const NTE_SILENT_CONTEXT: Self = _

source

pub const NTE_TOKEN_KEYSET_STORAGE_FULL: Self = _

source

pub const NTE_TEMPORARY_PROFILE: Self = _

source

pub const NTE_FIXEDPARAMETER: Self = _

source

pub const NTE_INVALID_HANDLE: Self = _

source

pub const NTE_INVALID_PARAMETER: Self = _

source

pub const NTE_BUFFER_TOO_SMALL: Self = _

source

pub const NTE_NOT_SUPPORTED: Self = _

source

pub const NTE_NO_MORE_ITEMS: Self = _

source

pub const NTE_BUFFERS_OVERLAP: Self = _

source

pub const NTE_DECRYPTION_FAILURE: Self = _

source

pub const NTE_INTERNAL_ERROR: Self = _

source

pub const NTE_UI_REQUIRED: Self = _

source

pub const NTE_HMAC_NOT_SUPPORTED: Self = _

source

pub const NTE_DEVICE_NOT_READY: Self = _

source

pub const NTE_AUTHENTICATION_IGNORED: Self = _

source

pub const NTE_VALIDATION_FAILED: Self = _

source

pub const NTE_INCORRECT_PASSWORD: Self = _

source

pub const NTE_ENCRYPTION_FAILURE: Self = _

source

pub const NTE_DEVICE_NOT_FOUND: Self = _

source

pub const NTE_USER_CANCELLED: Self = _

source

pub const NTE_PASSWORD_CHANGE_REQUIRED: Self = _

source

pub const NTE_NOT_ACTIVE_CONSOLE: Self = _

source

pub const SEC_E_INSUFFICIENT_MEMORY: Self = _

source

pub const SEC_E_INVALID_HANDLE: Self = _

source

pub const SEC_E_UNSUPPORTED_FUNCTION: Self = _

source

pub const SEC_E_TARGET_UNKNOWN: Self = _

source

pub const SEC_E_INTERNAL_ERROR: Self = _

source

pub const SEC_E_SECPKG_NOT_FOUND: Self = _

source

pub const SEC_E_NOT_OWNER: Self = _

source

pub const SEC_E_CANNOT_INSTALL: Self = _

source

pub const SEC_E_INVALID_TOKEN: Self = _

source

pub const SEC_E_CANNOT_PACK: Self = _

source

pub const SEC_E_QOP_NOT_SUPPORTED: Self = _

source

pub const SEC_E_NO_IMPERSONATION: Self = _

source

pub const SEC_E_LOGON_DENIED: Self = _

source

pub const SEC_E_UNKNOWN_CREDENTIALS: Self = _

source

pub const SEC_E_NO_CREDENTIALS: Self = _

source

pub const SEC_E_MESSAGE_ALTERED: Self = _

source

pub const SEC_E_OUT_OF_SEQUENCE: Self = _

source

pub const SEC_E_NO_AUTHENTICATING_AUTHORITY: Self = _

source

pub const SEC_I_CONTINUE_NEEDED: Self = _

source

pub const SEC_I_COMPLETE_NEEDED: Self = _

source

pub const SEC_I_COMPLETE_AND_CONTINUE: Self = _

source

pub const SEC_I_LOCAL_LOGON: Self = _

source

pub const SEC_I_GENERIC_EXTENSION_RECEIVED: Self = _

source

pub const SEC_E_BAD_PKGID: Self = _

source

pub const SEC_E_CONTEXT_EXPIRED: Self = _

source

pub const SEC_I_CONTEXT_EXPIRED: Self = _

source

pub const SEC_E_INCOMPLETE_MESSAGE: Self = _

source

pub const SEC_E_INCOMPLETE_CREDENTIALS: Self = _

source

pub const SEC_E_BUFFER_TOO_SMALL: Self = _

source

pub const SEC_I_INCOMPLETE_CREDENTIALS: Self = _

source

pub const SEC_I_RENEGOTIATE: Self = _

source

pub const SEC_E_WRONG_PRINCIPAL: Self = _

source

pub const SEC_I_NO_LSA_CONTEXT: Self = _

source

pub const SEC_E_TIME_SKEW: Self = _

source

pub const SEC_E_UNTRUSTED_ROOT: Self = _

source

pub const SEC_E_ILLEGAL_MESSAGE: Self = _

source

pub const SEC_E_CERT_UNKNOWN: Self = _

source

pub const SEC_E_CERT_EXPIRED: Self = _

source

pub const SEC_E_ENCRYPT_FAILURE: Self = _

source

pub const SEC_E_DECRYPT_FAILURE: Self = _

source

pub const SEC_E_ALGORITHM_MISMATCH: Self = _

source

pub const SEC_E_SECURITY_QOS_FAILED: Self = _

source

pub const SEC_E_UNFINISHED_CONTEXT_DELETED: Self = _

source

pub const SEC_E_NO_TGT_REPLY: Self = _

source

pub const SEC_E_NO_IP_ADDRESSES: Self = _

source

pub const SEC_E_WRONG_CREDENTIAL_HANDLE: Self = _

source

pub const SEC_E_CRYPTO_SYSTEM_INVALID: Self = _

source

pub const SEC_E_MAX_REFERRALS_EXCEEDED: Self = _

source

pub const SEC_E_MUST_BE_KDC: Self = _

source

pub const SEC_E_STRONG_CRYPTO_NOT_SUPPORTED: Self = _

source

pub const SEC_E_TOO_MANY_PRINCIPALS: Self = _

source

pub const SEC_E_NO_PA_DATA: Self = _

source

pub const SEC_E_PKINIT_NAME_MISMATCH: Self = _

source

pub const SEC_E_SMARTCARD_LOGON_REQUIRED: Self = _

source

pub const SEC_E_SHUTDOWN_IN_PROGRESS: Self = _

source

pub const SEC_E_KDC_INVALID_REQUEST: Self = _

source

pub const SEC_E_KDC_UNABLE_TO_REFER: Self = _

source

pub const SEC_E_KDC_UNKNOWN_ETYPE: Self = _

source

pub const SEC_E_UNSUPPORTED_PREAUTH: Self = _

source

pub const SEC_E_DELEGATION_REQUIRED: Self = _

source

pub const SEC_E_BAD_BINDINGS: Self = _

source

pub const SEC_E_MULTIPLE_ACCOUNTS: Self = _

source

pub const SEC_E_NO_KERB_KEY: Self = _

source

pub const SEC_E_CERT_WRONG_USAGE: Self = _

source

pub const SEC_E_DOWNGRADE_DETECTED: Self = _

source

pub const SEC_E_SMARTCARD_CERT_REVOKED: Self = _

source

pub const SEC_E_ISSUING_CA_UNTRUSTED: Self = _

source

pub const SEC_E_REVOCATION_OFFLINE_C: Self = _

source

pub const SEC_E_PKINIT_CLIENT_FAILURE: Self = _

source

pub const SEC_E_SMARTCARD_CERT_EXPIRED: Self = _

source

pub const SEC_E_NO_S4U_PROT_SUPPORT: Self = _

source

pub const SEC_E_CROSSREALM_DELEGATION_FAILURE: Self = _

source

pub const SEC_E_REVOCATION_OFFLINE_KDC: Self = _

source

pub const SEC_E_ISSUING_CA_UNTRUSTED_KDC: Self = _

source

pub const SEC_E_KDC_CERT_EXPIRED: Self = _

source

pub const SEC_E_KDC_CERT_REVOKED: Self = _

source

pub const SEC_I_SIGNATURE_NEEDED: Self = _

source

pub const SEC_E_INVALID_PARAMETER: Self = _

source

pub const SEC_E_DELEGATION_POLICY: Self = _

source

pub const SEC_E_POLICY_NLTM_ONLY: Self = _

source

pub const SEC_I_NO_RENEGOTIATION: Self = _

source

pub const SEC_E_NO_CONTEXT: Self = _

source

pub const SEC_E_PKU2U_CERT_FAILURE: Self = _

source

pub const SEC_E_MUTUAL_AUTH_FAILED: Self = _

source

pub const SEC_I_MESSAGE_FRAGMENT: Self = _

source

pub const SEC_E_ONLY_HTTPS_ALLOWED: Self = _

source

pub const SEC_I_CONTINUE_NEEDED_MESSAGE_OK: Self = _

source

pub const SEC_E_APPLICATION_PROTOCOL_MISMATCH: Self = _

source

pub const SEC_I_ASYNC_CALL_PENDING: Self = _

source

pub const SEC_E_INVALID_UPN_NAME: Self = _

source

pub const SEC_E_EXT_BUFFER_TOO_SMALL: Self = _

source

pub const SEC_E_INSUFFICIENT_BUFFERS: Self = _

source

pub const CRYPT_E_MSG_ERROR: Self = _

source

pub const CRYPT_E_UNKNOWN_ALGO: Self = _

source

pub const CRYPT_E_OID_FORMAT: Self = _

source

pub const CRYPT_E_INVALID_MSG_TYPE: Self = _

source

pub const CRYPT_E_UNEXPECTED_ENCODING: Self = _

source

pub const CRYPT_E_AUTH_ATTR_MISSING: Self = _

source

pub const CRYPT_E_HASH_VALUE: Self = _

source

pub const CRYPT_E_INVALID_INDEX: Self = _

source

pub const CRYPT_E_ALREADY_DECRYPTED: Self = _

source

pub const CRYPT_E_NOT_DECRYPTED: Self = _

source

pub const CRYPT_E_RECIPIENT_NOT_FOUND: Self = _

source

pub const CRYPT_E_CONTROL_TYPE: Self = _

source

pub const CRYPT_E_ISSUER_SERIALNUMBER: Self = _

source

pub const CRYPT_E_SIGNER_NOT_FOUND: Self = _

source

pub const CRYPT_E_ATTRIBUTES_MISSING: Self = _

source

pub const CRYPT_E_STREAM_MSG_NOT_READY: Self = _

source

pub const CRYPT_E_STREAM_INSUFFICIENT_DATA: Self = _

source

pub const CRYPT_I_NEW_PROTECTION_REQUIRED: Self = _

source

pub const CRYPT_E_BAD_LEN: Self = _

source

pub const CRYPT_E_BAD_ENCODE: Self = _

source

pub const CRYPT_E_FILE_ERROR: Self = _

source

pub const CRYPT_E_NOT_FOUND: Self = _

source

pub const CRYPT_E_EXISTS: Self = _

source

pub const CRYPT_E_NO_PROVIDER: Self = _

source

pub const CRYPT_E_SELF_SIGNED: Self = _

source

pub const CRYPT_E_DELETED_PREV: Self = _

source

pub const CRYPT_E_NO_MATCH: Self = _

source

pub const CRYPT_E_UNEXPECTED_MSG_TYPE: Self = _

source

pub const CRYPT_E_NO_KEY_PROPERTY: Self = _

source

pub const CRYPT_E_NO_DECRYPT_CERT: Self = _

source

pub const CRYPT_E_BAD_MSG: Self = _

source

pub const CRYPT_E_NO_SIGNER: Self = _

source

pub const CRYPT_E_PENDING_CLOSE: Self = _

source

pub const CRYPT_E_REVOKED: Self = _

source

pub const CRYPT_E_NO_REVOCATION_DLL: Self = _

source

pub const CRYPT_E_NO_REVOCATION_CHECK: Self = _

source

pub const CRYPT_E_REVOCATION_OFFLINE: Self = _

source

pub const CRYPT_E_NOT_IN_REVOCATION_DATABASE: Self = _

source

pub const CRYPT_E_INVALID_NUMERIC_STRING: Self = _

source

pub const CRYPT_E_INVALID_PRINTABLE_STRING: Self = _

source

pub const CRYPT_E_INVALID_IA5_STRING: Self = _

source

pub const CRYPT_E_INVALID_X500_STRING: Self = _

source

pub const CRYPT_E_NOT_CHAR_STRING: Self = _

source

pub const CRYPT_E_FILERESIZED: Self = _

source

pub const CRYPT_E_SECURITY_SETTINGS: Self = _

source

pub const CRYPT_E_NO_VERIFY_USAGE_DLL: Self = _

source

pub const CRYPT_E_NO_VERIFY_USAGE_CHECK: Self = _

source

pub const CRYPT_E_VERIFY_USAGE_OFFLINE: Self = _

source

pub const CRYPT_E_NOT_IN_CTL: Self = _

source

pub const CRYPT_E_NO_TRUSTED_SIGNER: Self = _

source

pub const CRYPT_E_MISSING_PUBKEY_PARA: Self = _

source

pub const CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND: Self = _

source

pub const CRYPT_E_OSS_ERROR: Self = _

source

pub const OSS_MORE_BUF: Self = _

source

pub const OSS_NEGATIVE_UINTEGER: Self = _

source

pub const OSS_PDU_RANGE: Self = _

source

pub const OSS_MORE_INPUT: Self = _

source

pub const OSS_DATA_ERROR: Self = _

source

pub const OSS_BAD_ARG: Self = _

source

pub const OSS_BAD_VERSION: Self = _

source

pub const OSS_OUT_MEMORY: Self = _

source

pub const OSS_PDU_MISMATCH: Self = _

source

pub const OSS_LIMITED: Self = _

source

pub const OSS_BAD_PTR: Self = _

source

pub const OSS_BAD_TIME: Self = _

source

pub const OSS_INDEFINITE_NOT_SUPPORTED: Self = _

source

pub const OSS_MEM_ERROR: Self = _

source

pub const OSS_BAD_TABLE: Self = _

source

pub const OSS_TOO_LONG: Self = _

source

pub const OSS_CONSTRAINT_VIOLATED: Self = _

source

pub const OSS_FATAL_ERROR: Self = _

source

pub const OSS_ACCESS_SERIALIZATION_ERROR: Self = _

source

pub const OSS_NULL_TBL: Self = _

source

pub const OSS_NULL_FCN: Self = _

source

pub const OSS_BAD_ENCRULES: Self = _

source

pub const OSS_UNAVAIL_ENCRULES: Self = _

source

pub const OSS_CANT_OPEN_TRACE_WINDOW: Self = _

source

pub const OSS_UNIMPLEMENTED: Self = _

source

pub const OSS_OID_DLL_NOT_LINKED: Self = _

source

pub const OSS_CANT_OPEN_TRACE_FILE: Self = _

source

pub const OSS_TRACE_FILE_ALREADY_OPEN: Self = _

source

pub const OSS_TABLE_MISMATCH: Self = _

source

pub const OSS_TYPE_NOT_SUPPORTED: Self = _

source

pub const OSS_REAL_DLL_NOT_LINKED: Self = _

source

pub const OSS_REAL_CODE_NOT_LINKED: Self = _

source

pub const OSS_OUT_OF_RANGE: Self = _

source

pub const OSS_COPIER_DLL_NOT_LINKED: Self = _

source

pub const OSS_CONSTRAINT_DLL_NOT_LINKED: Self = _

source

pub const OSS_COMPARATOR_DLL_NOT_LINKED: Self = _

source

pub const OSS_COMPARATOR_CODE_NOT_LINKED: Self = _

source

pub const OSS_MEM_MGR_DLL_NOT_LINKED: Self = _

source

pub const OSS_PDV_DLL_NOT_LINKED: Self = _

source

pub const OSS_PDV_CODE_NOT_LINKED: Self = _

source

pub const OSS_API_DLL_NOT_LINKED: Self = _

source

pub const OSS_BERDER_DLL_NOT_LINKED: Self = _

source

pub const OSS_PER_DLL_NOT_LINKED: Self = _

source

pub const OSS_OPEN_TYPE_ERROR: Self = _

source

pub const OSS_MUTEX_NOT_CREATED: Self = _

source

pub const OSS_CANT_CLOSE_TRACE_FILE: Self = _

source

pub const CRYPT_E_ASN1_ERROR: Self = _

source

pub const CRYPT_E_ASN1_INTERNAL: Self = _

source

pub const CRYPT_E_ASN1_EOD: Self = _

source

pub const CRYPT_E_ASN1_CORRUPT: Self = _

source

pub const CRYPT_E_ASN1_LARGE: Self = _

source

pub const CRYPT_E_ASN1_CONSTRAINT: Self = _

source

pub const CRYPT_E_ASN1_MEMORY: Self = _

source

pub const CRYPT_E_ASN1_OVERFLOW: Self = _

source

pub const CRYPT_E_ASN1_BADPDU: Self = _

source

pub const CRYPT_E_ASN1_BADARGS: Self = _

source

pub const CRYPT_E_ASN1_BADREAL: Self = _

source

pub const CRYPT_E_ASN1_BADTAG: Self = _

source

pub const CRYPT_E_ASN1_CHOICE: Self = _

source

pub const CRYPT_E_ASN1_RULE: Self = _

source

pub const CRYPT_E_ASN1_UTF8: Self = _

source

pub const CRYPT_E_ASN1_PDU_TYPE: Self = _

source

pub const CRYPT_E_ASN1_NYI: Self = _

source

pub const CRYPT_E_ASN1_EXTENDED: Self = _

source

pub const CRYPT_E_ASN1_NOEOD: Self = _

source

pub const CERTSRV_E_BAD_REQUESTSUBJECT: Self = _

source

pub const CERTSRV_E_NO_REQUEST: Self = _

source

pub const CERTSRV_E_BAD_REQUESTSTATUS: Self = _

source

pub const CERTSRV_E_PROPERTY_EMPTY: Self = _

source

pub const CERTSRV_E_INVALID_CA_CERTIFICATE: Self = _

source

pub const CERTSRV_E_SERVER_SUSPENDED: Self = _

source

pub const CERTSRV_E_ENCODING_LENGTH: Self = _

source

pub const CERTSRV_E_ROLECONFLICT: Self = _

source

pub const CERTSRV_E_RESTRICTEDOFFICER: Self = _

source

pub const CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED: Self = _

source

pub const CERTSRV_E_NO_VALID_KRA: Self = _

source

pub const CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL: Self = _

source

pub const CERTSRV_E_NO_CAADMIN_DEFINED: Self = _

source

pub const CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE: Self = _

source

pub const CERTSRV_E_NO_DB_SESSIONS: Self = _

source

pub const CERTSRV_E_ALIGNMENT_FAULT: Self = _

source

pub const CERTSRV_E_ENROLL_DENIED: Self = _

source

pub const CERTSRV_E_TEMPLATE_DENIED: Self = _

source

pub const CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE: Self = _

source

pub const CERTSRV_E_ADMIN_DENIED_REQUEST: Self = _

source

pub const CERTSRV_E_NO_POLICY_SERVER: Self = _

source

pub const CERTSRV_E_WEAK_SIGNATURE_OR_KEY: Self = _

source

pub const CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED: Self = _

source

pub const CERTSRV_E_ENCRYPTION_CERT_REQUIRED: Self = _

source

pub const CERTSRV_E_UNSUPPORTED_CERT_TYPE: Self = _

source

pub const CERTSRV_E_NO_CERT_TYPE: Self = _

source

pub const CERTSRV_E_TEMPLATE_CONFLICT: Self = _

source

pub const CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED: Self = _

source

pub const CERTSRV_E_ARCHIVED_KEY_REQUIRED: Self = _

source

pub const CERTSRV_E_SMIME_REQUIRED: Self = _

source

pub const CERTSRV_E_BAD_RENEWAL_SUBJECT: Self = _

source

pub const CERTSRV_E_BAD_TEMPLATE_VERSION: Self = _

source

pub const CERTSRV_E_TEMPLATE_POLICY_REQUIRED: Self = _

source

pub const CERTSRV_E_SIGNATURE_POLICY_REQUIRED: Self = _

source

pub const CERTSRV_E_SIGNATURE_COUNT: Self = _

source

pub const CERTSRV_E_SIGNATURE_REJECTED: Self = _

source

pub const CERTSRV_E_ISSUANCE_POLICY_REQUIRED: Self = _

source

pub const CERTSRV_E_SUBJECT_UPN_REQUIRED: Self = _

source

pub const CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED: Self = _

source

pub const CERTSRV_E_SUBJECT_DNS_REQUIRED: Self = _

source

pub const CERTSRV_E_ARCHIVED_KEY_UNEXPECTED: Self = _

source

pub const CERTSRV_E_KEY_LENGTH: Self = _

source

pub const CERTSRV_E_SUBJECT_EMAIL_REQUIRED: Self = _

source

pub const CERTSRV_E_UNKNOWN_CERT_TYPE: Self = _

source

pub const CERTSRV_E_CERT_TYPE_OVERLAP: Self = _

source

pub const CERTSRV_E_TOO_MANY_SIGNATURES: Self = _

source

pub const CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY: Self = _

source

pub const CERTSRV_E_INVALID_EK: Self = _

source

pub const CERTSRV_E_INVALID_IDBINDING: Self = _

source

pub const CERTSRV_E_INVALID_ATTESTATION: Self = _

source

pub const CERTSRV_E_KEY_ATTESTATION: Self = _

source

pub const CERTSRV_E_CORRUPT_KEY_ATTESTATION: Self = _

source

pub const CERTSRV_E_EXPIRED_CHALLENGE: Self = _

source

pub const CERTSRV_E_INVALID_RESPONSE: Self = _

source

pub const CERTSRV_E_INVALID_REQUESTID: Self = _

source

pub const CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH: Self = _

source

pub const CERTSRV_E_PENDING_CLIENT_RESPONSE: Self = _

source

pub const XENROLL_E_KEY_NOT_EXPORTABLE: Self = _

source

pub const XENROLL_E_CANNOT_ADD_ROOT_CERT: Self = _

source

pub const XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND: Self = _

source

pub const XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH: Self = _

source

pub const XENROLL_E_RESPONSE_KA_HASH_MISMATCH: Self = _

source

pub const XENROLL_E_KEYSPEC_SMIME_MISMATCH: Self = _

source

pub const TRUST_E_SYSTEM_ERROR: Self = _

source

pub const TRUST_E_NO_SIGNER_CERT: Self = _

source

pub const TRUST_E_COUNTER_SIGNER: Self = _

source

pub const TRUST_E_CERT_SIGNATURE: Self = _

source

pub const TRUST_E_TIME_STAMP: Self = _

source

pub const TRUST_E_BAD_DIGEST: Self = _

source

pub const TRUST_E_MALFORMED_SIGNATURE: Self = _

source

pub const TRUST_E_BASIC_CONSTRAINTS: Self = _

source

pub const TRUST_E_FINANCIAL_CRITERIA: Self = _

source

pub const MSSIPOTF_E_OUTOFMEMRANGE: Self = _

source

pub const MSSIPOTF_E_CANTGETOBJECT: Self = _

source

pub const MSSIPOTF_E_NOHEADTABLE: Self = _

source

pub const MSSIPOTF_E_BAD_MAGICNUMBER: Self = _

source

pub const MSSIPOTF_E_BAD_OFFSET_TABLE: Self = _

source

pub const MSSIPOTF_E_TABLE_TAGORDER: Self = _

source

pub const MSSIPOTF_E_TABLE_LONGWORD: Self = _

source

pub const MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT: Self = _

source

pub const MSSIPOTF_E_TABLES_OVERLAP: Self = _

source

pub const MSSIPOTF_E_TABLE_PADBYTES: Self = _

source

pub const MSSIPOTF_E_FILETOOSMALL: Self = _

source

pub const MSSIPOTF_E_TABLE_CHECKSUM: Self = _

source

pub const MSSIPOTF_E_FILE_CHECKSUM: Self = _

source

pub const MSSIPOTF_E_FAILED_POLICY: Self = _

source

pub const MSSIPOTF_E_FAILED_HINTS_CHECK: Self = _

source

pub const MSSIPOTF_E_NOT_OPENTYPE: Self = _

source

pub const MSSIPOTF_E_FILE: Self = _

source

pub const MSSIPOTF_E_CRYPT: Self = _

source

pub const MSSIPOTF_E_BADVERSION: Self = _

source

pub const MSSIPOTF_E_DSIG_STRUCTURE: Self = _

source

pub const MSSIPOTF_E_PCONST_CHECK: Self = _

source

pub const MSSIPOTF_E_STRUCTURE: Self = _

source

pub const ERROR_CRED_REQUIRES_CONFIRMATION: Self = _

source

pub const TRUST_E_PROVIDER_UNKNOWN: Self = _

source

pub const TRUST_E_ACTION_UNKNOWN: Self = _

source

pub const TRUST_E_SUBJECT_FORM_UNKNOWN: Self = _

source

pub const TRUST_E_SUBJECT_NOT_TRUSTED: Self = _

source

pub const DIGSIG_E_ENCODE: Self = _

source

pub const DIGSIG_E_DECODE: Self = _

source

pub const DIGSIG_E_EXTENSIBILITY: Self = _

source

pub const DIGSIG_E_CRYPTO: Self = _

source

pub const PERSIST_E_SIZEDEFINITE: Self = _

source

pub const PERSIST_E_SIZEINDEFINITE: Self = _

source

pub const PERSIST_E_NOTSELFSIZING: Self = _

source

pub const TRUST_E_NOSIGNATURE: Self = _

source

pub const CERT_E_EXPIRED: Self = _

source

pub const CERT_E_VALIDITYPERIODNESTING: Self = _

source

pub const CERT_E_ROLE: Self = _

source

pub const CERT_E_PATHLENCONST: Self = _

source

pub const CERT_E_CRITICAL: Self = _

source

pub const CERT_E_PURPOSE: Self = _

source

pub const CERT_E_ISSUERCHAINING: Self = _

source

pub const CERT_E_MALFORMED: Self = _

source

pub const CERT_E_UNTRUSTEDROOT: Self = _

source

pub const CERT_E_CHAINING: Self = _

source

pub const TRUST_E_FAIL: Self = _

source

pub const CERT_E_REVOKED: Self = _

source

pub const CERT_E_UNTRUSTEDTESTROOT: Self = _

source

pub const CERT_E_REVOCATION_FAILURE: Self = _

source

pub const CERT_E_CN_NO_MATCH: Self = _

source

pub const CERT_E_WRONG_USAGE: Self = _

source

pub const TRUST_E_EXPLICIT_DISTRUST: Self = _

source

pub const CERT_E_UNTRUSTEDCA: Self = _

source

pub const CERT_E_INVALID_POLICY: Self = _

source

pub const CERT_E_INVALID_NAME: Self = _

source

pub const SPAPI_E_EXPECTED_SECTION_NAME: Self = _

source

pub const SPAPI_E_BAD_SECTION_NAME_LINE: Self = _

source

pub const SPAPI_E_SECTION_NAME_TOO_LONG: Self = _

source

pub const SPAPI_E_GENERAL_SYNTAX: Self = _

source

pub const SPAPI_E_WRONG_INF_STYLE: Self = _

source

pub const SPAPI_E_SECTION_NOT_FOUND: Self = _

source

pub const SPAPI_E_LINE_NOT_FOUND: Self = _

source

pub const SPAPI_E_NO_BACKUP: Self = _

source

pub const SPAPI_E_NO_ASSOCIATED_CLASS: Self = _

source

pub const SPAPI_E_CLASS_MISMATCH: Self = _

source

pub const SPAPI_E_DUPLICATE_FOUND: Self = _

source

pub const SPAPI_E_NO_DRIVER_SELECTED: Self = _

source

pub const SPAPI_E_KEY_DOES_NOT_EXIST: Self = _

source

pub const SPAPI_E_INVALID_DEVINST_NAME: Self = _

source

pub const SPAPI_E_INVALID_CLASS: Self = _

source

pub const SPAPI_E_DEVINST_ALREADY_EXISTS: Self = _

source

pub const SPAPI_E_DEVINFO_NOT_REGISTERED: Self = _

source

pub const SPAPI_E_INVALID_REG_PROPERTY: Self = _

source

pub const SPAPI_E_NO_INF: Self = _

source

pub const SPAPI_E_NO_SUCH_DEVINST: Self = _

source

pub const SPAPI_E_CANT_LOAD_CLASS_ICON: Self = _

source

pub const SPAPI_E_INVALID_CLASS_INSTALLER: Self = _

source

pub const SPAPI_E_DI_DO_DEFAULT: Self = _

source

pub const SPAPI_E_DI_NOFILECOPY: Self = _

source

pub const SPAPI_E_INVALID_HWPROFILE: Self = _

source

pub const SPAPI_E_NO_DEVICE_SELECTED: Self = _

source

pub const SPAPI_E_DEVINFO_LIST_LOCKED: Self = _

source

pub const SPAPI_E_DEVINFO_DATA_LOCKED: Self = _

source

pub const SPAPI_E_DI_BAD_PATH: Self = _

source

pub const SPAPI_E_NO_CLASSINSTALL_PARAMS: Self = _

source

pub const SPAPI_E_FILEQUEUE_LOCKED: Self = _

source

pub const SPAPI_E_BAD_SERVICE_INSTALLSECT: Self = _

source

pub const SPAPI_E_NO_CLASS_DRIVER_LIST: Self = _

source

pub const SPAPI_E_NO_ASSOCIATED_SERVICE: Self = _

source

pub const SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE: Self = _

source

pub const SPAPI_E_DEVICE_INTERFACE_ACTIVE: Self = _

source

pub const SPAPI_E_DEVICE_INTERFACE_REMOVED: Self = _

source

pub const SPAPI_E_BAD_INTERFACE_INSTALLSECT: Self = _

source

pub const SPAPI_E_NO_SUCH_INTERFACE_CLASS: Self = _

source

pub const SPAPI_E_INVALID_REFERENCE_STRING: Self = _

source

pub const SPAPI_E_INVALID_MACHINENAME: Self = _

source

pub const SPAPI_E_REMOTE_COMM_FAILURE: Self = _

source

pub const SPAPI_E_MACHINE_UNAVAILABLE: Self = _

source

pub const SPAPI_E_NO_CONFIGMGR_SERVICES: Self = _

source

pub const SPAPI_E_INVALID_PROPPAGE_PROVIDER: Self = _

source

pub const SPAPI_E_NO_SUCH_DEVICE_INTERFACE: Self = _

source

pub const SPAPI_E_DI_POSTPROCESSING_REQUIRED: Self = _

source

pub const SPAPI_E_INVALID_COINSTALLER: Self = _

source

pub const SPAPI_E_NO_COMPAT_DRIVERS: Self = _

source

pub const SPAPI_E_NO_DEVICE_ICON: Self = _

source

pub const SPAPI_E_INVALID_INF_LOGCONFIG: Self = _

source

pub const SPAPI_E_DI_DONT_INSTALL: Self = _

source

pub const SPAPI_E_INVALID_FILTER_DRIVER: Self = _

source

pub const SPAPI_E_NON_WINDOWS_NT_DRIVER: Self = _

source

pub const SPAPI_E_NON_WINDOWS_DRIVER: Self = _

source

pub const SPAPI_E_NO_CATALOG_FOR_OEM_INF: Self = _

source

pub const SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE: Self = _

source

pub const SPAPI_E_NOT_DISABLEABLE: Self = _

source

pub const SPAPI_E_CANT_REMOVE_DEVINST: Self = _

source

pub const SPAPI_E_INVALID_TARGET: Self = _

source

pub const SPAPI_E_DRIVER_NONNATIVE: Self = _

source

pub const SPAPI_E_IN_WOW64: Self = _

source

pub const SPAPI_E_SET_SYSTEM_RESTORE_POINT: Self = _

source

pub const SPAPI_E_INCORRECTLY_COPIED_INF: Self = _

source

pub const SPAPI_E_SCE_DISABLED: Self = _

source

pub const SPAPI_E_UNKNOWN_EXCEPTION: Self = _

source

pub const SPAPI_E_PNP_REGISTRY_ERROR: Self = _

source

pub const SPAPI_E_REMOTE_REQUEST_UNSUPPORTED: Self = _

source

pub const SPAPI_E_NOT_AN_INSTALLED_OEM_INF: Self = _

source

pub const SPAPI_E_INF_IN_USE_BY_DEVICES: Self = _

source

pub const SPAPI_E_DI_FUNCTION_OBSOLETE: Self = _

source

pub const SPAPI_E_NO_AUTHENTICODE_CATALOG: Self = _

source

pub const SPAPI_E_AUTHENTICODE_DISALLOWED: Self = _

source

pub const SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER: Self = _

source

pub const SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED: Self = _

source

pub const SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED: Self = _

source

pub const SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH: Self = _

source

pub const SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE: Self = _

source

pub const SPAPI_E_DEVICE_INSTALLER_NOT_READY: Self = _

source

pub const SPAPI_E_DRIVER_STORE_ADD_FAILED: Self = _

source

pub const SPAPI_E_DEVICE_INSTALL_BLOCKED: Self = _

source

pub const SPAPI_E_DRIVER_INSTALL_BLOCKED: Self = _

source

pub const SPAPI_E_WRONG_INF_TYPE: Self = _

source

pub const SPAPI_E_FILE_HASH_NOT_IN_CATALOG: Self = _

source

pub const SPAPI_E_DRIVER_STORE_DELETE_FAILED: Self = _

source

pub const SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW: Self = _

source

pub const SPAPI_E_ERROR_NOT_INSTALLED: Self = _

source

pub const SCARD_F_INTERNAL_ERROR: Self = _

source

pub const SCARD_E_CANCELLED: Self = _

source

pub const SCARD_E_INVALID_HANDLE: Self = _

source

pub const SCARD_E_INVALID_PARAMETER: Self = _

source

pub const SCARD_E_INVALID_TARGET: Self = _

source

pub const SCARD_E_NO_MEMORY: Self = _

source

pub const SCARD_F_WAITED_TOO_LONG: Self = _

source

pub const SCARD_E_INSUFFICIENT_BUFFER: Self = _

source

pub const SCARD_E_UNKNOWN_READER: Self = _

source

pub const SCARD_E_TIMEOUT: Self = _

source

pub const SCARD_E_SHARING_VIOLATION: Self = _

source

pub const SCARD_E_NO_SMARTCARD: Self = _

source

pub const SCARD_E_UNKNOWN_CARD: Self = _

source

pub const SCARD_E_CANT_DISPOSE: Self = _

source

pub const SCARD_E_PROTO_MISMATCH: Self = _

source

pub const SCARD_E_NOT_READY: Self = _

source

pub const SCARD_E_INVALID_VALUE: Self = _

source

pub const SCARD_E_SYSTEM_CANCELLED: Self = _

source

pub const SCARD_F_COMM_ERROR: Self = _

source

pub const SCARD_F_UNKNOWN_ERROR: Self = _

source

pub const SCARD_E_INVALID_ATR: Self = _

source

pub const SCARD_E_NOT_TRANSACTED: Self = _

source

pub const SCARD_E_READER_UNAVAILABLE: Self = _

source

pub const SCARD_P_SHUTDOWN: Self = _

source

pub const SCARD_E_PCI_TOO_SMALL: Self = _

source

pub const SCARD_E_READER_UNSUPPORTED: Self = _

source

pub const SCARD_E_DUPLICATE_READER: Self = _

source

pub const SCARD_E_CARD_UNSUPPORTED: Self = _

source

pub const SCARD_E_NO_SERVICE: Self = _

source

pub const SCARD_E_SERVICE_STOPPED: Self = _

source

pub const SCARD_E_UNEXPECTED: Self = _

source

pub const SCARD_E_ICC_INSTALLATION: Self = _

source

pub const SCARD_E_ICC_CREATEORDER: Self = _

source

pub const SCARD_E_UNSUPPORTED_FEATURE: Self = _

source

pub const SCARD_E_DIR_NOT_FOUND: Self = _

source

pub const SCARD_E_FILE_NOT_FOUND: Self = _

source

pub const SCARD_E_NO_DIR: Self = _

source

pub const SCARD_E_NO_FILE: Self = _

source

pub const SCARD_E_NO_ACCESS: Self = _

source

pub const SCARD_E_WRITE_TOO_MANY: Self = _

source

pub const SCARD_E_BAD_SEEK: Self = _

source

pub const SCARD_E_INVALID_CHV: Self = _

source

pub const SCARD_E_UNKNOWN_RES_MNG: Self = _

source

pub const SCARD_E_NO_SUCH_CERTIFICATE: Self = _

source

pub const SCARD_E_CERTIFICATE_UNAVAILABLE: Self = _

source

pub const SCARD_E_NO_READERS_AVAILABLE: Self = _

source

pub const SCARD_E_COMM_DATA_LOST: Self = _

source

pub const SCARD_E_NO_KEY_CONTAINER: Self = _

source

pub const SCARD_E_SERVER_TOO_BUSY: Self = _

source

pub const SCARD_E_PIN_CACHE_EXPIRED: Self = _

source

pub const SCARD_E_NO_PIN_CACHE: Self = _

source

pub const SCARD_E_READ_ONLY_CARD: Self = _

source

pub const SCARD_W_UNSUPPORTED_CARD: Self = _

source

pub const SCARD_W_UNRESPONSIVE_CARD: Self = _

source

pub const SCARD_W_UNPOWERED_CARD: Self = _

source

pub const SCARD_W_RESET_CARD: Self = _

source

pub const SCARD_W_REMOVED_CARD: Self = _

source

pub const SCARD_W_SECURITY_VIOLATION: Self = _

source

pub const SCARD_W_WRONG_CHV: Self = _

source

pub const SCARD_W_CHV_BLOCKED: Self = _

source

pub const SCARD_W_EOF: Self = _

source

pub const SCARD_W_CANCELLED_BY_USER: Self = _

source

pub const SCARD_W_CARD_NOT_AUTHENTICATED: Self = _

source

pub const SCARD_W_CACHE_ITEM_NOT_FOUND: Self = _

source

pub const SCARD_W_CACHE_ITEM_STALE: Self = _

source

pub const SCARD_W_CACHE_ITEM_TOO_BIG: Self = _

source

pub const COMADMIN_E_OBJECTERRORS: Self = _

source

pub const COMADMIN_E_OBJECTINVALID: Self = _

source

pub const COMADMIN_E_KEYMISSING: Self = _

source

pub const COMADMIN_E_ALREADYINSTALLED: Self = _

source

pub const COMADMIN_E_APP_FILE_WRITEFAIL: Self = _

source

pub const COMADMIN_E_APP_FILE_READFAIL: Self = _

source

pub const COMADMIN_E_APP_FILE_VERSION: Self = _

source

pub const COMADMIN_E_BADPATH: Self = _

source

pub const COMADMIN_E_APPLICATIONEXISTS: Self = _

source

pub const COMADMIN_E_ROLEEXISTS: Self = _

source

pub const COMADMIN_E_CANTCOPYFILE: Self = _

source

pub const COMADMIN_E_NOUSER: Self = _

source

pub const COMADMIN_E_INVALIDUSERIDS: Self = _

source

pub const COMADMIN_E_NOREGISTRYCLSID: Self = _

source

pub const COMADMIN_E_BADREGISTRYPROGID: Self = _

source

pub const COMADMIN_E_AUTHENTICATIONLEVEL: Self = _

source

pub const COMADMIN_E_USERPASSWDNOTVALID: Self = _

source

pub const COMADMIN_E_CLSIDORIIDMISMATCH: Self = _

source

pub const COMADMIN_E_REMOTEINTERFACE: Self = _

source

pub const COMADMIN_E_DLLREGISTERSERVER: Self = _

source

pub const COMADMIN_E_NOSERVERSHARE: Self = _

source

pub const COMADMIN_E_DLLLOADFAILED: Self = _

source

pub const COMADMIN_E_BADREGISTRYLIBID: Self = _

source

pub const COMADMIN_E_APPDIRNOTFOUND: Self = _

source

pub const COMADMIN_E_REGISTRARFAILED: Self = _

source

pub const COMADMIN_E_COMPFILE_DOESNOTEXIST: Self = _

source

pub const COMADMIN_E_COMPFILE_LOADDLLFAIL: Self = _

source

pub const COMADMIN_E_COMPFILE_GETCLASSOBJ: Self = _

source

pub const COMADMIN_E_COMPFILE_CLASSNOTAVAIL: Self = _

source

pub const COMADMIN_E_COMPFILE_BADTLB: Self = _

source

pub const COMADMIN_E_COMPFILE_NOTINSTALLABLE: Self = _

source

pub const COMADMIN_E_NOTCHANGEABLE: Self = _

source

pub const COMADMIN_E_NOTDELETEABLE: Self = _

source

pub const COMADMIN_E_SESSION: Self = _

source

pub const COMADMIN_E_COMP_MOVE_LOCKED: Self = _

source

pub const COMADMIN_E_COMP_MOVE_BAD_DEST: Self = _

source

pub const COMADMIN_E_REGISTERTLB: Self = _

source

pub const COMADMIN_E_SYSTEMAPP: Self = _

source

pub const COMADMIN_E_COMPFILE_NOREGISTRAR: Self = _

source

pub const COMADMIN_E_COREQCOMPINSTALLED: Self = _

source

pub const COMADMIN_E_SERVICENOTINSTALLED: Self = _

source

pub const COMADMIN_E_PROPERTYSAVEFAILED: Self = _

source

pub const COMADMIN_E_OBJECTEXISTS: Self = _

source

pub const COMADMIN_E_COMPONENTEXISTS: Self = _

source

pub const COMADMIN_E_REGFILE_CORRUPT: Self = _

source

pub const COMADMIN_E_PROPERTY_OVERFLOW: Self = _

source

pub const COMADMIN_E_NOTINREGISTRY: Self = _

source

pub const COMADMIN_E_OBJECTNOTPOOLABLE: Self = _

source

pub const COMADMIN_E_APPLID_MATCHES_CLSID: Self = _

source

pub const COMADMIN_E_ROLE_DOES_NOT_EXIST: Self = _

source

pub const COMADMIN_E_START_APP_NEEDS_COMPONENTS: Self = _

source

pub const COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM: Self = _

source

pub const COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY: Self = _

source

pub const COMADMIN_E_CAN_NOT_START_APP: Self = _

source

pub const COMADMIN_E_CAN_NOT_EXPORT_SYS_APP: Self = _

source

pub const COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT: Self = _

source

pub const COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER: Self = _

source

pub const COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE: Self = _

source

pub const COMADMIN_E_BASE_PARTITION_ONLY: Self = _

source

pub const COMADMIN_E_START_APP_DISABLED: Self = _

source

pub const COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME: Self = _

source

pub const COMADMIN_E_CAT_INVALID_PARTITION_NAME: Self = _

source

pub const COMADMIN_E_CAT_PARTITION_IN_USE: Self = _

source

pub const COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES: Self = _

source

pub const COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED: Self = _

source

pub const COMADMIN_E_AMBIGUOUS_APPLICATION_NAME: Self = _

source

pub const COMADMIN_E_AMBIGUOUS_PARTITION_NAME: Self = _

source

pub const COMADMIN_E_REGDB_NOTINITIALIZED: Self = _

source

pub const COMADMIN_E_REGDB_NOTOPEN: Self = _

source

pub const COMADMIN_E_REGDB_SYSTEMERR: Self = _

source

pub const COMADMIN_E_REGDB_ALREADYRUNNING: Self = _

source

pub const COMADMIN_E_MIG_VERSIONNOTSUPPORTED: Self = _

source

pub const COMADMIN_E_MIG_SCHEMANOTFOUND: Self = _

source

pub const COMADMIN_E_CAT_BITNESSMISMATCH: Self = _

source

pub const COMADMIN_E_CAT_UNACCEPTABLEBITNESS: Self = _

source

pub const COMADMIN_E_CAT_WRONGAPPBITNESS: Self = _

source

pub const COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED: Self = _

source

pub const COMADMIN_E_CAT_SERVERFAULT: Self = _

source

pub const COMQC_E_APPLICATION_NOT_QUEUED: Self = _

source

pub const COMQC_E_NO_QUEUEABLE_INTERFACES: Self = _

source

pub const COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE: Self = _

source

pub const COMQC_E_NO_IPERSISTSTREAM: Self = _

source

pub const COMQC_E_BAD_MESSAGE: Self = _

source

pub const COMQC_E_UNAUTHENTICATED: Self = _

source

pub const COMQC_E_UNTRUSTED_ENQUEUER: Self = _

source

pub const MSDTC_E_DUPLICATE_RESOURCE: Self = _

source

pub const COMADMIN_E_OBJECT_PARENT_MISSING: Self = _

source

pub const COMADMIN_E_OBJECT_DOES_NOT_EXIST: Self = _

source

pub const COMADMIN_E_APP_NOT_RUNNING: Self = _

source

pub const COMADMIN_E_INVALID_PARTITION: Self = _

source

pub const COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE: Self = _

source

pub const COMADMIN_E_USER_IN_SET: Self = _

source

pub const COMADMIN_E_CANTRECYCLELIBRARYAPPS: Self = _

source

pub const COMADMIN_E_CANTRECYCLESERVICEAPPS: Self = _

source

pub const COMADMIN_E_PROCESSALREADYRECYCLED: Self = _

source

pub const COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED: Self = _

source

pub const COMADMIN_E_CANTMAKEINPROCSERVICE: Self = _

source

pub const COMADMIN_E_PROGIDINUSEBYCLSID: Self = _

source

pub const COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET: Self = _

source

pub const COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED: Self = _

source

pub const COMADMIN_E_PARTITION_ACCESSDENIED: Self = _

source

pub const COMADMIN_E_PARTITION_MSI_ONLY: Self = _

source

pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT: Self = _

source

pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS: Self = _

source

pub const COMADMIN_E_COMP_MOVE_SOURCE: Self = _

source

pub const COMADMIN_E_COMP_MOVE_DEST: Self = _

source

pub const COMADMIN_E_COMP_MOVE_PRIVATE: Self = _

source

pub const COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET: Self = _

source

pub const COMADMIN_E_CANNOT_ALIAS_EVENTCLASS: Self = _

source

pub const COMADMIN_E_PRIVATE_ACCESSDENIED: Self = _

source

pub const COMADMIN_E_SAFERINVALID: Self = _

source

pub const COMADMIN_E_REGISTRY_ACCESSDENIED: Self = _

source

pub const COMADMIN_E_PARTITIONS_DISABLED: Self = _

source

pub const WER_S_REPORT_DEBUG: Self = _

source

pub const WER_S_REPORT_UPLOADED: Self = _

source

pub const WER_S_REPORT_QUEUED: Self = _

source

pub const WER_S_DISABLED: Self = _

source

pub const WER_S_SUSPENDED_UPLOAD: Self = _

source

pub const WER_S_DISABLED_QUEUE: Self = _

source

pub const WER_S_DISABLED_ARCHIVE: Self = _

source

pub const WER_S_REPORT_ASYNC: Self = _

source

pub const WER_S_IGNORE_ASSERT_INSTANCE: Self = _

source

pub const WER_S_IGNORE_ALL_ASSERTS: Self = _

source

pub const WER_S_ASSERT_CONTINUE: Self = _

source

pub const WER_S_THROTTLED: Self = _

source

pub const WER_S_REPORT_UPLOADED_CAB: Self = _

source

pub const WER_E_CRASH_FAILURE: Self = _

source

pub const WER_E_CANCELED: Self = _

source

pub const WER_E_NETWORK_FAILURE: Self = _

source

pub const WER_E_NOT_INITIALIZED: Self = _

source

pub const WER_E_ALREADY_REPORTING: Self = _

source

pub const WER_E_DUMP_THROTTLED: Self = _

source

pub const WER_E_TOO_HEAVY: Self = _

source

pub const ERROR_FLT_IO_COMPLETE: Self = _

source

pub const ERROR_FLT_NO_HANDLER_DEFINED: Self = _

source

pub const ERROR_FLT_CONTEXT_ALREADY_DEFINED: Self = _

source

pub const ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST: Self = _

source

pub const ERROR_FLT_DISALLOW_FAST_IO: Self = _

source

pub const ERROR_FLT_INVALID_NAME_REQUEST: Self = _

source

pub const ERROR_FLT_NOT_SAFE_TO_POST_OPERATION: Self = _

source

pub const ERROR_FLT_NOT_INITIALIZED: Self = _

source

pub const ERROR_FLT_FILTER_NOT_READY: Self = _

source

pub const ERROR_FLT_POST_OPERATION_CLEANUP: Self = _

source

pub const ERROR_FLT_INTERNAL_ERROR: Self = _

source

pub const ERROR_FLT_DELETING_OBJECT: Self = _

source

pub const ERROR_FLT_MUST_BE_NONPAGED_POOL: Self = _

source

pub const ERROR_FLT_DUPLICATE_ENTRY: Self = _

source

pub const ERROR_FLT_CBDQ_DISABLED: Self = _

source

pub const ERROR_FLT_DO_NOT_ATTACH: Self = _

source

pub const ERROR_FLT_DO_NOT_DETACH: Self = _

source

pub const ERROR_FLT_INSTANCE_ALTITUDE_COLLISION: Self = _

source

pub const ERROR_FLT_INSTANCE_NAME_COLLISION: Self = _

source

pub const ERROR_FLT_FILTER_NOT_FOUND: Self = _

source

pub const ERROR_FLT_VOLUME_NOT_FOUND: Self = _

source

pub const ERROR_FLT_INSTANCE_NOT_FOUND: Self = _

source

pub const ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND: Self = _

source

pub const ERROR_FLT_INVALID_CONTEXT_REGISTRATION: Self = _

source

pub const ERROR_FLT_NAME_CACHE_MISS: Self = _

source

pub const ERROR_FLT_NO_DEVICE_OBJECT: Self = _

source

pub const ERROR_FLT_VOLUME_ALREADY_MOUNTED: Self = _

source

pub const ERROR_FLT_ALREADY_ENLISTED: Self = _

source

pub const ERROR_FLT_CONTEXT_ALREADY_LINKED: Self = _

source

pub const ERROR_FLT_NO_WAITER_FOR_REPLY: Self = _

source

pub const ERROR_FLT_REGISTRATION_BUSY: Self = _

source

pub const ERROR_HUNG_DISPLAY_DRIVER_THREAD: Self = _

source

pub const DWM_E_COMPOSITIONDISABLED: Self = _

source

pub const DWM_E_REMOTING_NOT_SUPPORTED: Self = _

source

pub const DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE: Self = _

source

pub const DWM_E_NOT_QUEUING_PRESENTS: Self = _

source

pub const DWM_E_ADAPTER_NOT_FOUND: Self = _

source

pub const DWM_S_GDI_REDIRECTION_SURFACE: Self = _

source

pub const DWM_E_TEXTURE_TOO_LARGE: Self = _

source

pub const DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI: Self = _

source

pub const ERROR_MONITOR_NO_DESCRIPTOR: Self = _

source

pub const ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: Self = _

source

pub const ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: Self = _

source

pub const ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK: Self = _

source

pub const ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: Self = _

source

pub const ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: Self = _

source

pub const ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: Self = _

source

pub const ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA: Self = _

source

pub const ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK: Self = _

source

pub const ERROR_MONITOR_INVALID_MANUFACTURE_DATE: Self = _

source

pub const ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: Self = _

source

pub const ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER: Self = _

source

pub const ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER: Self = _

source

pub const ERROR_GRAPHICS_ADAPTER_WAS_RESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_DRIVER_MODEL: Self = _

source

pub const ERROR_GRAPHICS_PRESENT_MODE_CHANGED: Self = _

source

pub const ERROR_GRAPHICS_PRESENT_OCCLUDED: Self = _

source

pub const ERROR_GRAPHICS_PRESENT_DENIED: Self = _

source

pub const ERROR_GRAPHICS_CANNOTCOLORCONVERT: Self = _

source

pub const ERROR_GRAPHICS_DRIVER_MISMATCH: Self = _

source

pub const ERROR_GRAPHICS_PARTIAL_DATA_POPULATED: Self = _

source

pub const ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED: Self = _

source

pub const ERROR_GRAPHICS_PRESENT_UNOCCLUDED: Self = _

source

pub const ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE: Self = _

source

pub const ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: Self = _

source

pub const ERROR_GRAPHICS_PRESENT_INVALID_WINDOW: Self = _

source

pub const ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND: Self = _

source

pub const ERROR_GRAPHICS_VAIL_STATE_CHANGED: Self = _

source

pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN: Self = _

source

pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED: Self = _

source

pub const ERROR_GRAPHICS_NO_VIDEO_MEMORY: Self = _

source

pub const ERROR_GRAPHICS_CANT_LOCK_MEMORY: Self = _

source

pub const ERROR_GRAPHICS_ALLOCATION_BUSY: Self = _

source

pub const ERROR_GRAPHICS_TOO_MANY_REFERENCES: Self = _

source

pub const ERROR_GRAPHICS_TRY_AGAIN_LATER: Self = _

source

pub const ERROR_GRAPHICS_TRY_AGAIN_NOW: Self = _

source

pub const ERROR_GRAPHICS_ALLOCATION_INVALID: Self = _

source

pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: Self = _

source

pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: Self = _

source

pub const ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE: Self = _

source

pub const ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: Self = _

source

pub const ERROR_GRAPHICS_ALLOCATION_CLOSED: Self = _

source

pub const ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE: Self = _

source

pub const ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE: Self = _

source

pub const ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST: Self = _

source

pub const ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: Self = _

source

pub const ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY: Self = _

source

pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDPN: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: Self = _

source

pub const ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_MODE_NOT_PINNED: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_FREQUENCY: Self = _

source

pub const ERROR_GRAPHICS_INVALID_ACTIVE_REGION: Self = _

source

pub const ERROR_GRAPHICS_INVALID_TOTAL_REGION: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: Self = _

source

pub const ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: Self = _

source

pub const ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: Self = _

source

pub const ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: Self = _

source

pub const ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET: Self = _

source

pub const ERROR_GRAPHICS_TARGET_ALREADY_IN_SET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: Self = _

source

pub const ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: Self = _

source

pub const ERROR_GRAPHICS_NO_PREFERRED_MODE: Self = _

source

pub const ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: Self = _

source

pub const ERROR_GRAPHICS_STALE_MODESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: Self = _

source

pub const ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: Self = _

source

pub const ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: Self = _

source

pub const ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: Self = _

source

pub const ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY: Self = _

source

pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: Self = _

source

pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR: Self = _

source

pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: Self = _

source

pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: Self = _

source

pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: Self = _

source

pub const ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: Self = _

source

pub const ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: Self = _

source

pub const ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: Self = _

source

pub const ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: Self = _

source

pub const ERROR_GRAPHICS_NO_VIDPNMGR: Self = _

source

pub const ERROR_GRAPHICS_NO_ACTIVE_VIDPN: Self = _

source

pub const ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY: Self = _

source

pub const ERROR_GRAPHICS_MONITOR_NOT_CONNECTED: Self = _

source

pub const ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: Self = _

source

pub const ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_STRIDE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_PIXELFORMAT: Self = _

source

pub const ERROR_GRAPHICS_INVALID_COLORBASIS: Self = _

source

pub const ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: Self = _

source

pub const ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: Self = _

source

pub const ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: Self = _

source

pub const ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE: Self = _

source

pub const ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: Self = _

source

pub const ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: Self = _

source

pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: Self = _

source

pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_INVALID_GAMMA_RAMP: Self = _

source

pub const ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_MODE_NOT_IN_MODESET: Self = _

source

pub const ERROR_GRAPHICS_DATASET_IS_EMPTY: Self = _

source

pub const ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: Self = _

source

pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: Self = _

source

pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE: Self = _

source

pub const ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE: Self = _

source

pub const ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: Self = _

source

pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: Self = _

source

pub const ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING: Self = _

source

pub const ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: Self = _

source

pub const ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: Self = _

source

pub const ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: Self = _

source

pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: Self = _

source

pub const ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED: Self = _

source

pub const ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: Self = _

source

pub const ERROR_GRAPHICS_INVALID_CLIENT_TYPE: Self = _

source

pub const ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET: Self = _

source

pub const ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: Self = _

source

pub const ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS: Self = _

source

pub const ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER: Self = _

source

pub const ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY: Self = _

source

pub const ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER: Self = _

source

pub const ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY: Self = _

source

pub const ERROR_GRAPHICS_START_DEFERRED: Self = _

source

pub const ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: Self = _

source

pub const ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS: Self = _

source

pub const ERROR_GRAPHICS_OPM_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_COPP_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_UAB_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: Self = _

source

pub const ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST: Self = _

source

pub const ERROR_GRAPHICS_OPM_INTERNAL_ERROR: Self = _

source

pub const ERROR_GRAPHICS_OPM_INVALID_HANDLE: Self = _

source

pub const ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: Self = _

source

pub const ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED: Self = _

source

pub const ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED: Self = _

source

pub const ERROR_GRAPHICS_PVP_HFS_FAILED: Self = _

source

pub const ERROR_GRAPHICS_OPM_INVALID_SRM: Self = _

source

pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: Self = _

source

pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: Self = _

source

pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: Self = _

source

pub const ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: Self = _

source

pub const ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: Self = _

source

pub const ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: Self = _

source

pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS: Self = _

source

pub const ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS: Self = _

source

pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: Self = _

source

pub const ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: Self = _

source

pub const ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: Self = _

source

pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: Self = _

source

pub const ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: Self = _

source

pub const ERROR_GRAPHICS_I2C_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: Self = _

source

pub const ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: Self = _

source

pub const ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA: Self = _

source

pub const ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_DDCCI_INVALID_DATA: Self = _

source

pub const ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: Self = _

source

pub const ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING: Self = _

source

pub const ERROR_GRAPHICS_MCA_INTERNAL_ERROR: Self = _

source

pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: Self = _

source

pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: Self = _

source

pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: Self = _

source

pub const ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: Self = _

source

pub const ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS: Self = _

source

pub const ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE: Self = _

source

pub const ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION: Self = _

source

pub const ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: Self = _

source

pub const ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH: Self = _

source

pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION: Self = _

source

pub const ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: Self = _

source

pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE: Self = _

source

pub const ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: Self = _

source

pub const ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: Self = _

source

pub const ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: Self = _

source

pub const ERROR_GRAPHICS_INVALID_POINTER: Self = _

source

pub const ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: Self = _

source

pub const ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: Self = _

source

pub const ERROR_GRAPHICS_INTERNAL_ERROR: Self = _

source

pub const ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: Self = _

source

pub const NAP_E_INVALID_PACKET: Self = _

source

pub const NAP_E_MISSING_SOH: Self = _

source

pub const NAP_E_CONFLICTING_ID: Self = _

source

pub const NAP_E_NO_CACHED_SOH: Self = _

source

pub const NAP_E_STILL_BOUND: Self = _

source

pub const NAP_E_NOT_REGISTERED: Self = _

source

pub const NAP_E_NOT_INITIALIZED: Self = _

source

pub const NAP_E_MISMATCHED_ID: Self = _

source

pub const NAP_E_NOT_PENDING: Self = _

source

pub const NAP_E_ID_NOT_FOUND: Self = _

source

pub const NAP_E_MAXSIZE_TOO_SMALL: Self = _

source

pub const NAP_E_SERVICE_NOT_RUNNING: Self = _

source

pub const NAP_S_CERT_ALREADY_PRESENT: Self = _

source

pub const NAP_E_ENTITY_DISABLED: Self = _

source

pub const NAP_E_NETSH_GROUPPOLICY_ERROR: Self = _

source

pub const NAP_E_TOO_MANY_CALLS: Self = _

source

pub const NAP_E_SHV_CONFIG_EXISTED: Self = _

source

pub const NAP_E_SHV_CONFIG_NOT_FOUND: Self = _

source

pub const NAP_E_SHV_TIMEOUT: Self = _

source

pub const TPM_E_ERROR_MASK: Self = _

source

pub const TPM_E_AUTHFAIL: Self = _

source

pub const TPM_E_BADINDEX: Self = _

source

pub const TPM_E_BAD_PARAMETER: Self = _

source

pub const TPM_E_AUDITFAILURE: Self = _

source

pub const TPM_E_CLEAR_DISABLED: Self = _

source

pub const TPM_E_DEACTIVATED: Self = _

source

pub const TPM_E_DISABLED: Self = _

source

pub const TPM_E_DISABLED_CMD: Self = _

source

pub const TPM_E_FAIL: Self = _

source

pub const TPM_E_BAD_ORDINAL: Self = _

source

pub const TPM_E_INSTALL_DISABLED: Self = _

source

pub const TPM_E_INVALID_KEYHANDLE: Self = _

source

pub const TPM_E_KEYNOTFOUND: Self = _

source

pub const TPM_E_INAPPROPRIATE_ENC: Self = _

source

pub const TPM_E_MIGRATEFAIL: Self = _

source

pub const TPM_E_INVALID_PCR_INFO: Self = _

source

pub const TPM_E_NOSPACE: Self = _

source

pub const TPM_E_NOSRK: Self = _

source

pub const TPM_E_NOTSEALED_BLOB: Self = _

source

pub const TPM_E_OWNER_SET: Self = _

source

pub const TPM_E_RESOURCES: Self = _

source

pub const TPM_E_SHORTRANDOM: Self = _

source

pub const TPM_E_SIZE: Self = _

source

pub const TPM_E_WRONGPCRVAL: Self = _

source

pub const TPM_E_BAD_PARAM_SIZE: Self = _

source

pub const TPM_E_SHA_THREAD: Self = _

source

pub const TPM_E_SHA_ERROR: Self = _

source

pub const TPM_E_FAILEDSELFTEST: Self = _

source

pub const TPM_E_AUTH2FAIL: Self = _

source

pub const TPM_E_BADTAG: Self = _

source

pub const TPM_E_IOERROR: Self = _

source

pub const TPM_E_ENCRYPT_ERROR: Self = _

source

pub const TPM_E_DECRYPT_ERROR: Self = _

source

pub const TPM_E_INVALID_AUTHHANDLE: Self = _

source

pub const TPM_E_NO_ENDORSEMENT: Self = _

source

pub const TPM_E_INVALID_KEYUSAGE: Self = _

source

pub const TPM_E_WRONG_ENTITYTYPE: Self = _

source

pub const TPM_E_INVALID_POSTINIT: Self = _

source

pub const TPM_E_INAPPROPRIATE_SIG: Self = _

source

pub const TPM_E_BAD_KEY_PROPERTY: Self = _

source

pub const TPM_E_BAD_MIGRATION: Self = _

source

pub const TPM_E_BAD_SCHEME: Self = _

source

pub const TPM_E_BAD_DATASIZE: Self = _

source

pub const TPM_E_BAD_MODE: Self = _

source

pub const TPM_E_BAD_PRESENCE: Self = _

source

pub const TPM_E_BAD_VERSION: Self = _

source

pub const TPM_E_NO_WRAP_TRANSPORT: Self = _

source

pub const TPM_E_AUDITFAIL_UNSUCCESSFUL: Self = _

source

pub const TPM_E_AUDITFAIL_SUCCESSFUL: Self = _

source

pub const TPM_E_NOTRESETABLE: Self = _

source

pub const TPM_E_NOTLOCAL: Self = _

source

pub const TPM_E_BAD_TYPE: Self = _

source

pub const TPM_E_INVALID_RESOURCE: Self = _

source

pub const TPM_E_NOTFIPS: Self = _

source

pub const TPM_E_INVALID_FAMILY: Self = _

source

pub const TPM_E_NO_NV_PERMISSION: Self = _

source

pub const TPM_E_REQUIRES_SIGN: Self = _

source

pub const TPM_E_KEY_NOTSUPPORTED: Self = _

source

pub const TPM_E_AUTH_CONFLICT: Self = _

source

pub const TPM_E_AREA_LOCKED: Self = _

source

pub const TPM_E_BAD_LOCALITY: Self = _

source

pub const TPM_E_READ_ONLY: Self = _

source

pub const TPM_E_PER_NOWRITE: Self = _

source

pub const TPM_E_FAMILYCOUNT: Self = _

source

pub const TPM_E_WRITE_LOCKED: Self = _

source

pub const TPM_E_BAD_ATTRIBUTES: Self = _

source

pub const TPM_E_INVALID_STRUCTURE: Self = _

source

pub const TPM_E_KEY_OWNER_CONTROL: Self = _

source

pub const TPM_E_BAD_COUNTER: Self = _

source

pub const TPM_E_NOT_FULLWRITE: Self = _

source

pub const TPM_E_CONTEXT_GAP: Self = _

source

pub const TPM_E_MAXNVWRITES: Self = _

source

pub const TPM_E_NOOPERATOR: Self = _

source

pub const TPM_E_RESOURCEMISSING: Self = _

source

pub const TPM_E_DELEGATE_LOCK: Self = _

source

pub const TPM_E_DELEGATE_FAMILY: Self = _

source

pub const TPM_E_DELEGATE_ADMIN: Self = _

source

pub const TPM_E_TRANSPORT_NOTEXCLUSIVE: Self = _

source

pub const TPM_E_OWNER_CONTROL: Self = _

source

pub const TPM_E_DAA_RESOURCES: Self = _

source

pub const TPM_E_DAA_INPUT_DATA0: Self = _

source

pub const TPM_E_DAA_INPUT_DATA1: Self = _

source

pub const TPM_E_DAA_ISSUER_SETTINGS: Self = _

source

pub const TPM_E_DAA_TPM_SETTINGS: Self = _

source

pub const TPM_E_DAA_STAGE: Self = _

source

pub const TPM_E_DAA_ISSUER_VALIDITY: Self = _

source

pub const TPM_E_DAA_WRONG_W: Self = _

source

pub const TPM_E_BAD_HANDLE: Self = _

source

pub const TPM_E_BAD_DELEGATE: Self = _

source

pub const TPM_E_BADCONTEXT: Self = _

source

pub const TPM_E_TOOMANYCONTEXTS: Self = _

source

pub const TPM_E_MA_TICKET_SIGNATURE: Self = _

source

pub const TPM_E_MA_DESTINATION: Self = _

source

pub const TPM_E_MA_SOURCE: Self = _

source

pub const TPM_E_MA_AUTHORITY: Self = _

source

pub const TPM_E_PERMANENTEK: Self = _

source

pub const TPM_E_BAD_SIGNATURE: Self = _

source

pub const TPM_E_NOCONTEXTSPACE: Self = _

source

pub const TPM_20_E_ASYMMETRIC: Self = _

source

pub const TPM_20_E_ATTRIBUTES: Self = _

source

pub const TPM_20_E_HASH: Self = _

source

pub const TPM_20_E_VALUE: Self = _

source

pub const TPM_20_E_HIERARCHY: Self = _

source

pub const TPM_20_E_KEY_SIZE: Self = _

source

pub const TPM_20_E_MGF: Self = _

source

pub const TPM_20_E_MODE: Self = _

source

pub const TPM_20_E_TYPE: Self = _

source

pub const TPM_20_E_HANDLE: Self = _

source

pub const TPM_20_E_KDF: Self = _

source

pub const TPM_20_E_RANGE: Self = _

source

pub const TPM_20_E_AUTH_FAIL: Self = _

source

pub const TPM_20_E_NONCE: Self = _

source

pub const TPM_20_E_PP: Self = _

source

pub const TPM_20_E_SCHEME: Self = _

source

pub const TPM_20_E_SIZE: Self = _

source

pub const TPM_20_E_SYMMETRIC: Self = _

source

pub const TPM_20_E_TAG: Self = _

source

pub const TPM_20_E_SELECTOR: Self = _

source

pub const TPM_20_E_INSUFFICIENT: Self = _

source

pub const TPM_20_E_SIGNATURE: Self = _

source

pub const TPM_20_E_KEY: Self = _

source

pub const TPM_20_E_POLICY_FAIL: Self = _

source

pub const TPM_20_E_INTEGRITY: Self = _

source

pub const TPM_20_E_TICKET: Self = _

source

pub const TPM_20_E_RESERVED_BITS: Self = _

source

pub const TPM_20_E_BAD_AUTH: Self = _

source

pub const TPM_20_E_EXPIRED: Self = _

source

pub const TPM_20_E_POLICY_CC: Self = _

source

pub const TPM_20_E_BINDING: Self = _

source

pub const TPM_20_E_CURVE: Self = _

source

pub const TPM_20_E_ECC_POINT: Self = _

source

pub const TPM_20_E_INITIALIZE: Self = _

source

pub const TPM_20_E_FAILURE: Self = _

source

pub const TPM_20_E_SEQUENCE: Self = _

source

pub const TPM_20_E_PRIVATE: Self = _

source

pub const TPM_20_E_HMAC: Self = _

source

pub const TPM_20_E_DISABLED: Self = _

source

pub const TPM_20_E_EXCLUSIVE: Self = _

source

pub const TPM_20_E_ECC_CURVE: Self = _

source

pub const TPM_20_E_AUTH_TYPE: Self = _

source

pub const TPM_20_E_AUTH_MISSING: Self = _

source

pub const TPM_20_E_POLICY: Self = _

source

pub const TPM_20_E_PCR: Self = _

source

pub const TPM_20_E_PCR_CHANGED: Self = _

source

pub const TPM_20_E_UPGRADE: Self = _

source

pub const TPM_20_E_TOO_MANY_CONTEXTS: Self = _

source

pub const TPM_20_E_AUTH_UNAVAILABLE: Self = _

source

pub const TPM_20_E_REBOOT: Self = _

source

pub const TPM_20_E_UNBALANCED: Self = _

source

pub const TPM_20_E_COMMAND_SIZE: Self = _

source

pub const TPM_20_E_COMMAND_CODE: Self = _

source

pub const TPM_20_E_AUTHSIZE: Self = _

source

pub const TPM_20_E_AUTH_CONTEXT: Self = _

source

pub const TPM_20_E_NV_RANGE: Self = _

source

pub const TPM_20_E_NV_SIZE: Self = _

source

pub const TPM_20_E_NV_LOCKED: Self = _

source

pub const TPM_20_E_NV_AUTHORIZATION: Self = _

source

pub const TPM_20_E_NV_UNINITIALIZED: Self = _

source

pub const TPM_20_E_NV_SPACE: Self = _

source

pub const TPM_20_E_NV_DEFINED: Self = _

source

pub const TPM_20_E_BAD_CONTEXT: Self = _

source

pub const TPM_20_E_CPHASH: Self = _

source

pub const TPM_20_E_PARENT: Self = _

source

pub const TPM_20_E_NEEDS_TEST: Self = _

source

pub const TPM_20_E_NO_RESULT: Self = _

source

pub const TPM_20_E_SENSITIVE: Self = _

source

pub const TPM_E_COMMAND_BLOCKED: Self = _

source

pub const TPM_E_INVALID_HANDLE: Self = _

source

pub const TPM_E_DUPLICATE_VHANDLE: Self = _

source

pub const TPM_E_EMBEDDED_COMMAND_BLOCKED: Self = _

source

pub const TPM_E_EMBEDDED_COMMAND_UNSUPPORTED: Self = _

source

pub const TPM_E_RETRY: Self = _

source

pub const TPM_E_NEEDS_SELFTEST: Self = _

source

pub const TPM_E_DOING_SELFTEST: Self = _

source

pub const TPM_E_DEFEND_LOCK_RUNNING: Self = _

source

pub const TPM_20_E_CONTEXT_GAP: Self = _

source

pub const TPM_20_E_OBJECT_MEMORY: Self = _

source

pub const TPM_20_E_SESSION_MEMORY: Self = _

source

pub const TPM_20_E_MEMORY: Self = _

source

pub const TPM_20_E_SESSION_HANDLES: Self = _

source

pub const TPM_20_E_OBJECT_HANDLES: Self = _

source

pub const TPM_20_E_LOCALITY: Self = _

source

pub const TPM_20_E_YIELDED: Self = _

source

pub const TPM_20_E_CANCELED: Self = _

source

pub const TPM_20_E_TESTING: Self = _

source

pub const TPM_20_E_NV_RATE: Self = _

source

pub const TPM_20_E_LOCKOUT: Self = _

source

pub const TPM_20_E_RETRY: Self = _

source

pub const TPM_20_E_NV_UNAVAILABLE: Self = _

source

pub const TBS_E_INTERNAL_ERROR: Self = _

source

pub const TBS_E_BAD_PARAMETER: Self = _

source

pub const TBS_E_INVALID_OUTPUT_POINTER: Self = _

source

pub const TBS_E_INVALID_CONTEXT: Self = _

source

pub const TBS_E_INSUFFICIENT_BUFFER: Self = _

source

pub const TBS_E_IOERROR: Self = _

source

pub const TBS_E_INVALID_CONTEXT_PARAM: Self = _

source

pub const TBS_E_SERVICE_NOT_RUNNING: Self = _

source

pub const TBS_E_TOO_MANY_TBS_CONTEXTS: Self = _

source

pub const TBS_E_TOO_MANY_RESOURCES: Self = _

source

pub const TBS_E_SERVICE_START_PENDING: Self = _

source

pub const TBS_E_PPI_NOT_SUPPORTED: Self = _

source

pub const TBS_E_COMMAND_CANCELED: Self = _

source

pub const TBS_E_BUFFER_TOO_LARGE: Self = _

source

pub const TBS_E_TPM_NOT_FOUND: Self = _

source

pub const TBS_E_SERVICE_DISABLED: Self = _

source

pub const TBS_E_NO_EVENT_LOG: Self = _

source

pub const TBS_E_ACCESS_DENIED: Self = _

source

pub const TBS_E_PROVISIONING_NOT_ALLOWED: Self = _

source

pub const TBS_E_PPI_FUNCTION_UNSUPPORTED: Self = _

source

pub const TBS_E_OWNERAUTH_NOT_FOUND: Self = _

source

pub const TBS_E_PROVISIONING_INCOMPLETE: Self = _

source

pub const TPMAPI_E_INVALID_STATE: Self = _

source

pub const TPMAPI_E_NOT_ENOUGH_DATA: Self = _

source

pub const TPMAPI_E_TOO_MUCH_DATA: Self = _

source

pub const TPMAPI_E_INVALID_OUTPUT_POINTER: Self = _

source

pub const TPMAPI_E_INVALID_PARAMETER: Self = _

source

pub const TPMAPI_E_OUT_OF_MEMORY: Self = _

source

pub const TPMAPI_E_BUFFER_TOO_SMALL: Self = _

source

pub const TPMAPI_E_INTERNAL_ERROR: Self = _

source

pub const TPMAPI_E_ACCESS_DENIED: Self = _

source

pub const TPMAPI_E_AUTHORIZATION_FAILED: Self = _

source

pub const TPMAPI_E_INVALID_CONTEXT_HANDLE: Self = _

source

pub const TPMAPI_E_TBS_COMMUNICATION_ERROR: Self = _

source

pub const TPMAPI_E_TPM_COMMAND_ERROR: Self = _

source

pub const TPMAPI_E_MESSAGE_TOO_LARGE: Self = _

source

pub const TPMAPI_E_INVALID_ENCODING: Self = _

source

pub const TPMAPI_E_INVALID_KEY_SIZE: Self = _

source

pub const TPMAPI_E_ENCRYPTION_FAILED: Self = _

source

pub const TPMAPI_E_INVALID_KEY_PARAMS: Self = _

source

pub const TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB: Self = _

source

pub const TPMAPI_E_INVALID_PCR_INDEX: Self = _

source

pub const TPMAPI_E_INVALID_DELEGATE_BLOB: Self = _

source

pub const TPMAPI_E_INVALID_CONTEXT_PARAMS: Self = _

source

pub const TPMAPI_E_INVALID_KEY_BLOB: Self = _

source

pub const TPMAPI_E_INVALID_PCR_DATA: Self = _

source

pub const TPMAPI_E_INVALID_OWNER_AUTH: Self = _

source

pub const TPMAPI_E_FIPS_RNG_CHECK_FAILED: Self = _

source

pub const TPMAPI_E_EMPTY_TCG_LOG: Self = _

source

pub const TPMAPI_E_INVALID_TCG_LOG_ENTRY: Self = _

source

pub const TPMAPI_E_TCG_SEPARATOR_ABSENT: Self = _

source

pub const TPMAPI_E_TCG_INVALID_DIGEST_ENTRY: Self = _

source

pub const TPMAPI_E_POLICY_DENIES_OPERATION: Self = _

source

pub const TPMAPI_E_NV_BITS_NOT_DEFINED: Self = _

source

pub const TPMAPI_E_NV_BITS_NOT_READY: Self = _

source

pub const TPMAPI_E_SEALING_KEY_NOT_AVAILABLE: Self = _

source

pub const TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND: Self = _

source

pub const TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE: Self = _

source

pub const TPMAPI_E_OWNER_AUTH_NOT_NULL: Self = _

source

pub const TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL: Self = _

source

pub const TPMAPI_E_AUTHORIZATION_REVOKED: Self = _

source

pub const TPMAPI_E_MALFORMED_AUTHORIZATION_KEY: Self = _

source

pub const TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED: Self = _

source

pub const TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE: Self = _

source

pub const TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY: Self = _

source

pub const TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER: Self = _

source

pub const TPMAPI_E_SEALING_KEY_CHANGED: Self = _

source

pub const TBSIMP_E_BUFFER_TOO_SMALL: Self = _

source

pub const TBSIMP_E_CLEANUP_FAILED: Self = _

source

pub const TBSIMP_E_INVALID_CONTEXT_HANDLE: Self = _

source

pub const TBSIMP_E_INVALID_CONTEXT_PARAM: Self = _

source

pub const TBSIMP_E_TPM_ERROR: Self = _

source

pub const TBSIMP_E_HASH_BAD_KEY: Self = _

source

pub const TBSIMP_E_DUPLICATE_VHANDLE: Self = _

source

pub const TBSIMP_E_INVALID_OUTPUT_POINTER: Self = _

source

pub const TBSIMP_E_INVALID_PARAMETER: Self = _

source

pub const TBSIMP_E_RPC_INIT_FAILED: Self = _

source

pub const TBSIMP_E_SCHEDULER_NOT_RUNNING: Self = _

source

pub const TBSIMP_E_COMMAND_CANCELED: Self = _

source

pub const TBSIMP_E_OUT_OF_MEMORY: Self = _

source

pub const TBSIMP_E_LIST_NO_MORE_ITEMS: Self = _

source

pub const TBSIMP_E_LIST_NOT_FOUND: Self = _

source

pub const TBSIMP_E_NOT_ENOUGH_SPACE: Self = _

source

pub const TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS: Self = _

source

pub const TBSIMP_E_COMMAND_FAILED: Self = _

source

pub const TBSIMP_E_UNKNOWN_ORDINAL: Self = _

source

pub const TBSIMP_E_RESOURCE_EXPIRED: Self = _

source

pub const TBSIMP_E_INVALID_RESOURCE: Self = _

source

pub const TBSIMP_E_NOTHING_TO_UNLOAD: Self = _

source

pub const TBSIMP_E_HASH_TABLE_FULL: Self = _

source

pub const TBSIMP_E_TOO_MANY_TBS_CONTEXTS: Self = _

source

pub const TBSIMP_E_TOO_MANY_RESOURCES: Self = _

source

pub const TBSIMP_E_PPI_NOT_SUPPORTED: Self = _

source

pub const TBSIMP_E_TPM_INCOMPATIBLE: Self = _

source

pub const TBSIMP_E_NO_EVENT_LOG: Self = _

source

pub const TPM_E_PPI_ACPI_FAILURE: Self = _

source

pub const TPM_E_PPI_USER_ABORT: Self = _

source

pub const TPM_E_PPI_BIOS_FAILURE: Self = _

source

pub const TPM_E_PPI_NOT_SUPPORTED: Self = _

source

pub const TPM_E_PPI_BLOCKED_IN_BIOS: Self = _

source

pub const TPM_E_PCP_ERROR_MASK: Self = _

source

pub const TPM_E_PCP_DEVICE_NOT_READY: Self = _

source

pub const TPM_E_PCP_INVALID_HANDLE: Self = _

source

pub const TPM_E_PCP_INVALID_PARAMETER: Self = _

source

pub const TPM_E_PCP_FLAG_NOT_SUPPORTED: Self = _

source

pub const TPM_E_PCP_NOT_SUPPORTED: Self = _

source

pub const TPM_E_PCP_BUFFER_TOO_SMALL: Self = _

source

pub const TPM_E_PCP_INTERNAL_ERROR: Self = _

source

pub const TPM_E_PCP_AUTHENTICATION_FAILED: Self = _

source

pub const TPM_E_PCP_AUTHENTICATION_IGNORED: Self = _

source

pub const TPM_E_PCP_POLICY_NOT_FOUND: Self = _

source

pub const TPM_E_PCP_PROFILE_NOT_FOUND: Self = _

source

pub const TPM_E_PCP_VALIDATION_FAILED: Self = _

source

pub const TPM_E_PCP_WRONG_PARENT: Self = _

source

pub const TPM_E_KEY_NOT_LOADED: Self = _

source

pub const TPM_E_NO_KEY_CERTIFICATION: Self = _

source

pub const TPM_E_KEY_NOT_FINALIZED: Self = _

source

pub const TPM_E_ATTESTATION_CHALLENGE_NOT_SET: Self = _

source

pub const TPM_E_NOT_PCR_BOUND: Self = _

source

pub const TPM_E_KEY_ALREADY_FINALIZED: Self = _

source

pub const TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED: Self = _

source

pub const TPM_E_KEY_USAGE_POLICY_INVALID: Self = _

source

pub const TPM_E_SOFT_KEY_ERROR: Self = _

source

pub const TPM_E_KEY_NOT_AUTHENTICATED: Self = _

source

pub const TPM_E_PCP_KEY_NOT_AIK: Self = _

source

pub const TPM_E_KEY_NOT_SIGNING_KEY: Self = _

source

pub const TPM_E_LOCKED_OUT: Self = _

source

pub const TPM_E_CLAIM_TYPE_NOT_SUPPORTED: Self = _

source

pub const TPM_E_VERSION_NOT_SUPPORTED: Self = _

source

pub const TPM_E_BUFFER_LENGTH_MISMATCH: Self = _

source

pub const TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED: Self = _

source

pub const TPM_E_PCP_TICKET_MISSING: Self = _

source

pub const TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED: Self = _

source

pub const TPM_E_PCP_KEY_HANDLE_INVALIDATED: Self = _

source

pub const TPM_E_PCP_UNSUPPORTED_PSS_SALT: Self = _

source

pub const TPM_E_ZERO_EXHAUST_ENABLED: Self = _

source

pub const PLA_E_DCS_NOT_FOUND: Self = _

source

pub const PLA_E_DCS_IN_USE: Self = _

source

pub const PLA_E_TOO_MANY_FOLDERS: Self = _

source

pub const PLA_E_NO_MIN_DISK: Self = _

source

pub const PLA_E_DCS_ALREADY_EXISTS: Self = _

source

pub const PLA_S_PROPERTY_IGNORED: Self = _

source

pub const PLA_E_PROPERTY_CONFLICT: Self = _

source

pub const PLA_E_DCS_SINGLETON_REQUIRED: Self = _

source

pub const PLA_E_CREDENTIALS_REQUIRED: Self = _

source

pub const PLA_E_DCS_NOT_RUNNING: Self = _

source

pub const PLA_E_CONFLICT_INCL_EXCL_API: Self = _

source

pub const PLA_E_NETWORK_EXE_NOT_VALID: Self = _

source

pub const PLA_E_EXE_ALREADY_CONFIGURED: Self = _

source

pub const PLA_E_EXE_PATH_NOT_VALID: Self = _

source

pub const PLA_E_DC_ALREADY_EXISTS: Self = _

source

pub const PLA_E_DCS_START_WAIT_TIMEOUT: Self = _

source

pub const PLA_E_DC_START_WAIT_TIMEOUT: Self = _

source

pub const PLA_E_REPORT_WAIT_TIMEOUT: Self = _

source

pub const PLA_E_NO_DUPLICATES: Self = _

source

pub const PLA_E_EXE_FULL_PATH_REQUIRED: Self = _

source

pub const PLA_E_INVALID_SESSION_NAME: Self = _

source

pub const PLA_E_PLA_CHANNEL_NOT_ENABLED: Self = _

source

pub const PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED: Self = _

source

pub const PLA_E_RULES_MANAGER_FAILED: Self = _

source

pub const PLA_E_CABAPI_FAILURE: Self = _

source

pub const FVE_E_LOCKED_VOLUME: Self = _

source

pub const FVE_E_NOT_ENCRYPTED: Self = _

source

pub const FVE_E_NO_TPM_BIOS: Self = _

source

pub const FVE_E_NO_MBR_METRIC: Self = _

source

pub const FVE_E_NO_BOOTSECTOR_METRIC: Self = _

source

pub const FVE_E_NO_BOOTMGR_METRIC: Self = _

source

pub const FVE_E_WRONG_BOOTMGR: Self = _

source

pub const FVE_E_SECURE_KEY_REQUIRED: Self = _

source

pub const FVE_E_NOT_ACTIVATED: Self = _

source

pub const FVE_E_ACTION_NOT_ALLOWED: Self = _

source

pub const FVE_E_AD_SCHEMA_NOT_INSTALLED: Self = _

source

pub const FVE_E_AD_INVALID_DATATYPE: Self = _

source

pub const FVE_E_AD_INVALID_DATASIZE: Self = _

source

pub const FVE_E_AD_NO_VALUES: Self = _

source

pub const FVE_E_AD_ATTR_NOT_SET: Self = _

source

pub const FVE_E_AD_GUID_NOT_FOUND: Self = _

source

pub const FVE_E_BAD_INFORMATION: Self = _

source

pub const FVE_E_TOO_SMALL: Self = _

source

pub const FVE_E_SYSTEM_VOLUME: Self = _

source

pub const FVE_E_FAILED_WRONG_FS: Self = _

source

pub const FVE_E_BAD_PARTITION_SIZE: Self = _

source

pub const FVE_E_NOT_SUPPORTED: Self = _

source

pub const FVE_E_BAD_DATA: Self = _

source

pub const FVE_E_VOLUME_NOT_BOUND: Self = _

source

pub const FVE_E_TPM_NOT_OWNED: Self = _

source

pub const FVE_E_NOT_DATA_VOLUME: Self = _

source

pub const FVE_E_AD_INSUFFICIENT_BUFFER: Self = _

source

pub const FVE_E_CONV_READ: Self = _

source

pub const FVE_E_CONV_WRITE: Self = _

source

pub const FVE_E_KEY_REQUIRED: Self = _

source

pub const FVE_E_CLUSTERING_NOT_SUPPORTED: Self = _

source

pub const FVE_E_VOLUME_BOUND_ALREADY: Self = _

source

pub const FVE_E_OS_NOT_PROTECTED: Self = _

source

pub const FVE_E_PROTECTION_DISABLED: Self = _

source

pub const FVE_E_RECOVERY_KEY_REQUIRED: Self = _

source

pub const FVE_E_FOREIGN_VOLUME: Self = _

source

pub const FVE_E_OVERLAPPED_UPDATE: Self = _

source

pub const FVE_E_TPM_SRK_AUTH_NOT_ZERO: Self = _

source

pub const FVE_E_FAILED_SECTOR_SIZE: Self = _

source

pub const FVE_E_FAILED_AUTHENTICATION: Self = _

source

pub const FVE_E_NOT_OS_VOLUME: Self = _

source

pub const FVE_E_AUTOUNLOCK_ENABLED: Self = _

source

pub const FVE_E_WRONG_BOOTSECTOR: Self = _

source

pub const FVE_E_WRONG_SYSTEM_FS: Self = _

source

pub const FVE_E_POLICY_PASSWORD_REQUIRED: Self = _

source

pub const FVE_E_CANNOT_SET_FVEK_ENCRYPTED: Self = _

source

pub const FVE_E_CANNOT_ENCRYPT_NO_KEY: Self = _

source

pub const FVE_E_BOOTABLE_CDDVD: Self = _

source

pub const FVE_E_PROTECTOR_EXISTS: Self = _

source

pub const FVE_E_RELATIVE_PATH: Self = _

source

pub const FVE_E_PROTECTOR_NOT_FOUND: Self = _

source

pub const FVE_E_INVALID_KEY_FORMAT: Self = _

source

pub const FVE_E_INVALID_PASSWORD_FORMAT: Self = _

source

pub const FVE_E_FIPS_RNG_CHECK_FAILED: Self = _

source

pub const FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD: Self = _

source

pub const FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT: Self = _

source

pub const FVE_E_NOT_DECRYPTED: Self = _

source

pub const FVE_E_INVALID_PROTECTOR_TYPE: Self = _

source

pub const FVE_E_NO_PROTECTORS_TO_TEST: Self = _

source

pub const FVE_E_KEYFILE_NOT_FOUND: Self = _

source

pub const FVE_E_KEYFILE_INVALID: Self = _

source

pub const FVE_E_KEYFILE_NO_VMK: Self = _

source

pub const FVE_E_TPM_DISABLED: Self = _

source

pub const FVE_E_NOT_ALLOWED_IN_SAFE_MODE: Self = _

source

pub const FVE_E_TPM_INVALID_PCR: Self = _

source

pub const FVE_E_TPM_NO_VMK: Self = _

source

pub const FVE_E_PIN_INVALID: Self = _

source

pub const FVE_E_AUTH_INVALID_APPLICATION: Self = _

source

pub const FVE_E_AUTH_INVALID_CONFIG: Self = _

source

pub const FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED: Self = _

source

pub const FVE_E_FS_NOT_EXTENDED: Self = _

source

pub const FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED: Self = _

source

pub const FVE_E_NO_LICENSE: Self = _

source

pub const FVE_E_NOT_ON_STACK: Self = _

source

pub const FVE_E_FS_MOUNTED: Self = _

source

pub const FVE_E_TOKEN_NOT_IMPERSONATED: Self = _

source

pub const FVE_E_DRY_RUN_FAILED: Self = _

source

pub const FVE_E_REBOOT_REQUIRED: Self = _

source

pub const FVE_E_DEBUGGER_ENABLED: Self = _

source

pub const FVE_E_RAW_ACCESS: Self = _

source

pub const FVE_E_RAW_BLOCKED: Self = _

source

pub const FVE_E_BCD_APPLICATIONS_PATH_INCORRECT: Self = _

source

pub const FVE_E_NOT_ALLOWED_IN_VERSION: Self = _

source

pub const FVE_E_NO_AUTOUNLOCK_MASTER_KEY: Self = _

source

pub const FVE_E_MOR_FAILED: Self = _

source

pub const FVE_E_HIDDEN_VOLUME: Self = _

source

pub const FVE_E_TRANSIENT_STATE: Self = _

source

pub const FVE_E_PUBKEY_NOT_ALLOWED: Self = _

source

pub const FVE_E_VOLUME_HANDLE_OPEN: Self = _

source

pub const FVE_E_NO_FEATURE_LICENSE: Self = _

source

pub const FVE_E_INVALID_STARTUP_OPTIONS: Self = _

source

pub const FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED: Self = _

source

pub const FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_RECOVERY_KEY_REQUIRED: Self = _

source

pub const FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_STARTUP_PIN_REQUIRED: Self = _

source

pub const FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_STARTUP_KEY_REQUIRED: Self = _

source

pub const FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED: Self = _

source

pub const FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_STARTUP_TPM_REQUIRED: Self = _

source

pub const FVE_E_POLICY_INVALID_PIN_LENGTH: Self = _

source

pub const FVE_E_KEY_PROTECTOR_NOT_SUPPORTED: Self = _

source

pub const FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_PASSPHRASE_REQUIRED: Self = _

source

pub const FVE_E_FIPS_PREVENTS_PASSPHRASE: Self = _

source

pub const FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED: Self = _

source

pub const FVE_E_INVALID_BITLOCKER_OID: Self = _

source

pub const FVE_E_VOLUME_TOO_SMALL: Self = _

source

pub const FVE_E_DV_NOT_SUPPORTED_ON_FS: Self = _

source

pub const FVE_E_DV_NOT_ALLOWED_BY_GP: Self = _

source

pub const FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_USER_CERTIFICATE_REQUIRED: Self = _

source

pub const FVE_E_POLICY_USER_CERT_MUST_BE_HW: Self = _

source

pub const FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: Self = _

source

pub const FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH: Self = _

source

pub const FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE: Self = _

source

pub const FVE_E_RECOVERY_PARTITION: Self = _

source

pub const FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON: Self = _

source

pub const FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON: Self = _

source

pub const FVE_E_NON_BITLOCKER_OID: Self = _

source

pub const FVE_E_POLICY_PROHIBITS_SELFSIGNED: Self = _

source

pub const FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED: Self = _

source

pub const FVE_E_CONV_RECOVERY_FAILED: Self = _

source

pub const FVE_E_VIRTUALIZED_SPACE_TOO_BIG: Self = _

source

pub const FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON: Self = _

source

pub const FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON: Self = _

source

pub const FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON: Self = _

source

pub const FVE_E_NON_BITLOCKER_KU: Self = _

source

pub const FVE_E_PRIVATEKEY_AUTH_FAILED: Self = _

source

pub const FVE_E_REMOVAL_OF_DRA_FAILED: Self = _

source

pub const FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME: Self = _

source

pub const FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME: Self = _

source

pub const FVE_E_FIPS_HASH_KDF_NOT_ALLOWED: Self = _

source

pub const FVE_E_ENH_PIN_INVALID: Self = _

source

pub const FVE_E_INVALID_PIN_CHARS: Self = _

source

pub const FVE_E_INVALID_DATUM_TYPE: Self = _

source

pub const FVE_E_EFI_ONLY: Self = _

source

pub const FVE_E_MULTIPLE_NKP_CERTS: Self = _

source

pub const FVE_E_REMOVAL_OF_NKP_FAILED: Self = _

source

pub const FVE_E_INVALID_NKP_CERT: Self = _

source

pub const FVE_E_NO_EXISTING_PIN: Self = _

source

pub const FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH: Self = _

source

pub const FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: Self = _

source

pub const FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED: Self = _

source

pub const FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII: Self = _

source

pub const FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: Self = _

source

pub const FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE: Self = _

source

pub const FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE: Self = _

source

pub const FVE_E_NO_EXISTING_PASSPHRASE: Self = _

source

pub const FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH: Self = _

source

pub const FVE_E_PASSPHRASE_TOO_LONG: Self = _

source

pub const FVE_E_NO_PASSPHRASE_WITH_TPM: Self = _

source

pub const FVE_E_NO_TPM_WITH_PASSPHRASE: Self = _

source

pub const FVE_E_NOT_ALLOWED_ON_CSV_STACK: Self = _

source

pub const FVE_E_NOT_ALLOWED_ON_CLUSTER: Self = _

source

pub const FVE_E_EDRIVE_NO_FAILOVER_TO_SW: Self = _

source

pub const FVE_E_EDRIVE_BAND_IN_USE: Self = _

source

pub const FVE_E_EDRIVE_DISALLOWED_BY_GP: Self = _

source

pub const FVE_E_EDRIVE_INCOMPATIBLE_VOLUME: Self = _

source

pub const FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: Self = _

source

pub const FVE_E_EDRIVE_DV_NOT_SUPPORTED: Self = _

source

pub const FVE_E_NO_PREBOOT_KEYBOARD_DETECTED: Self = _

source

pub const FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED: Self = _

source

pub const FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE: Self = _

source

pub const FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE: Self = _

source

pub const FVE_E_WIPE_CANCEL_NOT_APPLICABLE: Self = _

source

pub const FVE_E_SECUREBOOT_DISABLED: Self = _

source

pub const FVE_E_SECUREBOOT_CONFIGURATION_INVALID: Self = _

source

pub const FVE_E_EDRIVE_DRY_RUN_FAILED: Self = _

source

pub const FVE_E_SHADOW_COPY_PRESENT: Self = _

source

pub const FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS: Self = _

source

pub const FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE: Self = _

source

pub const FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED: Self = _

source

pub const FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: Self = _

source

pub const FVE_E_LIVEID_ACCOUNT_SUSPENDED: Self = _

source

pub const FVE_E_LIVEID_ACCOUNT_BLOCKED: Self = _

source

pub const FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES: Self = _

source

pub const FVE_E_DE_FIXED_DATA_NOT_SUPPORTED: Self = _

source

pub const FVE_E_DE_HARDWARE_NOT_COMPLIANT: Self = _

source

pub const FVE_E_DE_WINRE_NOT_CONFIGURED: Self = _

source

pub const FVE_E_DE_PROTECTION_SUSPENDED: Self = _

source

pub const FVE_E_DE_OS_VOLUME_NOT_PROTECTED: Self = _

source

pub const FVE_E_DE_DEVICE_LOCKEDOUT: Self = _

source

pub const FVE_E_DE_PROTECTION_NOT_YET_ENABLED: Self = _

source

pub const FVE_E_INVALID_PIN_CHARS_DETAILED: Self = _

source

pub const FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE: Self = _

source

pub const FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH: Self = _

source

pub const FVE_E_BUFFER_TOO_LARGE: Self = _

source

pub const FVE_E_NO_SUCH_CAPABILITY_ON_TARGET: Self = _

source

pub const FVE_E_DE_PREVENTED_FOR_OS: Self = _

source

pub const FVE_E_DE_VOLUME_OPTED_OUT: Self = _

source

pub const FVE_E_DE_VOLUME_NOT_SUPPORTED: Self = _

source

pub const FVE_E_EOW_NOT_SUPPORTED_IN_VERSION: Self = _

source

pub const FVE_E_ADBACKUP_NOT_ENABLED: Self = _

source

pub const FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: Self = _

source

pub const FVE_E_NOT_DE_VOLUME: Self = _

source

pub const FVE_E_PROTECTION_CANNOT_BE_DISABLED: Self = _

source

pub const FVE_E_OSV_KSR_NOT_ALLOWED: Self = _

source

pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE: Self = _

source

pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE: Self = _

source

pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE: Self = _

source

pub const FVE_E_KEY_ROTATION_NOT_SUPPORTED: Self = _

source

pub const FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON: Self = _

source

pub const FVE_E_KEY_ROTATION_NOT_ENABLED: Self = _

source

pub const FVE_E_DEVICE_NOT_JOINED: Self = _

source

pub const FWP_E_CALLOUT_NOT_FOUND: Self = _

source

pub const FWP_E_CONDITION_NOT_FOUND: Self = _

source

pub const FWP_E_FILTER_NOT_FOUND: Self = _

source

pub const FWP_E_LAYER_NOT_FOUND: Self = _

source

pub const FWP_E_PROVIDER_NOT_FOUND: Self = _

source

pub const FWP_E_PROVIDER_CONTEXT_NOT_FOUND: Self = _

source

pub const FWP_E_SUBLAYER_NOT_FOUND: Self = _

source

pub const FWP_E_NOT_FOUND: Self = _

source

pub const FWP_E_ALREADY_EXISTS: Self = _

source

pub const FWP_E_IN_USE: Self = _

source

pub const FWP_E_DYNAMIC_SESSION_IN_PROGRESS: Self = _

source

pub const FWP_E_WRONG_SESSION: Self = _

source

pub const FWP_E_NO_TXN_IN_PROGRESS: Self = _

source

pub const FWP_E_TXN_IN_PROGRESS: Self = _

source

pub const FWP_E_TXN_ABORTED: Self = _

source

pub const FWP_E_SESSION_ABORTED: Self = _

source

pub const FWP_E_INCOMPATIBLE_TXN: Self = _

source

pub const FWP_E_TIMEOUT: Self = _

source

pub const FWP_E_NET_EVENTS_DISABLED: Self = _

source

pub const FWP_E_INCOMPATIBLE_LAYER: Self = _

source

pub const FWP_E_KM_CLIENTS_ONLY: Self = _

source

pub const FWP_E_LIFETIME_MISMATCH: Self = _

source

pub const FWP_E_BUILTIN_OBJECT: Self = _

source

pub const FWP_E_TOO_MANY_CALLOUTS: Self = _

source

pub const FWP_E_NOTIFICATION_DROPPED: Self = _

source

pub const FWP_E_TRAFFIC_MISMATCH: Self = _

source

pub const FWP_E_INCOMPATIBLE_SA_STATE: Self = _

source

pub const FWP_E_NULL_POINTER: Self = _

source

pub const FWP_E_INVALID_ENUMERATOR: Self = _

source

pub const FWP_E_INVALID_FLAGS: Self = _

source

pub const FWP_E_INVALID_NET_MASK: Self = _

source

pub const FWP_E_INVALID_RANGE: Self = _

source

pub const FWP_E_INVALID_INTERVAL: Self = _

source

pub const FWP_E_ZERO_LENGTH_ARRAY: Self = _

source

pub const FWP_E_NULL_DISPLAY_NAME: Self = _

source

pub const FWP_E_INVALID_ACTION_TYPE: Self = _

source

pub const FWP_E_INVALID_WEIGHT: Self = _

source

pub const FWP_E_MATCH_TYPE_MISMATCH: Self = _

source

pub const FWP_E_TYPE_MISMATCH: Self = _

source

pub const FWP_E_OUT_OF_BOUNDS: Self = _

source

pub const FWP_E_RESERVED: Self = _

source

pub const FWP_E_DUPLICATE_CONDITION: Self = _

source

pub const FWP_E_DUPLICATE_KEYMOD: Self = _

source

pub const FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER: Self = _

source

pub const FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER: Self = _

source

pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER: Self = _

source

pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: Self = _

source

pub const FWP_E_INCOMPATIBLE_AUTH_METHOD: Self = _

source

pub const FWP_E_INCOMPATIBLE_DH_GROUP: Self = _

source

pub const FWP_E_EM_NOT_SUPPORTED: Self = _

source

pub const FWP_E_NEVER_MATCH: Self = _

source

pub const FWP_E_PROVIDER_CONTEXT_MISMATCH: Self = _

source

pub const FWP_E_INVALID_PARAMETER: Self = _

source

pub const FWP_E_TOO_MANY_SUBLAYERS: Self = _

source

pub const FWP_E_CALLOUT_NOTIFICATION_FAILED: Self = _

source

pub const FWP_E_INVALID_AUTH_TRANSFORM: Self = _

source

pub const FWP_E_INVALID_CIPHER_TRANSFORM: Self = _

source

pub const FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM: Self = _

source

pub const FWP_E_INVALID_TRANSFORM_COMBINATION: Self = _

source

pub const FWP_E_DUPLICATE_AUTH_METHOD: Self = _

source

pub const FWP_E_INVALID_TUNNEL_ENDPOINT: Self = _

source

pub const FWP_E_L2_DRIVER_NOT_READY: Self = _

source

pub const FWP_E_KEY_DICTATOR_ALREADY_REGISTERED: Self = _

source

pub const FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL: Self = _

source

pub const FWP_E_CONNECTIONS_DISABLED: Self = _

source

pub const FWP_E_INVALID_DNS_NAME: Self = _

source

pub const FWP_E_STILL_ON: Self = _

source

pub const FWP_E_IKEEXT_NOT_RUNNING: Self = _

source

pub const FWP_E_DROP_NOICMP: Self = _

source

pub const WS_S_ASYNC: Self = _

source

pub const WS_S_END: Self = _

source

pub const WS_E_INVALID_FORMAT: Self = _

source

pub const WS_E_OBJECT_FAULTED: Self = _

source

pub const WS_E_NUMERIC_OVERFLOW: Self = _

source

pub const WS_E_INVALID_OPERATION: Self = _

source

pub const WS_E_OPERATION_ABORTED: Self = _

source

pub const WS_E_ENDPOINT_ACCESS_DENIED: Self = _

source

pub const WS_E_OPERATION_TIMED_OUT: Self = _

source

pub const WS_E_OPERATION_ABANDONED: Self = _

source

pub const WS_E_QUOTA_EXCEEDED: Self = _

source

pub const WS_E_NO_TRANSLATION_AVAILABLE: Self = _

source

pub const WS_E_SECURITY_VERIFICATION_FAILURE: Self = _

source

pub const WS_E_ADDRESS_IN_USE: Self = _

source

pub const WS_E_ADDRESS_NOT_AVAILABLE: Self = _

source

pub const WS_E_ENDPOINT_NOT_FOUND: Self = _

source

pub const WS_E_ENDPOINT_NOT_AVAILABLE: Self = _

source

pub const WS_E_ENDPOINT_FAILURE: Self = _

source

pub const WS_E_ENDPOINT_UNREACHABLE: Self = _

source

pub const WS_E_ENDPOINT_ACTION_NOT_SUPPORTED: Self = _

source

pub const WS_E_ENDPOINT_TOO_BUSY: Self = _

source

pub const WS_E_ENDPOINT_FAULT_RECEIVED: Self = _

source

pub const WS_E_ENDPOINT_DISCONNECTED: Self = _

source

pub const WS_E_PROXY_FAILURE: Self = _

source

pub const WS_E_PROXY_ACCESS_DENIED: Self = _

source

pub const WS_E_NOT_SUPPORTED: Self = _

source

pub const WS_E_PROXY_REQUIRES_BASIC_AUTH: Self = _

source

pub const WS_E_PROXY_REQUIRES_DIGEST_AUTH: Self = _

source

pub const WS_E_PROXY_REQUIRES_NTLM_AUTH: Self = _

source

pub const WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH: Self = _

source

pub const WS_E_SERVER_REQUIRES_BASIC_AUTH: Self = _

source

pub const WS_E_SERVER_REQUIRES_DIGEST_AUTH: Self = _

source

pub const WS_E_SERVER_REQUIRES_NTLM_AUTH: Self = _

source

pub const WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH: Self = _

source

pub const WS_E_INVALID_ENDPOINT_URL: Self = _

source

pub const WS_E_OTHER: Self = _

source

pub const WS_E_SECURITY_TOKEN_EXPIRED: Self = _

source

pub const WS_E_SECURITY_SYSTEM_FAILURE: Self = _

source

pub const HCS_E_TERMINATED_DURING_START: Self = _

source

pub const HCS_E_IMAGE_MISMATCH: Self = _

source

pub const HCS_E_HYPERV_NOT_INSTALLED: Self = _

source

pub const HCS_E_INVALID_STATE: Self = _

source

pub const HCS_E_UNEXPECTED_EXIT: Self = _

source

pub const HCS_E_TERMINATED: Self = _

source

pub const HCS_E_CONNECT_FAILED: Self = _

source

pub const HCS_E_CONNECTION_TIMEOUT: Self = _

source

pub const HCS_E_CONNECTION_CLOSED: Self = _

source

pub const HCS_E_UNKNOWN_MESSAGE: Self = _

source

pub const HCS_E_UNSUPPORTED_PROTOCOL_VERSION: Self = _

source

pub const HCS_E_INVALID_JSON: Self = _

source

pub const HCS_E_SYSTEM_NOT_FOUND: Self = _

source

pub const HCS_E_SYSTEM_ALREADY_EXISTS: Self = _

source

pub const HCS_E_SYSTEM_ALREADY_STOPPED: Self = _

source

pub const HCS_E_PROTOCOL_ERROR: Self = _

source

pub const HCS_E_INVALID_LAYER: Self = _

source

pub const HCS_E_WINDOWS_INSIDER_REQUIRED: Self = _

source

pub const HCS_E_SERVICE_NOT_AVAILABLE: Self = _

source

pub const HCS_E_OPERATION_NOT_STARTED: Self = _

source

pub const HCS_E_OPERATION_ALREADY_STARTED: Self = _

source

pub const HCS_E_OPERATION_PENDING: Self = _

source

pub const HCS_E_OPERATION_TIMEOUT: Self = _

source

pub const HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET: Self = _

source

pub const HCS_E_OPERATION_RESULT_ALLOCATION_FAILED: Self = _

source

pub const HCS_E_ACCESS_DENIED: Self = _

source

pub const HCS_E_GUEST_CRITICAL_ERROR: Self = _

source

pub const WHV_E_UNKNOWN_CAPABILITY: Self = _

source

pub const WHV_E_INSUFFICIENT_BUFFER: Self = _

source

pub const WHV_E_UNKNOWN_PROPERTY: Self = _

source

pub const WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG: Self = _

source

pub const WHV_E_INVALID_PARTITION_CONFIG: Self = _

source

pub const WHV_E_GPA_RANGE_NOT_FOUND: Self = _

source

pub const WHV_E_VP_ALREADY_EXISTS: Self = _

source

pub const WHV_E_VP_DOES_NOT_EXIST: Self = _

source

pub const WHV_E_INVALID_VP_STATE: Self = _

source

pub const WHV_E_INVALID_VP_REGISTER_NAME: Self = _

source

pub const HCN_E_NETWORK_NOT_FOUND: Self = _

source

pub const HCN_E_ENDPOINT_NOT_FOUND: Self = _

source

pub const HCN_E_LAYER_NOT_FOUND: Self = _

source

pub const HCN_E_SWITCH_NOT_FOUND: Self = _

source

pub const HCN_E_SUBNET_NOT_FOUND: Self = _

source

pub const HCN_E_ADAPTER_NOT_FOUND: Self = _

source

pub const HCN_E_PORT_NOT_FOUND: Self = _

source

pub const HCN_E_POLICY_NOT_FOUND: Self = _

source

pub const HCN_E_VFP_PORTSETTING_NOT_FOUND: Self = _

source

pub const HCN_E_INVALID_NETWORK: Self = _

source

pub const HCN_E_INVALID_NETWORK_TYPE: Self = _

source

pub const HCN_E_INVALID_ENDPOINT: Self = _

source

pub const HCN_E_INVALID_POLICY: Self = _

source

pub const HCN_E_INVALID_POLICY_TYPE: Self = _

source

pub const HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION: Self = _

source

pub const HCN_E_NETWORK_ALREADY_EXISTS: Self = _

source

pub const HCN_E_LAYER_ALREADY_EXISTS: Self = _

source

pub const HCN_E_POLICY_ALREADY_EXISTS: Self = _

source

pub const HCN_E_PORT_ALREADY_EXISTS: Self = _

source

pub const HCN_E_ENDPOINT_ALREADY_ATTACHED: Self = _

source

pub const HCN_E_REQUEST_UNSUPPORTED: Self = _

source

pub const HCN_E_MAPPING_NOT_SUPPORTED: Self = _

source

pub const HCN_E_DEGRADED_OPERATION: Self = _

source

pub const HCN_E_SHARED_SWITCH_MODIFICATION: Self = _

source

pub const HCN_E_GUID_CONVERSION_FAILURE: Self = _

source

pub const HCN_E_REGKEY_FAILURE: Self = _

source

pub const HCN_E_INVALID_JSON: Self = _

source

pub const HCN_E_INVALID_JSON_REFERENCE: Self = _

source

pub const HCN_E_ENDPOINT_SHARING_DISABLED: Self = _

source

pub const HCN_E_INVALID_IP: Self = _

source

pub const HCN_E_SWITCH_EXTENSION_NOT_FOUND: Self = _

source

pub const HCN_E_MANAGER_STOPPED: Self = _

source

pub const GCN_E_MODULE_NOT_FOUND: Self = _

source

pub const GCN_E_NO_REQUEST_HANDLERS: Self = _

source

pub const GCN_E_REQUEST_UNSUPPORTED: Self = _

source

pub const GCN_E_RUNTIMEKEYS_FAILED: Self = _

source

pub const GCN_E_NETADAPTER_TIMEOUT: Self = _

source

pub const GCN_E_NETADAPTER_NOT_FOUND: Self = _

source

pub const GCN_E_NETCOMPARTMENT_NOT_FOUND: Self = _

source

pub const GCN_E_NETINTERFACE_NOT_FOUND: Self = _

source

pub const GCN_E_DEFAULTNAMESPACE_EXISTS: Self = _

source

pub const HCN_E_ICS_DISABLED: Self = _

source

pub const HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS: Self = _

source

pub const HCN_E_ENTITY_HAS_REFERENCES: Self = _

source

pub const HCN_E_INVALID_INTERNAL_PORT: Self = _

source

pub const HCN_E_NAMESPACE_ATTACH_FAILED: Self = _

source

pub const HCN_E_ADDR_INVALID_OR_RESERVED: Self = _

source

pub const WPN_E_CHANNEL_CLOSED: Self = _

source

pub const WPN_E_CHANNEL_REQUEST_NOT_COMPLETE: Self = _

source

pub const WPN_E_INVALID_APP: Self = _

source

pub const WPN_E_OUTSTANDING_CHANNEL_REQUEST: Self = _

source

pub const WPN_E_DUPLICATE_CHANNEL: Self = _

source

pub const WPN_E_PLATFORM_UNAVAILABLE: Self = _

source

pub const WPN_E_NOTIFICATION_POSTED: Self = _

source

pub const WPN_E_NOTIFICATION_HIDDEN: Self = _

source

pub const WPN_E_NOTIFICATION_NOT_POSTED: Self = _

source

pub const WPN_E_CLOUD_DISABLED: Self = _

source

pub const WPN_E_CLOUD_INCAPABLE: Self = _

source

pub const WPN_E_CLOUD_AUTH_UNAVAILABLE: Self = _

source

pub const WPN_E_CLOUD_SERVICE_UNAVAILABLE: Self = _

source

pub const WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION: Self = _

source

pub const WPN_E_NOTIFICATION_DISABLED: Self = _

source

pub const WPN_E_NOTIFICATION_INCAPABLE: Self = _

source

pub const WPN_E_INTERNET_INCAPABLE: Self = _

source

pub const WPN_E_NOTIFICATION_TYPE_DISABLED: Self = _

source

pub const WPN_E_NOTIFICATION_SIZE: Self = _

source

pub const WPN_E_TAG_SIZE: Self = _

source

pub const WPN_E_ACCESS_DENIED: Self = _

source

pub const WPN_E_DUPLICATE_REGISTRATION: Self = _

source

pub const WPN_E_PUSH_NOTIFICATION_INCAPABLE: Self = _

source

pub const WPN_E_DEV_ID_SIZE: Self = _

source

pub const WPN_E_TAG_ALPHANUMERIC: Self = _

source

pub const WPN_E_INVALID_HTTP_STATUS_CODE: Self = _

source

pub const WPN_E_OUT_OF_SESSION: Self = _

source

pub const WPN_E_POWER_SAVE: Self = _

source

pub const WPN_E_IMAGE_NOT_FOUND_IN_CACHE: Self = _

source

pub const WPN_E_ALL_URL_NOT_COMPLETED: Self = _

source

pub const WPN_E_INVALID_CLOUD_IMAGE: Self = _

source

pub const WPN_E_NOTIFICATION_ID_MATCHED: Self = _

source

pub const WPN_E_CALLBACK_ALREADY_REGISTERED: Self = _

source

pub const WPN_E_TOAST_NOTIFICATION_DROPPED: Self = _

source

pub const WPN_E_STORAGE_LOCKED: Self = _

source

pub const WPN_E_GROUP_SIZE: Self = _

source

pub const WPN_E_GROUP_ALPHANUMERIC: Self = _

source

pub const WPN_E_CLOUD_DISABLED_FOR_APP: Self = _

source

pub const E_MBN_CONTEXT_NOT_ACTIVATED: Self = _

source

pub const E_MBN_BAD_SIM: Self = _

source

pub const E_MBN_DATA_CLASS_NOT_AVAILABLE: Self = _

source

pub const E_MBN_INVALID_ACCESS_STRING: Self = _

source

pub const E_MBN_MAX_ACTIVATED_CONTEXTS: Self = _

source

pub const E_MBN_PACKET_SVC_DETACHED: Self = _

source

pub const E_MBN_PROVIDER_NOT_VISIBLE: Self = _

source

pub const E_MBN_RADIO_POWER_OFF: Self = _

source

pub const E_MBN_SERVICE_NOT_ACTIVATED: Self = _

source

pub const E_MBN_SIM_NOT_INSERTED: Self = _

source

pub const E_MBN_VOICE_CALL_IN_PROGRESS: Self = _

source

pub const E_MBN_INVALID_CACHE: Self = _

source

pub const E_MBN_NOT_REGISTERED: Self = _

source

pub const E_MBN_PROVIDERS_NOT_FOUND: Self = _

source

pub const E_MBN_PIN_NOT_SUPPORTED: Self = _

source

pub const E_MBN_PIN_REQUIRED: Self = _

source

pub const E_MBN_PIN_DISABLED: Self = _

source

pub const E_MBN_FAILURE: Self = _

source

pub const E_MBN_INVALID_PROFILE: Self = _

source

pub const E_MBN_DEFAULT_PROFILE_EXIST: Self = _

source

pub const E_MBN_SMS_ENCODING_NOT_SUPPORTED: Self = _

source

pub const E_MBN_SMS_FILTER_NOT_SUPPORTED: Self = _

source

pub const E_MBN_SMS_INVALID_MEMORY_INDEX: Self = _

source

pub const E_MBN_SMS_LANG_NOT_SUPPORTED: Self = _

source

pub const E_MBN_SMS_MEMORY_FAILURE: Self = _

source

pub const E_MBN_SMS_NETWORK_TIMEOUT: Self = _

source

pub const E_MBN_SMS_UNKNOWN_SMSC_ADDRESS: Self = _

source

pub const E_MBN_SMS_FORMAT_NOT_SUPPORTED: Self = _

source

pub const E_MBN_SMS_OPERATION_NOT_ALLOWED: Self = _

source

pub const E_MBN_SMS_MEMORY_FULL: Self = _

source

pub const PEER_E_IPV6_NOT_INSTALLED: Self = _

source

pub const PEER_E_NOT_INITIALIZED: Self = _

source

pub const PEER_E_CANNOT_START_SERVICE: Self = _

source

pub const PEER_E_NOT_LICENSED: Self = _

source

pub const PEER_E_INVALID_GRAPH: Self = _

source

pub const PEER_E_DBNAME_CHANGED: Self = _

source

pub const PEER_E_DUPLICATE_GRAPH: Self = _

source

pub const PEER_E_GRAPH_NOT_READY: Self = _

source

pub const PEER_E_GRAPH_SHUTTING_DOWN: Self = _

source

pub const PEER_E_GRAPH_IN_USE: Self = _

source

pub const PEER_E_INVALID_DATABASE: Self = _

source

pub const PEER_E_TOO_MANY_ATTRIBUTES: Self = _

source

pub const PEER_E_CONNECTION_NOT_FOUND: Self = _

source

pub const PEER_E_CONNECT_SELF: Self = _

source

pub const PEER_E_ALREADY_LISTENING: Self = _

source

pub const PEER_E_NODE_NOT_FOUND: Self = _

source

pub const PEER_E_CONNECTION_FAILED: Self = _

source

pub const PEER_E_CONNECTION_NOT_AUTHENTICATED: Self = _

source

pub const PEER_E_CONNECTION_REFUSED: Self = _

source

pub const PEER_E_CLASSIFIER_TOO_LONG: Self = _

source

pub const PEER_E_TOO_MANY_IDENTITIES: Self = _

source

pub const PEER_E_NO_KEY_ACCESS: Self = _

source

pub const PEER_E_GROUPS_EXIST: Self = _

source

pub const PEER_E_RECORD_NOT_FOUND: Self = _

source

pub const PEER_E_DATABASE_ACCESSDENIED: Self = _

source

pub const PEER_E_DBINITIALIZATION_FAILED: Self = _

source

pub const PEER_E_MAX_RECORD_SIZE_EXCEEDED: Self = _

source

pub const PEER_E_DATABASE_ALREADY_PRESENT: Self = _

source

pub const PEER_E_DATABASE_NOT_PRESENT: Self = _

source

pub const PEER_E_IDENTITY_NOT_FOUND: Self = _

source

pub const PEER_E_EVENT_HANDLE_NOT_FOUND: Self = _

source

pub const PEER_E_INVALID_ATTRIBUTES: Self = _

source

pub const PEER_E_INVITATION_NOT_TRUSTED: Self = _

source

pub const PEER_E_CHAIN_TOO_LONG: Self = _

source

pub const PEER_E_INVALID_TIME_PERIOD: Self = _

source

pub const PEER_E_CIRCULAR_CHAIN_DETECTED: Self = _

source

pub const PEER_E_CERT_STORE_CORRUPTED: Self = _

source

pub const PEER_E_NO_CLOUD: Self = _

source

pub const PEER_E_CLOUD_NAME_AMBIGUOUS: Self = _

source

pub const PEER_E_INVALID_RECORD: Self = _

source

pub const PEER_E_NOT_AUTHORIZED: Self = _

source

pub const PEER_E_PASSWORD_DOES_NOT_MEET_POLICY: Self = _

source

pub const PEER_E_DEFERRED_VALIDATION: Self = _

source

pub const PEER_E_INVALID_GROUP_PROPERTIES: Self = _

source

pub const PEER_E_INVALID_PEER_NAME: Self = _

source

pub const PEER_E_INVALID_CLASSIFIER: Self = _

source

pub const PEER_E_INVALID_FRIENDLY_NAME: Self = _

source

pub const PEER_E_INVALID_ROLE_PROPERTY: Self = _

source

pub const PEER_E_INVALID_CLASSIFIER_PROPERTY: Self = _

source

pub const PEER_E_INVALID_RECORD_EXPIRATION: Self = _

source

pub const PEER_E_INVALID_CREDENTIAL_INFO: Self = _

source

pub const PEER_E_INVALID_CREDENTIAL: Self = _

source

pub const PEER_E_INVALID_RECORD_SIZE: Self = _

source

pub const PEER_E_UNSUPPORTED_VERSION: Self = _

source

pub const PEER_E_GROUP_NOT_READY: Self = _

source

pub const PEER_E_GROUP_IN_USE: Self = _

source

pub const PEER_E_INVALID_GROUP: Self = _

source

pub const PEER_E_NO_MEMBERS_FOUND: Self = _

source

pub const PEER_E_NO_MEMBER_CONNECTIONS: Self = _

source

pub const PEER_E_UNABLE_TO_LISTEN: Self = _

source

pub const PEER_E_IDENTITY_DELETED: Self = _

source

pub const PEER_E_SERVICE_NOT_AVAILABLE: Self = _

source

pub const PEER_E_CONTACT_NOT_FOUND: Self = _

source

pub const PEER_S_GRAPH_DATA_CREATED: Self = _

source

pub const PEER_S_NO_EVENT_DATA: Self = _

source

pub const PEER_S_ALREADY_CONNECTED: Self = _

source

pub const PEER_S_SUBSCRIPTION_EXISTS: Self = _

source

pub const PEER_S_NO_CONNECTIVITY: Self = _

source

pub const PEER_S_ALREADY_A_MEMBER: Self = _

source

pub const PEER_E_CANNOT_CONVERT_PEER_NAME: Self = _

source

pub const PEER_E_INVALID_PEER_HOST_NAME: Self = _

source

pub const PEER_E_NO_MORE: Self = _

source

pub const PEER_E_PNRP_DUPLICATE_PEER_NAME: Self = _

source

pub const PEER_E_INVITE_CANCELLED: Self = _

source

pub const PEER_E_INVITE_RESPONSE_NOT_AVAILABLE: Self = _

source

pub const PEER_E_NOT_SIGNED_IN: Self = _

source

pub const PEER_E_PRIVACY_DECLINED: Self = _

source

pub const PEER_E_TIMEOUT: Self = _

source

pub const PEER_E_INVALID_ADDRESS: Self = _

source

pub const PEER_E_FW_EXCEPTION_DISABLED: Self = _

source

pub const PEER_E_FW_BLOCKED_BY_POLICY: Self = _

source

pub const PEER_E_FW_BLOCKED_BY_SHIELDS_UP: Self = _

source

pub const PEER_E_FW_DECLINED: Self = _

source

pub const UI_E_CREATE_FAILED: Self = _

source

pub const UI_E_SHUTDOWN_CALLED: Self = _

source

pub const UI_E_ILLEGAL_REENTRANCY: Self = _

source

pub const UI_E_OBJECT_SEALED: Self = _

source

pub const UI_E_VALUE_NOT_SET: Self = _

source

pub const UI_E_VALUE_NOT_DETERMINED: Self = _

source

pub const UI_E_INVALID_OUTPUT: Self = _

source

pub const UI_E_BOOLEAN_EXPECTED: Self = _

source

pub const UI_E_DIFFERENT_OWNER: Self = _

source

pub const UI_E_AMBIGUOUS_MATCH: Self = _

source

pub const UI_E_FP_OVERFLOW: Self = _

source

pub const UI_E_WRONG_THREAD: Self = _

source

pub const UI_E_STORYBOARD_ACTIVE: Self = _

source

pub const UI_E_STORYBOARD_NOT_PLAYING: Self = _

source

pub const UI_E_START_KEYFRAME_AFTER_END: Self = _

source

pub const UI_E_END_KEYFRAME_NOT_DETERMINED: Self = _

source

pub const UI_E_LOOPS_OVERLAP: Self = _

source

pub const UI_E_TRANSITION_ALREADY_USED: Self = _

source

pub const UI_E_TRANSITION_NOT_IN_STORYBOARD: Self = _

source

pub const UI_E_TRANSITION_ECLIPSED: Self = _

source

pub const UI_E_TIME_BEFORE_LAST_UPDATE: Self = _

source

pub const UI_E_TIMER_CLIENT_ALREADY_CONNECTED: Self = _

source

pub const UI_E_INVALID_DIMENSION: Self = _

source

pub const UI_E_PRIMITIVE_OUT_OF_BOUNDS: Self = _

source

pub const UI_E_WINDOW_CLOSED: Self = _

source

pub const E_BLUETOOTH_ATT_INVALID_HANDLE: Self = _

source

pub const E_BLUETOOTH_ATT_READ_NOT_PERMITTED: Self = _

source

pub const E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED: Self = _

source

pub const E_BLUETOOTH_ATT_INVALID_PDU: Self = _

source

pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION: Self = _

source

pub const E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED: Self = _

source

pub const E_BLUETOOTH_ATT_INVALID_OFFSET: Self = _

source

pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION: Self = _

source

pub const E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL: Self = _

source

pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND: Self = _

source

pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG: Self = _

source

pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: Self = _

source

pub const E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: Self = _

source

pub const E_BLUETOOTH_ATT_UNLIKELY: Self = _

source

pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION: Self = _

source

pub const E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE: Self = _

source

pub const E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES: Self = _

source

pub const E_BLUETOOTH_ATT_UNKNOWN_ERROR: Self = _

source

pub const E_AUDIO_ENGINE_NODE_NOT_FOUND: Self = _

source

pub const E_HDAUDIO_EMPTY_CONNECTION_LIST: Self = _

source

pub const E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: Self = _

source

pub const E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: Self = _

source

pub const E_HDAUDIO_NULL_LINKED_LIST_ENTRY: Self = _

source

pub const STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE: Self = _

source

pub const STATEREPOSITORY_E_STATEMENT_INPROGRESS: Self = _

source

pub const STATEREPOSITORY_E_CONFIGURATION_INVALID: Self = _

source

pub const STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION: Self = _

source

pub const STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED: Self = _

source

pub const STATEREPOSITORY_E_BLOCKED: Self = _

source

pub const STATEREPOSITORY_E_BUSY_RETRY: Self = _

source

pub const STATEREPOSITORY_E_BUSY_RECOVERY_RETRY: Self = _

source

pub const STATEREPOSITORY_E_LOCKED_RETRY: Self = _

source

pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY: Self = _

source

pub const STATEREPOSITORY_E_TRANSACTION_REQUIRED: Self = _

source

pub const STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED: Self = _

source

pub const STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED: Self = _

source

pub const STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED: Self = _

source

pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED: Self = _

source

pub const STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS: Self = _

source

pub const STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED: Self = _

source

pub const STATEREPOSITORY_ERROR_CACHE_CORRUPTED: Self = _

source

pub const STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED: Self = _

source

pub const STATEREPOSITORY_TRANSACTION_IN_PROGRESS: Self = _

source

pub const ERROR_SPACES_POOL_WAS_DELETED: Self = _

source

pub const ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID: Self = _

source

pub const ERROR_SPACES_INTERNAL_ERROR: Self = _

source

pub const ERROR_SPACES_RESILIENCY_TYPE_INVALID: Self = _

source

pub const ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID: Self = _

source

pub const ERROR_SPACES_DRIVE_REDUNDANCY_INVALID: Self = _

source

pub const ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID: Self = _

source

pub const ERROR_SPACES_PARITY_LAYOUT_INVALID: Self = _

source

pub const ERROR_SPACES_INTERLEAVE_LENGTH_INVALID: Self = _

source

pub const ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID: Self = _

source

pub const ERROR_SPACES_NOT_ENOUGH_DRIVES: Self = _

source

pub const ERROR_SPACES_EXTENDED_ERROR: Self = _

source

pub const ERROR_SPACES_PROVISIONING_TYPE_INVALID: Self = _

source

pub const ERROR_SPACES_ALLOCATION_SIZE_INVALID: Self = _

source

pub const ERROR_SPACES_ENCLOSURE_AWARE_INVALID: Self = _

source

pub const ERROR_SPACES_WRITE_CACHE_SIZE_INVALID: Self = _

source

pub const ERROR_SPACES_NUMBER_OF_GROUPS_INVALID: Self = _

source

pub const ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: Self = _

source

pub const ERROR_SPACES_ENTRY_INCOMPLETE: Self = _

source

pub const ERROR_SPACES_ENTRY_INVALID: Self = _

source

pub const ERROR_VOLSNAP_BOOTFILE_NOT_VALID: Self = _

source

pub const ERROR_VOLSNAP_ACTIVATION_TIMEOUT: Self = _

source

pub const ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME: Self = _

source

pub const ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS: Self = _

source

pub const ERROR_TIERING_STORAGE_TIER_NOT_FOUND: Self = _

source

pub const ERROR_TIERING_INVALID_FILE_ID: Self = _

source

pub const ERROR_TIERING_WRONG_CLUSTER_NODE: Self = _

source

pub const ERROR_TIERING_ALREADY_PROCESSING: Self = _

source

pub const ERROR_TIERING_CANNOT_PIN_OBJECT: Self = _

source

pub const ERROR_TIERING_FILE_IS_NOT_PINNED: Self = _

source

pub const ERROR_NOT_A_TIERED_VOLUME: Self = _

source

pub const ERROR_ATTRIBUTE_NOT_PRESENT: Self = _

source

pub const ERROR_SECCORE_INVALID_COMMAND: Self = _

source

pub const ERROR_NO_APPLICABLE_APP_LICENSES_FOUND: Self = _

source

pub const ERROR_CLIP_LICENSE_NOT_FOUND: Self = _

source

pub const ERROR_CLIP_DEVICE_LICENSE_MISSING: Self = _

source

pub const ERROR_CLIP_LICENSE_INVALID_SIGNATURE: Self = _

source

pub const ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: Self = _

source

pub const ERROR_CLIP_LICENSE_EXPIRED: Self = _

source

pub const ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: Self = _

source

pub const ERROR_CLIP_LICENSE_NOT_SIGNED: Self = _

source

pub const ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: Self = _

source

pub const ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH: Self = _

source

pub const D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: Self = _

source

pub const D3D10_ERROR_FILE_NOT_FOUND: Self = _

source

pub const D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: Self = _

source

pub const D3D11_ERROR_FILE_NOT_FOUND: Self = _

source

pub const D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS: Self = _

source

pub const D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD: Self = _

source

pub const D3D12_ERROR_ADAPTER_NOT_FOUND: Self = _

source

pub const D3D12_ERROR_DRIVER_VERSION_MISMATCH: Self = _

source

pub const D2DERR_WRONG_STATE: Self = _

source

pub const D2DERR_NOT_INITIALIZED: Self = _

source

pub const D2DERR_UNSUPPORTED_OPERATION: Self = _

source

pub const D2DERR_SCANNER_FAILED: Self = _

source

pub const D2DERR_SCREEN_ACCESS_DENIED: Self = _

source

pub const D2DERR_DISPLAY_STATE_INVALID: Self = _

source

pub const D2DERR_ZERO_VECTOR: Self = _

source

pub const D2DERR_INTERNAL_ERROR: Self = _

source

pub const D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED: Self = _

source

pub const D2DERR_INVALID_CALL: Self = _

source

pub const D2DERR_NO_HARDWARE_DEVICE: Self = _

source

pub const D2DERR_RECREATE_TARGET: Self = _

source

pub const D2DERR_TOO_MANY_SHADER_ELEMENTS: Self = _

source

pub const D2DERR_SHADER_COMPILE_FAILED: Self = _

source

pub const D2DERR_MAX_TEXTURE_SIZE_EXCEEDED: Self = _

source

pub const D2DERR_UNSUPPORTED_VERSION: Self = _

source

pub const D2DERR_BAD_NUMBER: Self = _

source

pub const D2DERR_WRONG_FACTORY: Self = _

source

pub const D2DERR_LAYER_ALREADY_IN_USE: Self = _

source

pub const D2DERR_POP_CALL_DID_NOT_MATCH_PUSH: Self = _

source

pub const D2DERR_WRONG_RESOURCE_DOMAIN: Self = _

source

pub const D2DERR_PUSH_POP_UNBALANCED: Self = _

source

pub const D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT: Self = _

source

pub const D2DERR_INCOMPATIBLE_BRUSH_TYPES: Self = _

source

pub const D2DERR_WIN32_ERROR: Self = _

source

pub const D2DERR_TARGET_NOT_GDI_COMPATIBLE: Self = _

source

pub const D2DERR_TEXT_EFFECT_IS_WRONG_TYPE: Self = _

source

pub const D2DERR_TEXT_RENDERER_NOT_RELEASED: Self = _

source

pub const D2DERR_EXCEEDS_MAX_BITMAP_SIZE: Self = _

source

pub const D2DERR_INVALID_GRAPH_CONFIGURATION: Self = _

source

pub const D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION: Self = _

source

pub const D2DERR_CYCLIC_GRAPH: Self = _

source

pub const D2DERR_BITMAP_CANNOT_DRAW: Self = _

source

pub const D2DERR_OUTSTANDING_BITMAP_REFERENCES: Self = _

source

pub const D2DERR_ORIGINAL_TARGET_NOT_BOUND: Self = _

source

pub const D2DERR_INVALID_TARGET: Self = _

source

pub const D2DERR_BITMAP_BOUND_AS_TARGET: Self = _

source

pub const D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES: Self = _

source

pub const D2DERR_INTERMEDIATE_TOO_LARGE: Self = _

source

pub const D2DERR_EFFECT_IS_NOT_REGISTERED: Self = _

source

pub const D2DERR_INVALID_PROPERTY: Self = _

source

pub const D2DERR_NO_SUBPROPERTIES: Self = _

source

pub const D2DERR_PRINT_JOB_CLOSED: Self = _

source

pub const D2DERR_PRINT_FORMAT_NOT_SUPPORTED: Self = _

source

pub const D2DERR_TOO_MANY_TRANSFORM_INPUTS: Self = _

source

pub const D2DERR_INVALID_GLYPH_IMAGE: Self = _

source

pub const DWRITE_E_FILEFORMAT: Self = _

source

pub const DWRITE_E_UNEXPECTED: Self = _

source

pub const DWRITE_E_NOFONT: Self = _

source

pub const DWRITE_E_FILENOTFOUND: Self = _

source

pub const DWRITE_E_FILEACCESS: Self = _

source

pub const DWRITE_E_FONTCOLLECTIONOBSOLETE: Self = _

source

pub const DWRITE_E_ALREADYREGISTERED: Self = _

source

pub const DWRITE_E_CACHEFORMAT: Self = _

source

pub const DWRITE_E_CACHEVERSION: Self = _

source

pub const DWRITE_E_UNSUPPORTEDOPERATION: Self = _

source

pub const DWRITE_E_TEXTRENDERERINCOMPATIBLE: Self = _

source

pub const DWRITE_E_FLOWDIRECTIONCONFLICTS: Self = _

source

pub const DWRITE_E_NOCOLOR: Self = _

source

pub const DWRITE_E_REMOTEFONT: Self = _

source

pub const DWRITE_E_DOWNLOADCANCELLED: Self = _

source

pub const DWRITE_E_DOWNLOADFAILED: Self = _

source

pub const DWRITE_E_TOOMANYDOWNLOADS: Self = _

source

pub const WINCODEC_ERR_WRONGSTATE: Self = _

source

pub const WINCODEC_ERR_VALUEOUTOFRANGE: Self = _

source

pub const WINCODEC_ERR_UNKNOWNIMAGEFORMAT: Self = _

source

pub const WINCODEC_ERR_UNSUPPORTEDVERSION: Self = _

source

pub const WINCODEC_ERR_NOTINITIALIZED: Self = _

source

pub const WINCODEC_ERR_ALREADYLOCKED: Self = _

source

pub const WINCODEC_ERR_PROPERTYNOTFOUND: Self = _

source

pub const WINCODEC_ERR_PROPERTYNOTSUPPORTED: Self = _

source

pub const WINCODEC_ERR_PROPERTYSIZE: Self = _

source

pub const WINCODEC_ERR_CODECPRESENT: Self = _

source

pub const WINCODEC_ERR_CODECNOTHUMBNAIL: Self = _

source

pub const WINCODEC_ERR_PALETTEUNAVAILABLE: Self = _

source

pub const WINCODEC_ERR_CODECTOOMANYSCANLINES: Self = _

source

pub const WINCODEC_ERR_INTERNALERROR: Self = _

source

pub const WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS: Self = _

source

pub const WINCODEC_ERR_COMPONENTNOTFOUND: Self = _

source

pub const WINCODEC_ERR_IMAGESIZEOUTOFRANGE: Self = _

source

pub const WINCODEC_ERR_TOOMUCHMETADATA: Self = _

source

pub const WINCODEC_ERR_BADIMAGE: Self = _

source

pub const WINCODEC_ERR_BADHEADER: Self = _

source

pub const WINCODEC_ERR_FRAMEMISSING: Self = _

source

pub const WINCODEC_ERR_BADMETADATAHEADER: Self = _

source

pub const WINCODEC_ERR_BADSTREAMDATA: Self = _

source

pub const WINCODEC_ERR_STREAMWRITE: Self = _

source

pub const WINCODEC_ERR_STREAMREAD: Self = _

source

pub const WINCODEC_ERR_STREAMNOTAVAILABLE: Self = _

source

pub const WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT: Self = _

source

pub const WINCODEC_ERR_UNSUPPORTEDOPERATION: Self = _

source

pub const WINCODEC_ERR_INVALIDREGISTRATION: Self = _

source

pub const WINCODEC_ERR_COMPONENTINITIALIZEFAILURE: Self = _

source

pub const WINCODEC_ERR_INSUFFICIENTBUFFER: Self = _

source

pub const WINCODEC_ERR_DUPLICATEMETADATAPRESENT: Self = _

source

pub const WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE: Self = _

source

pub const WINCODEC_ERR_UNEXPECTEDSIZE: Self = _

source

pub const WINCODEC_ERR_INVALIDQUERYREQUEST: Self = _

source

pub const WINCODEC_ERR_UNEXPECTEDMETADATATYPE: Self = _

source

pub const WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT: Self = _

source

pub const WINCODEC_ERR_INVALIDQUERYCHARACTER: Self = _

source

pub const WINCODEC_ERR_WIN32ERROR: Self = _

source

pub const WINCODEC_ERR_INVALIDPROGRESSIVELEVEL: Self = _

source

pub const WINCODEC_ERR_INVALIDJPEGSCANINDEX: Self = _

source

pub const MILERR_OBJECTBUSY: Self = _

source

pub const MILERR_INSUFFICIENTBUFFER: Self = _

source

pub const MILERR_WIN32ERROR: Self = _

source

pub const MILERR_SCANNER_FAILED: Self = _

source

pub const MILERR_SCREENACCESSDENIED: Self = _

source

pub const MILERR_DISPLAYSTATEINVALID: Self = _

source

pub const MILERR_NONINVERTIBLEMATRIX: Self = _

source

pub const MILERR_ZEROVECTOR: Self = _

source

pub const MILERR_TERMINATED: Self = _

source

pub const MILERR_BADNUMBER: Self = _

source

pub const MILERR_INTERNALERROR: Self = _

source

pub const MILERR_DISPLAYFORMATNOTSUPPORTED: Self = _

source

pub const MILERR_INVALIDCALL: Self = _

source

pub const MILERR_ALREADYLOCKED: Self = _

source

pub const MILERR_NOTLOCKED: Self = _

source

pub const MILERR_DEVICECANNOTRENDERTEXT: Self = _

source

pub const MILERR_GLYPHBITMAPMISSED: Self = _

source

pub const MILERR_MALFORMEDGLYPHCACHE: Self = _

source

pub const MILERR_GENERIC_IGNORE: Self = _

source

pub const MILERR_MALFORMED_GUIDELINE_DATA: Self = _

source

pub const MILERR_NO_HARDWARE_DEVICE: Self = _

source

pub const MILERR_NEED_RECREATE_AND_PRESENT: Self = _

source

pub const MILERR_ALREADY_INITIALIZED: Self = _

source

pub const MILERR_MISMATCHED_SIZE: Self = _

source

pub const MILERR_NO_REDIRECTION_SURFACE_AVAILABLE: Self = _

source

pub const MILERR_REMOTING_NOT_SUPPORTED: Self = _

source

pub const MILERR_QUEUED_PRESENT_NOT_SUPPORTED: Self = _

source

pub const MILERR_NOT_QUEUING_PRESENTS: Self = _

source

pub const MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER: Self = _

source

pub const MILERR_TOOMANYSHADERELEMNTS: Self = _

source

pub const MILERR_MROW_READLOCK_FAILED: Self = _

source

pub const MILERR_MROW_UPDATE_FAILED: Self = _

source

pub const MILERR_SHADER_COMPILE_FAILED: Self = _

source

pub const MILERR_MAX_TEXTURE_SIZE_EXCEEDED: Self = _

source

pub const MILERR_QPC_TIME_WENT_BACKWARD: Self = _

source

pub const MILERR_DXGI_ENUMERATION_OUT_OF_SYNC: Self = _

source

pub const MILERR_ADAPTER_NOT_FOUND: Self = _

source

pub const MILERR_COLORSPACE_NOT_SUPPORTED: Self = _

source

pub const MILERR_PREFILTER_NOT_SUPPORTED: Self = _

source

pub const MILERR_DISPLAYID_ACCESS_DENIED: Self = _

source

pub const UCEERR_INVALIDPACKETHEADER: Self = _

source

pub const UCEERR_UNKNOWNPACKET: Self = _

source

pub const UCEERR_ILLEGALPACKET: Self = _

source

pub const UCEERR_MALFORMEDPACKET: Self = _

source

pub const UCEERR_ILLEGALHANDLE: Self = _

source

pub const UCEERR_HANDLELOOKUPFAILED: Self = _

source

pub const UCEERR_RENDERTHREADFAILURE: Self = _

source

pub const UCEERR_CTXSTACKFRSTTARGETNULL: Self = _

source

pub const UCEERR_CONNECTIONIDLOOKUPFAILED: Self = _

source

pub const UCEERR_BLOCKSFULL: Self = _

source

pub const UCEERR_MEMORYFAILURE: Self = _

source

pub const UCEERR_PACKETRECORDOUTOFRANGE: Self = _

source

pub const UCEERR_ILLEGALRECORDTYPE: Self = _

source

pub const UCEERR_OUTOFHANDLES: Self = _

source

pub const UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED: Self = _

source

pub const UCEERR_NO_MULTIPLE_WORKER_THREADS: Self = _

source

pub const UCEERR_REMOTINGNOTSUPPORTED: Self = _

source

pub const UCEERR_MISSINGENDCOMMAND: Self = _

source

pub const UCEERR_MISSINGBEGINCOMMAND: Self = _

source

pub const UCEERR_CHANNELSYNCTIMEDOUT: Self = _

source

pub const UCEERR_CHANNELSYNCABANDONED: Self = _

source

pub const UCEERR_UNSUPPORTEDTRANSPORTVERSION: Self = _

source

pub const UCEERR_TRANSPORTUNAVAILABLE: Self = _

source

pub const UCEERR_FEEDBACK_UNSUPPORTED: Self = _

source

pub const UCEERR_COMMANDTRANSPORTDENIED: Self = _

source

pub const UCEERR_GRAPHICSSTREAMUNAVAILABLE: Self = _

source

pub const UCEERR_GRAPHICSSTREAMALREADYOPEN: Self = _

source

pub const UCEERR_TRANSPORTDISCONNECTED: Self = _

source

pub const UCEERR_TRANSPORTOVERLOADED: Self = _

source

pub const UCEERR_PARTITION_ZOMBIED: Self = _

source

pub const MILAVERR_NOCLOCK: Self = _

source

pub const MILAVERR_NOMEDIATYPE: Self = _

source

pub const MILAVERR_NOVIDEOMIXER: Self = _

source

pub const MILAVERR_NOVIDEOPRESENTER: Self = _

source

pub const MILAVERR_NOREADYFRAMES: Self = _

source

pub const MILAVERR_MODULENOTLOADED: Self = _

source

pub const MILAVERR_WMPFACTORYNOTREGISTERED: Self = _

source

pub const MILAVERR_INVALIDWMPVERSION: Self = _

source

pub const MILAVERR_INSUFFICIENTVIDEORESOURCES: Self = _

source

pub const MILAVERR_VIDEOACCELERATIONNOTAVAILABLE: Self = _

source

pub const MILAVERR_REQUESTEDTEXTURETOOBIG: Self = _

source

pub const MILAVERR_SEEKFAILED: Self = _

source

pub const MILAVERR_UNEXPECTEDWMPFAILURE: Self = _

source

pub const MILAVERR_MEDIAPLAYERCLOSED: Self = _

source

pub const MILAVERR_UNKNOWNHARDWAREERROR: Self = _

source

pub const MILEFFECTSERR_UNKNOWNPROPERTY: Self = _

source

pub const MILEFFECTSERR_EFFECTNOTPARTOFGROUP: Self = _

source

pub const MILEFFECTSERR_NOINPUTSOURCEATTACHED: Self = _

source

pub const MILEFFECTSERR_CONNECTORNOTCONNECTED: Self = _

source

pub const MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT: Self = _

source

pub const MILEFFECTSERR_RESERVED: Self = _

source

pub const MILEFFECTSERR_CYCLEDETECTED: Self = _

source

pub const MILEFFECTSERR_EFFECTINMORETHANONEGRAPH: Self = _

source

pub const MILEFFECTSERR_EFFECTALREADYINAGRAPH: Self = _

source

pub const MILEFFECTSERR_EFFECTHASNOCHILDREN: Self = _

source

pub const MILEFFECTSERR_ALREADYATTACHEDTOLISTENER: Self = _

source

pub const MILEFFECTSERR_NOTAFFINETRANSFORM: Self = _

source

pub const MILEFFECTSERR_EMPTYBOUNDS: Self = _

source

pub const MILEFFECTSERR_OUTPUTSIZETOOLARGE: Self = _

source

pub const DWMERR_STATE_TRANSITION_FAILED: Self = _

source

pub const DWMERR_THEME_FAILED: Self = _

source

pub const DWMERR_CATASTROPHIC_FAILURE: Self = _

source

pub const DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED: Self = _

source

pub const DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED: Self = _

source

pub const DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED: Self = _

source

pub const ONL_E_INVALID_AUTHENTICATION_TARGET: Self = _

source

pub const ONL_E_ACCESS_DENIED_BY_TOU: Self = _

source

pub const ONL_E_INVALID_APPLICATION: Self = _

source

pub const ONL_E_PASSWORD_UPDATE_REQUIRED: Self = _

source

pub const ONL_E_ACCOUNT_UPDATE_REQUIRED: Self = _

source

pub const ONL_E_FORCESIGNIN: Self = _

source

pub const ONL_E_ACCOUNT_LOCKED: Self = _

source

pub const ONL_E_EMAIL_VERIFICATION_REQUIRED: Self = _

source

pub const ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE: Self = _

source

pub const ONL_E_ACCOUNT_SUSPENDED_ABUSE: Self = _

source

pub const ONL_E_ACTION_REQUIRED: Self = _

source

pub const ONL_CONNECTION_COUNT_LIMIT: Self = _

source

pub const ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT: Self = _

source

pub const ONL_E_USER_AUTHENTICATION_REQUIRED: Self = _

source

pub const ONL_E_REQUEST_THROTTLED: Self = _

source

pub const FA_E_MAX_PERSISTED_ITEMS_REACHED: Self = _

source

pub const FA_E_HOMEGROUP_NOT_AVAILABLE: Self = _

source

pub const E_MONITOR_RESOLUTION_TOO_LOW: Self = _

source

pub const E_ELEVATED_ACTIVATION_NOT_SUPPORTED: Self = _

source

pub const E_UAC_DISABLED: Self = _

source

pub const E_FULL_ADMIN_NOT_SUPPORTED: Self = _

source

pub const E_APPLICATION_NOT_REGISTERED: Self = _

source

pub const E_MULTIPLE_EXTENSIONS_FOR_APPLICATION: Self = _

source

pub const E_MULTIPLE_PACKAGES_FOR_FAMILY: Self = _

source

pub const E_APPLICATION_MANAGER_NOT_RUNNING: Self = _

source

pub const S_STORE_LAUNCHED_FOR_REMEDIATION: Self = _

source

pub const S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG: Self = _

source

pub const E_APPLICATION_ACTIVATION_TIMED_OUT: Self = _

source

pub const E_APPLICATION_ACTIVATION_EXEC_FAILURE: Self = _

source

pub const E_APPLICATION_TEMPORARY_LICENSE_ERROR: Self = _

source

pub const E_APPLICATION_TRIAL_LICENSE_EXPIRED: Self = _

source

pub const E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED: Self = _

source

pub const E_SKYDRIVE_ROOT_TARGET_OVERLAP: Self = _

source

pub const E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX: Self = _

source

pub const E_SKYDRIVE_FILE_NOT_UPLOADED: Self = _

source

pub const E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL: Self = _

source

pub const E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED: Self = _

source

pub const E_SYNCENGINE_FILE_SIZE_OVER_LIMIT: Self = _

source

pub const E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA: Self = _

source

pub const E_SYNCENGINE_UNSUPPORTED_FILE_NAME: Self = _

source

pub const E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED: Self = _

source

pub const E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR: Self = _

source

pub const E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE: Self = _

source

pub const E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN: Self = _

source

pub const E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED: Self = _

source

pub const E_SYNCENGINE_UNKNOWN_SERVICE_ERROR: Self = _

source

pub const E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE: Self = _

source

pub const E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE: Self = _

source

pub const E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR: Self = _

source

pub const E_SYNCENGINE_FOLDER_INACCESSIBLE: Self = _

source

pub const E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME: Self = _

source

pub const E_SYNCENGINE_UNSUPPORTED_MARKET: Self = _

source

pub const E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED: Self = _

source

pub const E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED: Self = _

source

pub const E_SYNCENGINE_CLIENT_UPDATE_NEEDED: Self = _

source

pub const E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED: Self = _

source

pub const E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED: Self = _

source

pub const E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT: Self = _

source

pub const E_SYNCENGINE_STORAGE_SERVICE_BLOCKED: Self = _

source

pub const E_SYNCENGINE_FOLDER_IN_REDIRECTION: Self = _

source

pub const EAS_E_POLICY_NOT_MANAGED_BY_OS: Self = _

source

pub const EAS_E_POLICY_COMPLIANT_WITH_ACTIONS: Self = _

source

pub const EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE: Self = _

source

pub const EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD: Self = _

source

pub const EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE: Self = _

source

pub const EAS_E_USER_CANNOT_CHANGE_PASSWORD: Self = _

source

pub const EAS_E_ADMINS_HAVE_BLANK_PASSWORD: Self = _

source

pub const EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD: Self = _

source

pub const EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD: Self = _

source

pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS: Self = _

source

pub const EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD: Self = _

source

pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER: Self = _

source

pub const EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD: Self = _

source

pub const WEB_E_UNSUPPORTED_FORMAT: Self = _

source

pub const WEB_E_INVALID_XML: Self = _

source

pub const WEB_E_MISSING_REQUIRED_ELEMENT: Self = _

source

pub const WEB_E_MISSING_REQUIRED_ATTRIBUTE: Self = _

source

pub const WEB_E_UNEXPECTED_CONTENT: Self = _

source

pub const WEB_E_RESOURCE_TOO_LARGE: Self = _

source

pub const WEB_E_INVALID_JSON_STRING: Self = _

source

pub const WEB_E_INVALID_JSON_NUMBER: Self = _

source

pub const WEB_E_JSON_VALUE_NOT_FOUND: Self = _

source

pub const HTTP_E_STATUS_UNEXPECTED: Self = _

source

pub const HTTP_E_STATUS_UNEXPECTED_REDIRECTION: Self = _

source

pub const HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR: Self = _

source

pub const HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR: Self = _

source

pub const HTTP_E_STATUS_AMBIGUOUS: Self = _

source

pub const HTTP_E_STATUS_MOVED: Self = _

source

pub const HTTP_E_STATUS_REDIRECT: Self = _

source

pub const HTTP_E_STATUS_REDIRECT_METHOD: Self = _

source

pub const HTTP_E_STATUS_NOT_MODIFIED: Self = _

source

pub const HTTP_E_STATUS_USE_PROXY: Self = _

source

pub const HTTP_E_STATUS_REDIRECT_KEEP_VERB: Self = _

source

pub const HTTP_E_STATUS_BAD_REQUEST: Self = _

source

pub const HTTP_E_STATUS_DENIED: Self = _

source

pub const HTTP_E_STATUS_PAYMENT_REQ: Self = _

source

pub const HTTP_E_STATUS_FORBIDDEN: Self = _

source

pub const HTTP_E_STATUS_NOT_FOUND: Self = _

source

pub const HTTP_E_STATUS_BAD_METHOD: Self = _

source

pub const HTTP_E_STATUS_NONE_ACCEPTABLE: Self = _

source

pub const HTTP_E_STATUS_PROXY_AUTH_REQ: Self = _

source

pub const HTTP_E_STATUS_REQUEST_TIMEOUT: Self = _

source

pub const HTTP_E_STATUS_CONFLICT: Self = _

source

pub const HTTP_E_STATUS_GONE: Self = _

source

pub const HTTP_E_STATUS_LENGTH_REQUIRED: Self = _

source

pub const HTTP_E_STATUS_PRECOND_FAILED: Self = _

source

pub const HTTP_E_STATUS_REQUEST_TOO_LARGE: Self = _

source

pub const HTTP_E_STATUS_URI_TOO_LONG: Self = _

source

pub const HTTP_E_STATUS_UNSUPPORTED_MEDIA: Self = _

source

pub const HTTP_E_STATUS_RANGE_NOT_SATISFIABLE: Self = _

source

pub const HTTP_E_STATUS_EXPECTATION_FAILED: Self = _

source

pub const HTTP_E_STATUS_SERVER_ERROR: Self = _

source

pub const HTTP_E_STATUS_NOT_SUPPORTED: Self = _

source

pub const HTTP_E_STATUS_BAD_GATEWAY: Self = _

source

pub const HTTP_E_STATUS_SERVICE_UNAVAIL: Self = _

source

pub const HTTP_E_STATUS_GATEWAY_TIMEOUT: Self = _

source

pub const HTTP_E_STATUS_VERSION_NOT_SUP: Self = _

source

pub const E_INVALID_PROTOCOL_OPERATION: Self = _

source

pub const E_INVALID_PROTOCOL_FORMAT: Self = _

source

pub const E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED: Self = _

source

pub const E_SUBPROTOCOL_NOT_SUPPORTED: Self = _

source

pub const E_PROTOCOL_VERSION_NOT_SUPPORTED: Self = _

source

pub const INPUT_E_OUT_OF_ORDER: Self = _

source

pub const INPUT_E_REENTRANCY: Self = _

source

pub const INPUT_E_MULTIMODAL: Self = _

source

pub const INPUT_E_PACKET: Self = _

source

pub const INPUT_E_FRAME: Self = _

source

pub const INPUT_E_HISTORY: Self = _

source

pub const INPUT_E_DEVICE_INFO: Self = _

source

pub const INPUT_E_TRANSFORM: Self = _

source

pub const INPUT_E_DEVICE_PROPERTY: Self = _

source

pub const INET_E_INVALID_URL: Self = _

source

pub const INET_E_NO_SESSION: Self = _

source

pub const INET_E_CANNOT_CONNECT: Self = _

source

pub const INET_E_RESOURCE_NOT_FOUND: Self = _

source

pub const INET_E_OBJECT_NOT_FOUND: Self = _

source

pub const INET_E_DATA_NOT_AVAILABLE: Self = _

source

pub const INET_E_DOWNLOAD_FAILURE: Self = _

source

pub const INET_E_AUTHENTICATION_REQUIRED: Self = _

source

pub const INET_E_NO_VALID_MEDIA: Self = _

source

pub const INET_E_CONNECTION_TIMEOUT: Self = _

source

pub const INET_E_INVALID_REQUEST: Self = _

source

pub const INET_E_UNKNOWN_PROTOCOL: Self = _

source

pub const INET_E_SECURITY_PROBLEM: Self = _

source

pub const INET_E_CANNOT_LOAD_DATA: Self = _

source

pub const INET_E_CANNOT_INSTANTIATE_OBJECT: Self = _

source

pub const INET_E_INVALID_CERTIFICATE: Self = _

source

pub const INET_E_REDIRECT_FAILED: Self = _

source

pub const INET_E_REDIRECT_TO_DIR: Self = _

source

pub const ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN: Self = _

source

pub const ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN: Self = _

source

pub const ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN: Self = _

source

pub const ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN: Self = _

source

pub const ERROR_IO_PREEMPTED: Self = _

source

pub const JSCRIPT_E_CANTEXECUTE: Self = _

source

pub const WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES: Self = _

source

pub const WEP_E_FIXED_DATA_NOT_SUPPORTED: Self = _

source

pub const WEP_E_HARDWARE_NOT_COMPLIANT: Self = _

source

pub const WEP_E_LOCK_NOT_CONFIGURED: Self = _

source

pub const WEP_E_PROTECTION_SUSPENDED: Self = _

source

pub const WEP_E_NO_LICENSE: Self = _

source

pub const WEP_E_OS_NOT_PROTECTED: Self = _

source

pub const WEP_E_UNEXPECTED_FAIL: Self = _

source

pub const WEP_E_BUFFER_TOO_LARGE: Self = _

source

pub const ERROR_SVHDX_ERROR_STORED: Self = _

source

pub const ERROR_SVHDX_ERROR_NOT_AVAILABLE: Self = _

source

pub const ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE: Self = _

source

pub const ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: Self = _

source

pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: Self = _

source

pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: Self = _

source

pub const ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: Self = _

source

pub const ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: Self = _

source

pub const ERROR_SVHDX_RESERVATION_CONFLICT: Self = _

source

pub const ERROR_SVHDX_WRONG_FILE_TYPE: Self = _

source

pub const ERROR_SVHDX_VERSION_MISMATCH: Self = _

source

pub const ERROR_VHD_SHARED: Self = _

source

pub const ERROR_SVHDX_NO_INITIATOR: Self = _

source

pub const ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND: Self = _

source

pub const ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: Self = _

source

pub const ERROR_SMB_BAD_CLUSTER_DIALECT: Self = _

source

pub const WININET_E_OUT_OF_HANDLES: Self = _

source

pub const WININET_E_TIMEOUT: Self = _

source

pub const WININET_E_EXTENDED_ERROR: Self = _

source

pub const WININET_E_INTERNAL_ERROR: Self = _

source

pub const WININET_E_INVALID_URL: Self = _

source

pub const WININET_E_UNRECOGNIZED_SCHEME: Self = _

source

pub const WININET_E_NAME_NOT_RESOLVED: Self = _

source

pub const WININET_E_PROTOCOL_NOT_FOUND: Self = _

source

pub const WININET_E_INVALID_OPTION: Self = _

source

pub const WININET_E_BAD_OPTION_LENGTH: Self = _

source

pub const WININET_E_OPTION_NOT_SETTABLE: Self = _

source

pub const WININET_E_SHUTDOWN: Self = _

source

pub const WININET_E_INCORRECT_USER_NAME: Self = _

source

pub const WININET_E_INCORRECT_PASSWORD: Self = _

source

pub const WININET_E_LOGIN_FAILURE: Self = _

source

pub const WININET_E_INVALID_OPERATION: Self = _

source

pub const WININET_E_OPERATION_CANCELLED: Self = _

source

pub const WININET_E_INCORRECT_HANDLE_TYPE: Self = _

source

pub const WININET_E_INCORRECT_HANDLE_STATE: Self = _

source

pub const WININET_E_NOT_PROXY_REQUEST: Self = _

source

pub const WININET_E_REGISTRY_VALUE_NOT_FOUND: Self = _

source

pub const WININET_E_BAD_REGISTRY_PARAMETER: Self = _

source

pub const WININET_E_NO_DIRECT_ACCESS: Self = _

source

pub const WININET_E_NO_CONTEXT: Self = _

source

pub const WININET_E_NO_CALLBACK: Self = _

source

pub const WININET_E_REQUEST_PENDING: Self = _

source

pub const WININET_E_INCORRECT_FORMAT: Self = _

source

pub const WININET_E_ITEM_NOT_FOUND: Self = _

source

pub const WININET_E_CANNOT_CONNECT: Self = _

source

pub const WININET_E_CONNECTION_ABORTED: Self = _

source

pub const WININET_E_CONNECTION_RESET: Self = _

source

pub const WININET_E_FORCE_RETRY: Self = _

source

pub const WININET_E_INVALID_PROXY_REQUEST: Self = _

source

pub const WININET_E_NEED_UI: Self = _

source

pub const WININET_E_HANDLE_EXISTS: Self = _

source

pub const WININET_E_SEC_CERT_DATE_INVALID: Self = _

source

pub const WININET_E_SEC_CERT_CN_INVALID: Self = _

source

pub const WININET_E_HTTP_TO_HTTPS_ON_REDIR: Self = _

source

pub const WININET_E_HTTPS_TO_HTTP_ON_REDIR: Self = _

source

pub const WININET_E_MIXED_SECURITY: Self = _

source

pub const WININET_E_CHG_POST_IS_NON_SECURE: Self = _

source

pub const WININET_E_POST_IS_NON_SECURE: Self = _

source

pub const WININET_E_CLIENT_AUTH_CERT_NEEDED: Self = _

source

pub const WININET_E_INVALID_CA: Self = _

source

pub const WININET_E_CLIENT_AUTH_NOT_SETUP: Self = _

source

pub const WININET_E_ASYNC_THREAD_FAILED: Self = _

source

pub const WININET_E_REDIRECT_SCHEME_CHANGE: Self = _

source

pub const WININET_E_DIALOG_PENDING: Self = _

source

pub const WININET_E_RETRY_DIALOG: Self = _

source

pub const WININET_E_NO_NEW_CONTAINERS: Self = _

source

pub const WININET_E_HTTPS_HTTP_SUBMIT_REDIR: Self = _

source

pub const WININET_E_SEC_CERT_ERRORS: Self = _

source

pub const WININET_E_SEC_CERT_REV_FAILED: Self = _

source

pub const WININET_E_HEADER_NOT_FOUND: Self = _

source

pub const WININET_E_DOWNLEVEL_SERVER: Self = _

source

pub const WININET_E_INVALID_SERVER_RESPONSE: Self = _

source

pub const WININET_E_INVALID_HEADER: Self = _

source

pub const WININET_E_INVALID_QUERY_REQUEST: Self = _

source

pub const WININET_E_HEADER_ALREADY_EXISTS: Self = _

source

pub const WININET_E_REDIRECT_FAILED: Self = _

source

pub const WININET_E_SECURITY_CHANNEL_ERROR: Self = _

source

pub const WININET_E_UNABLE_TO_CACHE_FILE: Self = _

source

pub const WININET_E_TCPIP_NOT_INSTALLED: Self = _

source

pub const WININET_E_DISCONNECTED: Self = _

source

pub const WININET_E_SERVER_UNREACHABLE: Self = _

source

pub const WININET_E_PROXY_SERVER_UNREACHABLE: Self = _

source

pub const WININET_E_BAD_AUTO_PROXY_SCRIPT: Self = _

source

pub const WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT: Self = _

source

pub const WININET_E_SEC_INVALID_CERT: Self = _

source

pub const WININET_E_SEC_CERT_REVOKED: Self = _

source

pub const WININET_E_FAILED_DUETOSECURITYCHECK: Self = _

source

pub const WININET_E_NOT_INITIALIZED: Self = _

source

pub const WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY: Self = _

source

pub const WININET_E_DECODING_FAILED: Self = _

source

pub const WININET_E_NOT_REDIRECTED: Self = _

source

pub const WININET_E_REDIRECT_NEEDS_CONFIRMATION: Self = _

source

pub const SQLITE_E_ERROR: Self = _

source

pub const SQLITE_E_INTERNAL: Self = _

source

pub const SQLITE_E_PERM: Self = _

source

pub const SQLITE_E_ABORT: Self = _

source

pub const SQLITE_E_BUSY: Self = _

source

pub const SQLITE_E_LOCKED: Self = _

source

pub const SQLITE_E_NOMEM: Self = _

source

pub const SQLITE_E_READONLY: Self = _

source

pub const SQLITE_E_INTERRUPT: Self = _

source

pub const SQLITE_E_IOERR: Self = _

source

pub const SQLITE_E_CORRUPT: Self = _

source

pub const SQLITE_E_NOTFOUND: Self = _

source

pub const SQLITE_E_FULL: Self = _

source

pub const SQLITE_E_CANTOPEN: Self = _

source

pub const SQLITE_E_PROTOCOL: Self = _

source

pub const SQLITE_E_EMPTY: Self = _

source

pub const SQLITE_E_SCHEMA: Self = _

source

pub const SQLITE_E_TOOBIG: Self = _

source

pub const SQLITE_E_CONSTRAINT: Self = _

source

pub const SQLITE_E_MISMATCH: Self = _

source

pub const SQLITE_E_MISUSE: Self = _

source

pub const SQLITE_E_NOLFS: Self = _

source

pub const SQLITE_E_AUTH: Self = _

source

pub const SQLITE_E_FORMAT: Self = _

source

pub const SQLITE_E_RANGE: Self = _

source

pub const SQLITE_E_NOTADB: Self = _

source

pub const SQLITE_E_NOTICE: Self = _

source

pub const SQLITE_E_WARNING: Self = _

source

pub const SQLITE_E_ROW: Self = _

source

pub const SQLITE_E_DONE: Self = _

source

pub const SQLITE_E_IOERR_READ: Self = _

source

pub const SQLITE_E_IOERR_SHORT_READ: Self = _

source

pub const SQLITE_E_IOERR_WRITE: Self = _

source

pub const SQLITE_E_IOERR_FSYNC: Self = _

source

pub const SQLITE_E_IOERR_DIR_FSYNC: Self = _

source

pub const SQLITE_E_IOERR_TRUNCATE: Self = _

source

pub const SQLITE_E_IOERR_FSTAT: Self = _

source

pub const SQLITE_E_IOERR_UNLOCK: Self = _

source

pub const SQLITE_E_IOERR_RDLOCK: Self = _

source

pub const SQLITE_E_IOERR_DELETE: Self = _

source

pub const SQLITE_E_IOERR_BLOCKED: Self = _

source

pub const SQLITE_E_IOERR_NOMEM: Self = _

source

pub const SQLITE_E_IOERR_ACCESS: Self = _

source

pub const SQLITE_E_IOERR_CHECKRESERVEDLOCK: Self = _

source

pub const SQLITE_E_IOERR_LOCK: Self = _

source

pub const SQLITE_E_IOERR_CLOSE: Self = _

source

pub const SQLITE_E_IOERR_DIR_CLOSE: Self = _

source

pub const SQLITE_E_IOERR_SHMOPEN: Self = _

source

pub const SQLITE_E_IOERR_SHMSIZE: Self = _

source

pub const SQLITE_E_IOERR_SHMLOCK: Self = _

source

pub const SQLITE_E_IOERR_SHMMAP: Self = _

source

pub const SQLITE_E_IOERR_SEEK: Self = _

source

pub const SQLITE_E_IOERR_DELETE_NOENT: Self = _

source

pub const SQLITE_E_IOERR_MMAP: Self = _

source

pub const SQLITE_E_IOERR_GETTEMPPATH: Self = _

source

pub const SQLITE_E_IOERR_CONVPATH: Self = _

source

pub const SQLITE_E_IOERR_VNODE: Self = _

source

pub const SQLITE_E_IOERR_AUTH: Self = _

source

pub const SQLITE_E_LOCKED_SHAREDCACHE: Self = _

source

pub const SQLITE_E_BUSY_RECOVERY: Self = _

source

pub const SQLITE_E_BUSY_SNAPSHOT: Self = _

source

pub const SQLITE_E_CANTOPEN_NOTEMPDIR: Self = _

source

pub const SQLITE_E_CANTOPEN_ISDIR: Self = _

source

pub const SQLITE_E_CANTOPEN_FULLPATH: Self = _

source

pub const SQLITE_E_CANTOPEN_CONVPATH: Self = _

source

pub const SQLITE_E_CORRUPT_VTAB: Self = _

source

pub const SQLITE_E_READONLY_RECOVERY: Self = _

source

pub const SQLITE_E_READONLY_CANTLOCK: Self = _

source

pub const SQLITE_E_READONLY_ROLLBACK: Self = _

source

pub const SQLITE_E_READONLY_DBMOVED: Self = _

source

pub const SQLITE_E_ABORT_ROLLBACK: Self = _

source

pub const SQLITE_E_CONSTRAINT_CHECK: Self = _

source

pub const SQLITE_E_CONSTRAINT_COMMITHOOK: Self = _

source

pub const SQLITE_E_CONSTRAINT_FOREIGNKEY: Self = _

source

pub const SQLITE_E_CONSTRAINT_FUNCTION: Self = _

source

pub const SQLITE_E_CONSTRAINT_NOTNULL: Self = _

source

pub const SQLITE_E_CONSTRAINT_PRIMARYKEY: Self = _

source

pub const SQLITE_E_CONSTRAINT_TRIGGER: Self = _

source

pub const SQLITE_E_CONSTRAINT_UNIQUE: Self = _

source

pub const SQLITE_E_CONSTRAINT_VTAB: Self = _

source

pub const SQLITE_E_CONSTRAINT_ROWID: Self = _

source

pub const SQLITE_E_NOTICE_RECOVER_WAL: Self = _

source

pub const SQLITE_E_NOTICE_RECOVER_ROLLBACK: Self = _

source

pub const SQLITE_E_WARNING_AUTOINDEX: Self = _

source

pub const UTC_E_TOGGLE_TRACE_STARTED: Self = _

source

pub const UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT: Self = _

source

pub const UTC_E_AOT_NOT_RUNNING: Self = _

source

pub const UTC_E_SCRIPT_TYPE_INVALID: Self = _

source

pub const UTC_E_SCENARIODEF_NOT_FOUND: Self = _

source

pub const UTC_E_TRACEPROFILE_NOT_FOUND: Self = _

source

pub const UTC_E_FORWARDER_ALREADY_ENABLED: Self = _

source

pub const UTC_E_FORWARDER_ALREADY_DISABLED: Self = _

source

pub const UTC_E_EVENTLOG_ENTRY_MALFORMED: Self = _

source

pub const UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH: Self = _

source

pub const UTC_E_SCRIPT_TERMINATED: Self = _

source

pub const UTC_E_INVALID_CUSTOM_FILTER: Self = _

source

pub const UTC_E_TRACE_NOT_RUNNING: Self = _

source

pub const UTC_E_REESCALATED_TOO_QUICKLY: Self = _

source

pub const UTC_E_ESCALATION_ALREADY_RUNNING: Self = _

source

pub const UTC_E_PERFTRACK_ALREADY_TRACING: Self = _

source

pub const UTC_E_REACHED_MAX_ESCALATIONS: Self = _

source

pub const UTC_E_FORWARDER_PRODUCER_MISMATCH: Self = _

source

pub const UTC_E_INTENTIONAL_SCRIPT_FAILURE: Self = _

source

pub const UTC_E_SQM_INIT_FAILED: Self = _

source

pub const UTC_E_NO_WER_LOGGER_SUPPORTED: Self = _

source

pub const UTC_E_TRACERS_DONT_EXIST: Self = _

source

pub const UTC_E_WINRT_INIT_FAILED: Self = _

source

pub const UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH: Self = _

source

pub const UTC_E_INVALID_FILTER: Self = _

source

pub const UTC_E_EXE_TERMINATED: Self = _

source

pub const UTC_E_ESCALATION_NOT_AUTHORIZED: Self = _

source

pub const UTC_E_SETUP_NOT_AUTHORIZED: Self = _

source

pub const UTC_E_CHILD_PROCESS_FAILED: Self = _

source

pub const UTC_E_COMMAND_LINE_NOT_AUTHORIZED: Self = _

source

pub const UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML: Self = _

source

pub const UTC_E_ESCALATION_TIMED_OUT: Self = _

source

pub const UTC_E_SETUP_TIMED_OUT: Self = _

source

pub const UTC_E_TRIGGER_MISMATCH: Self = _

source

pub const UTC_E_TRIGGER_NOT_FOUND: Self = _

source

pub const UTC_E_SIF_NOT_SUPPORTED: Self = _

source

pub const UTC_E_DELAY_TERMINATED: Self = _

source

pub const UTC_E_DEVICE_TICKET_ERROR: Self = _

source

pub const UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED: Self = _

source

pub const UTC_E_API_RESULT_UNAVAILABLE: Self = _

source

pub const UTC_E_RPC_TIMEOUT: Self = _

source

pub const UTC_E_RPC_WAIT_FAILED: Self = _

source

pub const UTC_E_API_BUSY: Self = _

source

pub const UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET: Self = _

source

pub const UTC_E_EXCLUSIVITY_NOT_AVAILABLE: Self = _

source

pub const UTC_E_GETFILE_FILE_PATH_NOT_APPROVED: Self = _

source

pub const UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS: Self = _

source

pub const UTC_E_TIME_TRIGGER_ON_START_INVALID: Self = _

source

pub const UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION: Self = _

source

pub const UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE: Self = _

source

pub const UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE: Self = _

source

pub const UTC_E_BINARY_MISSING: Self = _

source

pub const UTC_E_NETWORK_CAPTURE_NOT_ALLOWED: Self = _

source

pub const UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID: Self = _

source

pub const UTC_E_UNABLE_TO_RESOLVE_SESSION: Self = _

source

pub const UTC_E_THROTTLED: Self = _

source

pub const UTC_E_UNAPPROVED_SCRIPT: Self = _

source

pub const UTC_E_SCRIPT_MISSING: Self = _

source

pub const UTC_E_SCENARIO_THROTTLED: Self = _

source

pub const UTC_E_API_NOT_SUPPORTED: Self = _

source

pub const UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED: Self = _

source

pub const UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED: Self = _

source

pub const UTC_E_CERT_REV_FAILED: Self = _

source

pub const UTC_E_FAILED_TO_START_NDISCAP: Self = _

source

pub const UTC_E_KERNELDUMP_LIMIT_REACHED: Self = _

source

pub const UTC_E_MISSING_AGGREGATE_EVENT_TAG: Self = _

source

pub const UTC_E_INVALID_AGGREGATION_STRUCT: Self = _

source

pub const UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION: Self = _

source

pub const UTC_E_FILTER_MISSING_ATTRIBUTE: Self = _

source

pub const UTC_E_FILTER_INVALID_TYPE: Self = _

source

pub const UTC_E_FILTER_VARIABLE_NOT_FOUND: Self = _

source

pub const UTC_E_FILTER_FUNCTION_RESTRICTED: Self = _

source

pub const UTC_E_FILTER_VERSION_MISMATCH: Self = _

source

pub const UTC_E_FILTER_INVALID_FUNCTION: Self = _

source

pub const UTC_E_FILTER_INVALID_FUNCTION_PARAMS: Self = _

source

pub const UTC_E_FILTER_INVALID_COMMAND: Self = _

source

pub const UTC_E_FILTER_ILLEGAL_EVAL: Self = _

source

pub const UTC_E_TTTRACER_RETURNED_ERROR: Self = _

source

pub const UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE: Self = _

source

pub const UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS: Self = _

source

pub const UTC_E_SCENARIO_HAS_NO_ACTIONS: Self = _

source

pub const UTC_E_TTTRACER_STORAGE_FULL: Self = _

source

pub const UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE: Self = _

source

pub const UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN: Self = _

source

pub const UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED: Self = _

source

pub const UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED: Self = _

source

pub const WINML_ERR_INVALID_DEVICE: Self = _

source

pub const WINML_ERR_INVALID_BINDING: Self = _

source

pub const WINML_ERR_VALUE_NOTFOUND: Self = _

source

pub const WINML_ERR_SIZE_MISMATCH: Self = _

Trait Implementations§

source§

impl AsRef<u32> for HRESULT

source§

fn as_ref(&self) -> &u32

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

impl Binary for HRESULT

source§

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

Formats the value using the given formatter.
source§

impl Clone for HRESULT

source§

fn clone(&self) -> HRESULT

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 HRESULT

source§

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

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

impl Default for HRESULT

source§

fn default() -> HRESULT

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

impl Display for HRESULT

source§

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

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

impl Error for HRESULT

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 HRESULT

source§

fn FormatMessage(self) -> String

Available on crate feature kernel only.
Returns the textual description of the system error, by calling FormatMessage. function.
source§

impl From<HRESULT> for u32

source§

fn from(v: HRESULT) -> Self

Converts to this type from the input type.
source§

impl Hash for HRESULT

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 HRESULT

§

type Raw = u32

Available on crate feature kernel only.
The underlying raw integer type.
source§

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

Available on crate feature kernel only.
Returns a mutable reference to the underlying raw value. Read more
source§

impl LowerHex for HRESULT

source§

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

Formats the value using the given formatter.
source§

impl Octal for HRESULT

source§

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

Formats the value using the given formatter.
source§

impl Ord for HRESULT

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 HRESULT

source§

fn eq(&self, other: &HRESULT) -> 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 HRESULT

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 HRESULT

source§

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

Formats the value using the given formatter.
source§

impl Copy for HRESULT

source§

impl Eq for HRESULT

source§

impl NativeConst for HRESULT

source§

impl Send for HRESULT

source§

impl StructuralPartialEq for HRESULT

Auto Trait Implementations§

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.