SPDATAKEYLOCATION
This enumeration defines top-level registry keys. It is used with ISpObjectTokenCategory::GetDataKey.
typedef enum SPDATAKEYLOCATION{
SPDKL_DefaultLocation = 0,
SPDKL_CurrentUser = 1,
SPDKL_LocalMachine = 2,
SPDKL_CurrentConfig = 5
} SPDATAKEYLOCATION;
Elements
- SPDKL_DefaultLocation
Use default registry key set by ISpObjectTokenCategory. - SPDKL_CurrentUser
Use registry key HKEY_CURRENT_USER. - SPDKL_LocalMachine
Use registry key HKEY_LOCAL_MACHINE. - SPDKL_CurrentConfig
Use registry key HKEY_CURRENT_CONFIG.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
SAPI Enumerations | ISpObjectTokenCategory::GetDataKey
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.