Some IoControlCodes for AFD (Ancillary Function Driver for WinSock)

来源:互联网 发布:matlab 遍历打印数组 编辑:程序博客网 时间:2024/04/29 10:20

#define AFD_RECV  0x12017
#define AFD_BIND  0x12003
#define AFD_CONNECT  0x12007
#define AFD_SET_CONTEXT 0x12047
#define AFD_RECV  0x12017
#define AFD_SEND  0x1201f
#define AFD_SELECT  0x12024
#define AFD_SENDTO  0x12023
#define AFD_RECVFROM 0x1201B

#define AFD_GET_INFO         0x1207B

#define AFD_SET_CONTEXT 0x12047

原创粉丝点击