|
UninstallRecognizer
- 0 2.0
Unloads a recognizer previously installed with InstallRecognizer.
UninstallRecognizer( HREC hrec )
Parameters
hrec
Recognizer handle.
Return Value
This function does not return a value.
Comments
Windows maintains a use count for all installed recognizers and doesn't unload
a recognizer until the last remaining client application has called UninstallRecognizer. For every call an application makes to InstallRecognizer, it must must make a matching call to UninstallRecognizer.
Before unloading a recognizer library, the system calls the recognizer's ConfigRecognizer function with the subfunction WCR_CLOSERECOGNIZER.
It is not necessary to uninstall the default recognizer; an application must
uninstall all recognizers that it explicitly loads.
See Also
InstallRecognizer, ConfigHREC
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|