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 types of enumeration flags.
Syntax
typedef enum __MIDL___MIDL_itf_wcmconfig_0000_0000_0002 {
SharedEnumeration = 1,
UserEnumeration = 2,
AllEnumeration
} WcmNamespaceEnumerationFlags;
Constants
SharedEnumerationValue: 1 Describes a shared enumeration. It enumerates all namespaces that have been compiled for the machine space. |
UserEnumerationValue: 2 Describes a user-specific enumeration. It enumerates the namespaces that have been compiled for a specific user. |
AllEnumerationA 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 |