MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Initialize

Method Initialize

sourcecommon/tcpserv.cpp:22–34  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

20}
21//---------------------------------------------------------------------------
22void MSocket::Initialize(MSocket * p)//SOCKET h, struct sockaddr_in * DestinationAddress)
23{
24 handle = p->handle;
25 Connected = p->Connected;
26 Error = p->Error;
27 Exceptions = p->Exceptions;
28 destAddr = p->destAddr;
29 localAddr = p->localAddr;
30 InBytes = p->InBytes;
31 OutBytes = p->OutBytes;
32 bytes = p->bytes;
33 errcode = p->errcode;
34}
35//---------------------------------------------------------------------------
36bool MSocket::Close(void)
37{

Callers 1

WinMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected