![]() |
KomodiaDNS::CDNSSocket | ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Custom Code in Header Private Section |
Declared in: DNSSocket.h |
Custom Code
//Our parse struct
typedef struct _ParseThreadData
{
char* pData;
char* pOriginalData;
int iDataSize;
CDNSSocket* pSocket;
BOOL bTCP;
} ParseThreadData;
//Our pending requests ?
typedef struct _WaitingRequests
{
char* pData;
unsigned short usSize;
LPVOID lpData;
} WaitingRequests;
//Connection status
typedef enum _ConnectionStatus
{
csNone,
csPending,
csConnected,
csError,
csDisconnected
} ConnectionStatus;
//Our deque
typedef std::deque<WaitingRequests> PendingDeque;
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. |