WcmNamespaceEnumerationFlags enumeration (wcmconfig.h)

Describes the types of enumeration flags.

Syntax

typedef enum __MIDL___MIDL_itf_wcmconfig_0000_0000_0002 {
  SharedEnumeration = 1,
  UserEnumeration = 2,
  AllEnumeration
} WcmNamespaceEnumerationFlags;

Constants

 
SharedEnumeration
Value: 1
Describes a shared enumeration. It enumerates all namespaces that have been compiled for the machine space.
UserEnumeration
Value: 2
Describes a user-specific enumeration. It enumerates the namespaces that have been compiled for a specific user.
AllEnumeration
A logical "OR" of shared and user enumeration.

Remarks

Note  UserEnumeration should not be used. No namespaces are compiled for a particular user, they are all compiled for the machine as an entity.
 

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wcmconfig.h