|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
SAPI 5.1
ISpNotifySource::SetNotifyCallbackInterface
ISpNotifySource::SetNotifyCallbackInterface sets up this instance to call the virtual method ISpNotifyCallback::NotifyCallback for notifications.
HRESULT SetNotifyCallbackInterface(
ISpNotifyCallback *pSpCallback,
WPARAM wParam,
LPARAM lParam
);
Parameters
- pSpCallback
- [in] A pointer to an application-defined implementation of the ISpNotifyCallback interface.
- wParam
- [in] Constant WPARAM value that will be passed to the ISpNotifyCallback::NotifyCallback method when it is called.
- lParam
- [in] Constant LPARAM value that will be passed to the ISpNotifyCallback::NotifyCallback method when it is called.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
E_INVALIDARG |
pSpCallback is invalid. |
FAILED (hr) |
Appropriate error message. |
Remarks
The application will be called back on the same thread that calls this method. The callback will be called as a result of window message processing, so the thread must have a message pump. For more details, see the documentation for ISpNotifyCallback.
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com