WcmNamespaceAccess enumeration (wcmconfig.h)
Describes the options passed to the ISettingsEngine::GetNamespace method to choose how the namespace must be accessed. Read and write access must be used if the intent is to change settings and read-only access must be used if the intent is only to inspect the settings.
Syntax
typedef enum __MIDL___MIDL_itf_wcmconfig_0000_0000_0007 {
ReadOnlyAccess = 1,
ReadWriteAccess = 2
} WcmNamespaceAccess;
Constants
ReadOnlyAccess Value: 1 Request read-only access. |
ReadWriteAccess Value: 2 Request read and write access. |
Requirements
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wcmconfig.h |