winresult 0.1.3

windows result codes
Documentation
// WARNING: this file is auto-generated by xtask gen and may be overwritten

use super::*;


/// Data Collector Set was not found.
pub const E_DCS_NOT_FOUND : HResultError = HResultError::from_constant(0x80300002); // PLA_E_DCS_NOT_FOUND

/// The Data Collector Set or one of its dependencies is already in use.
pub const E_DCS_IN_USE : HResultError = HResultError::from_constant(0x803000AA); // PLA_E_DCS_IN_USE

/// Unable to start Data Collector Set because there are too many folders.
pub const E_TOO_MANY_FOLDERS : HResultError = HResultError::from_constant(0x80300045); // PLA_E_TOO_MANY_FOLDERS

/// Not enough free disk space to start Data Collector Set.
pub const E_NO_MIN_DISK : HResultError = HResultError::from_constant(0x80300070); // PLA_E_NO_MIN_DISK

/// Data Collector Set already exists.
pub const E_DCS_ALREADY_EXISTS : HResultError = HResultError::from_constant(0x803000B7); // PLA_E_DCS_ALREADY_EXISTS

/// Property value will be ignored.
pub const S_PROPERTY_IGNORED : HResultSuccess = HResultSuccess::from_constant(0x00300100); // PLA_S_PROPERTY_IGNORED

/// Property value conflict.
pub const E_PROPERTY_CONFLICT : HResultError = HResultError::from_constant(0x80300101); // PLA_E_PROPERTY_CONFLICT

/// The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
pub const E_DCS_SINGLETON_REQUIRED : HResultError = HResultError::from_constant(0x80300102); // PLA_E_DCS_SINGLETON_REQUIRED

/// A user account is required in order to commit the current Data Collector Set properties.
pub const E_CREDENTIALS_REQUIRED : HResultError = HResultError::from_constant(0x80300103); // PLA_E_CREDENTIALS_REQUIRED

/// Data Collector Set is not running.
pub const E_DCS_NOT_RUNNING : HResultError = HResultError::from_constant(0x80300104); // PLA_E_DCS_NOT_RUNNING

/// A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list.
pub const E_CONFLICT_INCL_EXCL_API : HResultError = HResultError::from_constant(0x80300105); // PLA_E_CONFLICT_INCL_EXCL_API

/// The executable path you have specified refers to a network share or UNC path.
pub const E_NETWORK_EXE_NOT_VALID : HResultError = HResultError::from_constant(0x80300106); // PLA_E_NETWORK_EXE_NOT_VALID

/// The executable path you have specified is already configured for API tracing.
pub const E_EXE_ALREADY_CONFIGURED : HResultError = HResultError::from_constant(0x80300107); // PLA_E_EXE_ALREADY_CONFIGURED

/// The executable path you have specified does not exist. Verify that the specified path is correct.
pub const E_EXE_PATH_NOT_VALID : HResultError = HResultError::from_constant(0x80300108); // PLA_E_EXE_PATH_NOT_VALID

/// Data Collector already exists.
pub const E_DC_ALREADY_EXISTS : HResultError = HResultError::from_constant(0x80300109); // PLA_E_DC_ALREADY_EXISTS

/// The wait for the Data Collector Set start notification has timed out.
pub const E_DCS_START_WAIT_TIMEOUT : HResultError = HResultError::from_constant(0x8030010A); // PLA_E_DCS_START_WAIT_TIMEOUT

/// The wait for the Data Collector to start has timed out.
pub const E_DC_START_WAIT_TIMEOUT : HResultError = HResultError::from_constant(0x8030010B); // PLA_E_DC_START_WAIT_TIMEOUT

/// The wait for the report generation tool to finish has timed out.
pub const E_REPORT_WAIT_TIMEOUT : HResultError = HResultError::from_constant(0x8030010C); // PLA_E_REPORT_WAIT_TIMEOUT

/// Duplicate items are not allowed.
pub const E_NO_DUPLICATES : HResultError = HResultError::from_constant(0x8030010D); // PLA_E_NO_DUPLICATES

/// When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename.
pub const E_EXE_FULL_PATH_REQUIRED : HResultError = HResultError::from_constant(0x8030010E); // PLA_E_EXE_FULL_PATH_REQUIRED

/// The session name provided is invalid.
pub const E_INVALID_SESSION_NAME : HResultError = HResultError::from_constant(0x8030010F); // PLA_E_INVALID_SESSION_NAME

/// The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
pub const E_PLA_CHANNEL_NOT_ENABLED : HResultError = HResultError::from_constant(0x80300110); // PLA_E_PLA_CHANNEL_NOT_ENABLED

/// The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
pub const E_TASKSCHED_CHANNEL_NOT_ENABLED : HResultError = HResultError::from_constant(0x80300111); // PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED

/// The execution of the Rules Manager failed.
pub const E_RULES_MANAGER_FAILED : HResultError = HResultError::from_constant(0x80300112); // PLA_E_RULES_MANAGER_FAILED

/// An error occurred while attempting to compress or extract the data.
pub const E_CABAPI_FAILURE : HResultError = HResultError::from_constant(0x80300113); // PLA_E_CABAPI_FAILURE