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 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
ReadOnlyAccessValue: 1 Request read-only access. |
ReadWriteAccessValue: 2 Request read and write access. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wcmconfig.h |