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.3
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) |