SPDATAKEYLOCATION (SAPI 5.3)
Microsoft Speech API 5.3
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.