Skip to content

File SolidSyslogWindowsMutexErrors.h

FileList > Interface > SolidSyslogWindowsMutexErrors.h

Go to the source code of this file

Error codes and Source identity for the WindowsMutex adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogWindowsMutexErrors
Detail codes for events whose Source is WindowsMutexErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource WindowsMutexErrorSource
Identity for events raised by a WindowsMutex.

Public Types Documentation

enum SolidSyslogWindowsMutexErrors

Detail codes for events whose Source is WindowsMutexErrorSource.

enum SolidSyslogWindowsMutexErrors {
    WINDOWSMUTEX_ERROR_POOL_EXHAUSTED,
    WINDOWSMUTEX_ERROR_UNKNOWN_DESTROY,
    WINDOWSMUTEX_ERROR_MAX
};

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


Public Attributes Documentation

variable WindowsMutexErrorSource

Identity for events raised by a WindowsMutex.

const struct SolidSyslogErrorSource WindowsMutexErrorSource;

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