#include "tcpsvcs.h"
#include <time.h>
Go to the source code of this file.
◆ DaytimeHandler()
Definition at line 29 of file daytime.c.
_Check_return_ _CRTIMP char *__cdecl asctime(_In_ const struct tm *_Tm)
VOID WINAPI ExitThread(IN DWORD uExitCode)
BOOL ShutdownConnection(SOCKET sock, BOOL bRec)
_CRTIMP struct tm *__cdecl localtime(const time_t *_Time)
VOID LogEvent(LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags)
static BOOL SendTime(SOCKET sock, CHAR *time)
◆ SendTime()
Definition at line 15 of file daytime.c.
ACPI_SIZE strlen(const char *String)
INT WSAAPI WSAGetLastError(VOID)
INT WSAAPI send(IN SOCKET s, IN CONST CHAR FAR *buf, IN INT len, IN INT flags)
VOID LogEvent(LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags)
Referenced by DaytimeHandler().