File SolidSyslogWindowsMutexErrors.h¶
FileList > Interface > SolidSyslogWindowsMutexErrors.h
Error codes and Source identity for the WindowsMutex adapter.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogWindowsMutexErrors¶
Detail codes for events whose Source is WindowsMutexErrorSource.
enum SolidSyslogWindowsMutexErrors {
SOLIDSYSLOG_WINDOWS_MUTEX_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_WINDOWS_MUTEX_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_WINDOWS_MUTEX_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
WindowsMutexErrorSource¶
Identity for events raised by a WindowsMutex.
A handler matches by address (event->Source == &WindowsMutexErrorSource), then reads event->Detail as an enum SolidSyslogWindowsMutexErrors.
The documentation for this class was generated from the following file Platform/Windows/Interface/SolidSyslogWindowsMutexErrors.h