|
|
| bool ReportFailure |
( |
LPCTSTR |
_msg |
) |
|
Add a failure message to the event log.
- Parameters:
-
| _msg | string containing the message text to be added to the log. |
- Returns:
- true if the message was successfully recorded in the log.
- See also:
- ReportInformation, ReportWarning, ReportError
|