Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.