Share via


SPDATAKEYLOCATION (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines top-level registry keys. It is used with ISpObjectTokenCategory::GetDataKey.

Syntax

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

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations
ISpObjectTokenCategory::GetDataKey