winresult/gen/codes/
MK.rs

1// WARNING: this file is auto-generated by xtask gen and may be overwritten
2
3use super::*;
4
5
6/// Moniker needs to be connected manually
7pub const E_CONNECTMANUALLY : HResultError = HResultError::from_constant(0x800401E0); // MK_E_CONNECTMANUALLY
8
9/// Operation exceeded deadline
10pub const E_EXCEEDEDDEADLINE : HResultError = HResultError::from_constant(0x800401E1); // MK_E_EXCEEDEDDEADLINE
11
12/// Moniker needs to be generic
13pub const E_NEEDGENERIC : HResultError = HResultError::from_constant(0x800401E2); // MK_E_NEEDGENERIC
14
15/// Operation unavailable
16pub const E_UNAVAILABLE : HResultError = HResultError::from_constant(0x800401E3); // MK_E_UNAVAILABLE
17
18/// Invalid syntax
19pub const E_SYNTAX : HResultError = HResultError::from_constant(0x800401E4); // MK_E_SYNTAX
20
21/// No object for moniker
22pub const E_NOOBJECT : HResultError = HResultError::from_constant(0x800401E5); // MK_E_NOOBJECT
23
24/// Bad extension for file
25pub const E_INVALIDEXTENSION : HResultError = HResultError::from_constant(0x800401E6); // MK_E_INVALIDEXTENSION
26
27/// Intermediate operation failed
28pub const E_INTERMEDIATEINTERFACENOTSUPPORTED : HResultError = HResultError::from_constant(0x800401E7); // MK_E_INTERMEDIATEINTERFACENOTSUPPORTED
29
30/// Moniker is not bindable
31pub const E_NOTBINDABLE : HResultError = HResultError::from_constant(0x800401E8); // MK_E_NOTBINDABLE
32
33/// Moniker is not bound
34pub const E_NOTBOUND : HResultError = HResultError::from_constant(0x800401E9); // MK_E_NOTBOUND
35
36/// Moniker cannot open file
37pub const E_CANTOPENFILE : HResultError = HResultError::from_constant(0x800401EA); // MK_E_CANTOPENFILE
38
39/// User input required for operation to succeed
40pub const E_MUSTBOTHERUSER : HResultError = HResultError::from_constant(0x800401EB); // MK_E_MUSTBOTHERUSER
41
42/// Moniker class has no inverse
43pub const E_NOINVERSE : HResultError = HResultError::from_constant(0x800401EC); // MK_E_NOINVERSE
44
45/// Moniker does not refer to storage
46pub const E_NOSTORAGE : HResultError = HResultError::from_constant(0x800401ED); // MK_E_NOSTORAGE
47
48/// No common prefix
49pub const E_NOPREFIX : HResultError = HResultError::from_constant(0x800401EE); // MK_E_NOPREFIX
50
51/// Moniker could not be enumerated
52pub const E_ENUMERATION_FAILED : HResultError = HResultError::from_constant(0x800401EF); // MK_E_ENUMERATION_FAILED
53
54/// Moniker reduced to itself
55pub const S_REDUCED_TO_SELF : HResultSuccess = HResultSuccess::from_constant(0x000401E2); // MK_S_REDUCED_TO_SELF
56
57/// Common prefix is this moniker
58pub const S_ME : HResultSuccess = HResultSuccess::from_constant(0x000401E4); // MK_S_ME
59
60/// Common prefix is input moniker
61pub const S_HIM : HResultSuccess = HResultSuccess::from_constant(0x000401E5); // MK_S_HIM
62
63/// Common prefix is both monikers
64pub const S_US : HResultSuccess = HResultSuccess::from_constant(0x000401E6); // MK_S_US
65
66/// Moniker is already registered in running object table
67pub const S_MONIKERALREADYREGISTERED : HResultSuccess = HResultSuccess::from_constant(0x000401E7); // MK_S_MONIKERALREADYREGISTERED
68
69/// Moniker path could not be normalized
70pub const E_NO_NORMALIZED : HResultError = HResultError::from_constant(0x80080007); // MK_E_NO_NORMALIZED