Skip to content

Dir Platform/Windows/Interface

FileList > Interface

Files

Type Name
file SolidSyslogWindowsAtomicCounter.h
An AtomicCounter over the Win32 Interlocked API, backing the RFC 5424 sequenceId on Windows targets without C11 <stdatomic.h> (legacy MSVC).
file SolidSyslogWindowsAtomicCounterErrors.h
Error codes and Source identity for the WindowsAtomicCounter adapter.
file SolidSyslogWindowsClock.h
The Windows SolidSyslogClockFunction, for SolidSyslogConfig.Clock .
file SolidSyslogWindowsFile.h
Windows file I/O (MSVC <io.h>: _sopen_s / _read / _write / _lseeki64 / _chsize_s) behind the SolidSyslogFile vtable, for a file-backed BlockDevice or Store.
file SolidSyslogWindowsFileErrors.h
Error codes and Source identity for the WindowsFile adapter.
file SolidSyslogWindowsHostname.h
The Windows SolidSyslogHeaderFieldFunction for RFC 5424 HOSTNAME, for SolidSyslogConfig.GetHostname .
file SolidSyslogWindowsMutex.h
A Mutex wrapping a Windows CRITICAL_SECTION, for thread-safe buffers and pools on a Windows host.
file SolidSyslogWindowsMutexErrors.h
Error codes and Source identity for the WindowsMutex adapter.
file SolidSyslogWindowsProcessId.h
The Windows SolidSyslogHeaderFieldFunction for RFC 5424 PROCID, for SolidSyslogConfig.GetProcessId .
file SolidSyslogWindowsSleep.h
The Windows SolidSyslogSleepFunction.
file SolidSyslogWindowsSysUpTime.h
The Windows SolidSyslogSysUpTimeFunction, for MetaSd.
file SolidSyslogWinsockAddress.h
A Windows destination-address handle wrapping the Winsock struct sockaddr_in.
file SolidSyslogWinsockAddressErrors.h
Error codes and Source identity for the WinsockAddress adapter.
file SolidSyslogWinsockDatagram.h
UDP transport over a Winsock socket, for a UdpSender.
file SolidSyslogWinsockDatagramErrors.h
Error codes and Source identity for the WinsockDatagram adapter.
file SolidSyslogWinsockResolver.h
A blocking DNS resolver over Winsock getaddrinfo.
file SolidSyslogWinsockResolverErrors.h
Error codes and Source identity for the WinsockResolver adapter.
file SolidSyslogWinsockTcpStream.h
A non-blocking TCP stream over a Winsock socket, for a StreamSender or as the byte transport under a TlsStream.
file SolidSyslogWinsockTcpStreamErrors.h
Error codes and Source identity for the WinsockTcpStream adapter.

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