Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the status of the user.
Syntax
typedef enum __MIDL___MIDL_itf_wcmconfig_0000_0000_0006 {
UnknownStatus = 0,
UserRegistered = 1,
UserUnregistered = 2,
UserLoaded = 3,
UserUnloaded = 4
} WcmUserStatus;
Constants
UnknownStatusValue: 0 Indicates a problem with the store. |
UserRegisteredValue: 1 Indicates that the store is registered, but is not currently loaded for use. |
UserUnregisteredValue: 2 Indicates that the store does not currently exist. |
UserLoadedValue: 3 Indicates that the store is registered, loaded, and ready for use. |
UserUnloadedValue: 4 This has the same semantics as UserRegistered. |
Remarks
UserUnloaded, UserUnregistered, and UnknownStatus should not appear in typical use.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wcmconfig.h |