ISpDataKey::GetData (SAPI 5.4)

Microsoft Speech API 5.4

ISpDataKey::GetData

ISpDataKey::GetData retrieves the binary data for a token.

  
    HRESULT GetData(
   LPCWSTR       *pszValueName,
   ULONG         *pcbData,
   BYTE          *pData
);

Parameters

  • pszValueName
    Address of a null-terminated string containing the name of the registry key from which to retrieve the registry key value.
  • pcbData
    [in] Size of the pData parameter.
  • pData
    [out] Pointer to the buffer receiving the information.

Return values

Value
S_OK
E_INVALIDARG
E_POINTER
SPERR_NOT_FOUND
FAILED(hr)

Remarks

If GetData is called with NULL for pData it returns S_OK and the size of the required buffer in *pcbData.