ISpProperties::GetPropertyNum (SAPI 5.4)

Microsoft Speech API 5.4

ISpProperties::GetPropertyNum

ISpProperties::GetPropertyNum retrieves a numeric value specified by the named key.

  
    HRESULT GetPropertyNum(
   LPCWSTR       *pName,
   LONG          *plValue
);

Parameters

  • pName
    [in] String containing the property name. Valid values are listed in the SR Properties section of the SAPI 5.0 SR Properties White Paper.
  • plValue
    [out] Address to store the property value.

Return values

Value
S_OK
S_FALSE
E_INVALIDARG
E_POINTER
FAILED(hr)