LogEventDirect
Reports an event to the Secure Logging Server (SLS).
#include <logevent.h>
BOOL LogEventDirect (
LOGHANDLE Handle,
unsigned char *Component,
unsigned long ID,
unsigned long LogLevel,
unsigned long GroupID,
unsigned long Flags,
unsigned char *Text1,
unsigned char *Text2,
unsigned long Value1,
unsigned long Value2,
unsigned long MIMEHint,
unsigned long Size,
void *Data);
|
TRUE |
The event was successfully transmitted to the SLS or committed to the local cache. |
|
FALSE |
The event could not be transmitted or stored. The error is retrieved by LogGetError. |