File SolidSyslogWindowsAtomicCounterErrors.h¶
FileList > Interface > SolidSyslogWindowsAtomicCounterErrors.h
Go to the source code of this file
Error codes and Source identity for the WindowsAtomicCounter adapter.
#include "ExternC.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SolidSyslogWindowsAtomicCounterErrors Detail codes for events whose Source is WindowsAtomicCounterErrorSource. |
Public Attributes¶
| Type | Name |
|---|---|
| const struct SolidSyslogErrorSource | WindowsAtomicCounterErrorSource Identity for events raised by a WindowsAtomicCounter. |
Public Types Documentation¶
enum SolidSyslogWindowsAtomicCounterErrors¶
Detail codes for events whose Source is WindowsAtomicCounterErrorSource.
enum SolidSyslogWindowsAtomicCounterErrors {
WINDOWSATOMICCOUNTER_ERROR_POOL_EXHAUSTED,
WINDOWSATOMICCOUNTER_ERROR_UNKNOWN_DESTROY,
WINDOWSATOMICCOUNTER_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
variable WindowsAtomicCounterErrorSource¶
Identity for events raised by a WindowsAtomicCounter.
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