Skip to content

Windows platform

File SolidSyslogWinsockAddressErrors.h

FileList > Interface > SolidSyslogWinsockAddressErrors.h

Error codes and Source identity for the WinsockAddress adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogWinsockAddressErrors

Detail codes for events whose Source is WinsockAddressErrorSource.

enum SolidSyslogWinsockAddressErrors {
    SOLIDSYSLOG_WINSOCK_ADDRESS_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_WINSOCK_ADDRESS_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_WINSOCK_ADDRESS_ERROR_MAX
};

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


Public Attributes Documentation

WinsockAddressErrorSource

Identity for events raised by a WinsockAddress.

const struct SolidSyslogErrorSource WinsockAddressErrorSource;

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



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