SPDATAKEYLOCATION

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

SPDATAKEYLOCATION

SPDATAKEYLOCATION lists top-level registry keys. It is used for data key locations with ISpObjectTokenCategory::GetDataKey

typedef enum SPDATAKEYLOCATION
{
    SPDKL_DefaultLocation, 
    SPDKL_CurrentUser, 
    SPDKL_LocalMachine, 
    SPDKL_CurrentConfig 
} SPDATAKEYLOCATION;

Elements

SPDKL_DefaultLocation
The default location set by ISpObjectTokenCategory.
SPDKL_CurrentUser
The registry key HKEY_CURRENT_USER.
SPDKL_LocalMachine
The registry key HKEY_LOCAL_MACHINE.
SPDKL_CurrentConfig
The registry key HKEY_CURRENT_CONFIG.