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
ISpSREngine2::OnUnloadCFG
ISpSREngine2::OnUnloadCFG is the reverse of the OnLoadCFG function and is called by SAPI when the grammar is unloaded.
HRESULT OnUnloadCFG(
void *pvEngineGrammar,
ULONG ulGrammarID
);
Parameters
- pvEngineGrammar
Pointer to data that the engine has associated with the grammar. - ulGrammarID
The grammar ID.
Return values
| Value |
| S_OK |
| E_NOINTERFACE |