|
| 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
ISpErrorLog::AddError
ISpErrorLog::AddError writes an error to the log file. Applications can implement this method to process the compilation error messages.
HRESULT AddError(
const long lLineNumber,
HRESULT hr,
const WCHAR *pszDescription,
const WCHAR *pszHelpFile,
DWORD dwHelpContext
);
Parameters
- lLineNumber
- The line number of the error in the XML grammar file.
- hr
- The error code being logged.
- pszDescription
- A textual description of the error.
- pszHelpFile
- The file being written to.
- dwHelpContext
- Flags providing additional information for the log.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
FAILED (hr) |
Appropriate error message. Currently any hr returned from AddError will be ignored by SAPI. |
Because this method is application defined, the return value may change. See specific vendor documentation for details.
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