WcmUserStatus enumeration (wcmconfig.h)

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

 
UnknownStatus
Value: 0
Indicates a problem with the store.
UserRegistered
Value: 1
Indicates that the store is registered, but is not currently loaded for use.
UserUnregistered
Value: 2
Indicates that the store does not currently exist.
UserLoaded
Value: 3
Indicates that the store is registered, loaded, and ready for use.
UserUnloaded
Value: 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