Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

SPDATAKEYLOCATION

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

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum SPDATAKEYLOCATION { SPDKL_DefaultLocation, SPDKL_CurrentUser, SPDKL_LocalMachine, SPDKL_CurrentConfig } SPDATAKEYLOCATION;</strong> </pre>

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.