SPDATAKEYLOCATION (Windows CE 5.0)
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
Send Feedback on this topic to the authors