Skip to content

File SolidSyslogWindowsFileErrors.h

FileList > Interface > SolidSyslogWindowsFileErrors.h

Go to the source code of this file

Error codes and Source identity for the WindowsFile adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogWindowsFileErrors
Detail codes for events whose Source is WindowsFileErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource WindowsFileErrorSource
Identity for events raised by a WindowsFile.

Public Types Documentation

enum SolidSyslogWindowsFileErrors

Detail codes for events whose Source is WindowsFileErrorSource.

enum SolidSyslogWindowsFileErrors {
    WINDOWSFILE_ERROR_POOL_EXHAUSTED,
    WINDOWSFILE_ERROR_UNKNOWN_DESTROY,
    WINDOWSFILE_ERROR_MAX
};

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


Public Attributes Documentation

variable WindowsFileErrorSource

Identity for events raised by a WindowsFile.

const struct SolidSyslogErrorSource WindowsFileErrorSource;

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



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