![]() |
ShutdownSockets() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: SpoofBase.h |
static BOOL ShutdownSockets();
Shutdown the sockets
//Only if initialized if (!m_Initialized) return TRUE; try { //Notify shutdown class if (m_pShutdownClass) { m_pShutdownClass->NotifyShutdown(); delete m_pShutdownClass; } if (WSACleanup()==SOCKET_ERROR) return FALSE; m_Initialized=FALSE; return TRUE; } catch (...) { return FALSE; }
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 24 Apr 2001. |