Struct 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. Read more
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)>

Returns 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

Source§

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. Read more
Source§

impl Octal for HRESULT

Source§

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

Formats the value using the given formatter. Read more
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,

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

impl PartialEq for HRESULT

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

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

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

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

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

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. Read more
Source§

impl Copy for HRESULT

Source§

impl Eq 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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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,

Source§

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§

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>,

Source§

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>,

Source§

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.