The ReportEvent function writes an entry at the end of the specified event log.
BOOL ReportEvent(
HANDLE hEventLog, |
// handle returned by RegisterEventSource |
WORD wType, |
// event type to log |
WORD wCategory, |
// event category |
DWORD dwEventID, |
// event identifier |
PSID lpUserSid, |
// user security identifier (optional) |
WORD wNumStrings, |
// number of strings to merge with message |
DWORD dwDataSize, |
// size of binary data, in bytes |
LPCTSTR *lpStrings, |
// array of strings to merge with message |
LPVOID lpRawData |
// address of binary data |
); |
Value |
Meaning |
EVENTLOG_ERROR_TYPE |
Error event |
EVENTLOG_WARNING_TYPE |
Warning event |
EVENTLOG_INFORMATION_TYPE |
Information event |
EVENTLOG_AUDIT_SUCCESS |
Success Audit event |
EVENTLOG_AUDIT_FAILURE |
Failure Audit event |
For more information about event types, see Event
Logging.
If the function succeeds, the return value is nonzero, indicating that the entry was written to the log.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
This function is used to log an event. The entry is written to the end of the configured logfile for the source identified by the hEventLog parameter. The ReportEvent function adds the time, the user name, the entry’s length, and the offsets before storing the entry in the log.
ClearEventLog, CloseEventLog, OpenEventLog, ReadEventLog, RegisterEventSource
file: /Techref/os/win/api/win32/func/src/f74_6.htm, 6KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 15:23,
3.138.124.83:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/func/src/f74_6.htm"> ReportEvent</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.