xiao183
驱动牛犊
驱动牛犊
  • 注册日期2005-09-18
  • 最后登录2010-04-27
  • 粉丝0
  • 关注0
  • 积分101分
  • 威望14点
  • 贡献值0点
  • 好评度10点
  • 原创分0分
  • 专家分0分
阅读:2538回复:0

请问高人WSAPROTOCOL_INFOW 的结构定义

楼主#
更多 发布于:2007-12-16 10:29

我在msdn上搜索到了WSAPROTOCOL_INFOW 的结构定义,但全是英文的,请问
WSAPROTOCOL_INFOW 的结构每一个意思是什么啊
typedef struct _WSAPROTOCOL_INFO
{  
DWORD dwServiceFlags1;  
DWORD dwServiceFlags2;  
DWORD dwServiceFlags3;
 DWORD dwServiceFlags4;  
DWORD dwProviderFlags;  
GUID ProviderId;  
DWORD dwCatalogEntryId;
 WSAPROTOCOLCHAIN ProtocolChain;  
int iVersion;
 int iAddressFamily;  
int iMaxSockAddr;
 int iMinSockAddr;
 int iSocketType;
 int iProtocol;  
int iProtocolMaxOffset;
 int iNetworkByteOrder;  
int iSecurityScheme;
 DWORD dwMessageSize;
 DWORD dwProviderReserved;
 WCHAR szProtocol[WSAPROTOCOL_LEN+1];
} WSAPROTOCOL_INFO,  *LPWSAPROTOCOL_INFO;
游客

返回顶部