EStgmAccess Enumeration

Defines constants that specifies whether to open a IPropertyStore in read mode, write mode, or read/write mode.

The OpenPropertyStore(EStgmAccess, IPropertyStore) function use the constants defined in the EStgmAccess enumeration.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum EStgmAccess

Remarks

Members

Read 0 Games, system notification sounds, and voice commands.
Write 1 Games, system notification sounds, and voice commands.
ReadWrite 2 Games, system notification sounds, and voice commands.

See Also