6 #ifndef _INC_cWakeOnLan_H
7 #define _INC_cWakeOnLan_H
12 #include "../Net/cNetSocket.h"
31 static HRESULT GRAYCALL Wakeup(
const char* pszMacAddr,
const char* pszIPAddr =
nullptr,
NET_PORT_t wPort = k_PORT_DEFAULT);
#define GRAYCALL
declare calling convention for static functions so everyone knows the arg passing scheme....
Definition: GrayCore.h:36
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cNetAddr.h:31
Definition: cNetHost.h:31
Definition: cWakeOnLan.h:21
UNITTEST_FRIEND(cWakeOnLan)
WORD NET_PORT_t
WinINet calls ports NET_PORT_t INTERNET_PORT = a service.
Definition: cNetPort.h:21
UNITTEST2_PREDEF(cQuadtree)