![]() |
CSocketThreadManager | ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Custom Code in Header Private Section |
Declared in: SocketThreadManager.h |
Custom Code
//Timeout data
typedef struct _TimeoutData
{
LPTimeoutProc pTimeoutProc;
LPVOID pData;
BOOL bClearTimeout;
TimerID* pTimer;
} TimeoutData;
//Maps by IP
typedef std::map<unsigned int,TimeoutData> TOMap;
//Our thread data
typedef struct _ThreadData
{
HWND hWindowHandle;
int iSocketCount;
int iTimeoutCount;
BOOL bFreeze;
CGenericThread* pThread;
HINSTANCE hInstance;
CGenericEvent* pEvent;
TOMap pMap;
std::string sClassName;
CGenericCriticalSection* pCSection;
} ThreadData;
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |