1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// WARNING: this file is auto-generated by xtask gen and may be overwritten
use *;
/// The GUID passed was not recognized as valid by a WMI data provider.
pub const GUID_NOT_FOUND : ErrorCode = from_constant; // ERROR_WMI_GUID_NOT_FOUND
/// The instance name passed was not recognized as valid by a WMI data provider.
pub const INSTANCE_NOT_FOUND : ErrorCode = from_constant; // ERROR_WMI_INSTANCE_NOT_FOUND
/// The data item ID passed was not recognized as valid by a WMI data provider.
pub const ITEMID_NOT_FOUND : ErrorCode = from_constant; // ERROR_WMI_ITEMID_NOT_FOUND
/// The WMI request could not be completed and should be retried.
pub const TRY_AGAIN : ErrorCode = from_constant; // ERROR_WMI_TRY_AGAIN
/// The WMI data provider could not be located.
pub const DP_NOT_FOUND : ErrorCode = from_constant; // ERROR_WMI_DP_NOT_FOUND
/// The WMI data provider references an instance set that has not been registered.
pub const UNRESOLVED_INSTANCE_REF : ErrorCode = from_constant; // ERROR_WMI_UNRESOLVED_INSTANCE_REF
/// The WMI data block or event notification has already been enabled.
pub const ALREADY_ENABLED : ErrorCode = from_constant; // ERROR_WMI_ALREADY_ENABLED
/// The WMI data block is no longer available.
pub const GUID_DISCONNECTED : ErrorCode = from_constant; // ERROR_WMI_GUID_DISCONNECTED
/// The WMI data service is not available.
pub const SERVER_UNAVAILABLE : ErrorCode = from_constant; // ERROR_WMI_SERVER_UNAVAILABLE
/// The WMI data provider failed to carry out the request.
pub const DP_FAILED : ErrorCode = from_constant; // ERROR_WMI_DP_FAILED
/// The WMI MOF information is not valid.
pub const INVALID_MOF : ErrorCode = from_constant; // ERROR_WMI_INVALID_MOF
/// The WMI registration information is not valid.
pub const INVALID_REGINFO : ErrorCode = from_constant; // ERROR_WMI_INVALID_REGINFO
/// The WMI data block or event notification has already been disabled.
pub const ALREADY_DISABLED : ErrorCode = from_constant; // ERROR_WMI_ALREADY_DISABLED
/// The WMI data item or data block is read only.
pub const READ_ONLY : ErrorCode = from_constant; // ERROR_WMI_READ_ONLY
/// The WMI data item or data block could not be changed.
pub const SET_FAILURE : ErrorCode = from_constant; // ERROR_WMI_SET_FAILURE