Skip to content

Windows platform

File SolidSyslogWindowsAtomicCounterErrors.h

FileList > Interface > SolidSyslogWindowsAtomicCounterErrors.h

Error codes and Source identity for the WindowsAtomicCounter adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogWindowsAtomicCounterErrors

Detail codes for events whose Source is WindowsAtomicCounterErrorSource.

enum SolidSyslogWindowsAtomicCounterErrors {
    SOLIDSYSLOG_WINDOWS_ATOMIC_COUNTER_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_WINDOWS_ATOMIC_COUNTER_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_WINDOWS_ATOMIC_COUNTER_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

WindowsAtomicCounterErrorSource

Identity for events raised by a WindowsAtomicCounter.

const struct SolidSyslogErrorSource WindowsAtomicCounterErrorSource;

A handler matches by address (event->Source == &WindowsAtomicCounterErrorSource), then reads event->Detail as an enum SolidSyslogWindowsAtomicCounterErrors.



The documentation for this class was generated from the following file Platform/Windows/Interface/SolidSyslogWindowsAtomicCounterErrors.h