代码搜索:WSAAsyncSelect
找到约 43 项符合「WSAAsyncSelect」的源代码
代码结果 43
www.eeworm.com/read/414998/11086605
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example1.h"
#include "Server.h"
#inc
www.eeworm.com/read/244988/12827443
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "te.h"
#include "Server.h"
#include
www.eeworm.com/read/411439/11245772
cpp nettimedlg.cpp
// NetTimeDlg.cpp : implementation file
//
#include "stdafx.h"
#include "clock.h"
#include "NetTimeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/303749/3809119
cpp asyncselect.cpp
// Module Name: asyncselect.cpp
//
// Description:
//
// This sample illustrates how to develop a simple echo server Winsock
// application using the WSAAsyncSelect() I/O model. This sample
www.eeworm.com/read/418205/10959227
txt 16.5.1 相关函数说明.txt
16.5.1 相关函数说明
1. WSAAsyncSelect函数
int WSAAsyncSelect(SOCKET s , HWND hWnd , unsigned int wMsg , long lEvent)
该函数为指定的套接字请求基于Windows消息的网络事件通知,井自动将该套接字设置为非阻塞模
式。该函数有三个参数,其含义分别如下所述:
. s
标识请
www.eeworm.com/read/343231/3223552
cpp asyncserver.cpp
//
// Sample: WSAAsyncSelect IPv4/IPv6 Server
//
// Files:
// asyncserver.cpp - this file
// resolve.cpp - routines for resovling addresses, etc.
// resolve.h - header f
www.eeworm.com/read/380794/2652530
cpp asyncserver.cpp
//
// Sample: WSAAsyncSelect IPv4/IPv6 Server
//
// Files:
// asyncserver.cpp - this file
// resolve.cpp - routines for resovling addresses, etc.
// resolve.h - header f
www.eeworm.com/read/159854/5580075
cpp asyncserver.cpp
//
// Sample: WSAAsyncSelect IPv4/IPv6 Server
//
// Files:
// asyncserver.cpp - this file
// resolve.cpp - routines for resovling addresses, etc.
// resolve.h - header f
www.eeworm.com/read/27451/865431
txt d072.bmp.txt
int PASCAL FAR WSAAsyncSelect(SOCKET s, HWND hWnd, unsigned int wMsg,long IEvent);
此函数用来请求Windows Sockets DLL为窗口句柄发一条消息。无论它何时检测到由
lEvent参数指明的网络事件,都由专门的消息处理函数来处理。要发送的消息由wMsg参数
标明,被通知的套接字由s标识
www.eeworm.com/read/37216/900712
txt d072.bmp.txt
int PASCAL FAR WSAAsyncSelect(SOCKET s, HWND hWnd, unsigned int wMsg,long IEvent);
此函数用来请求Windows Sockets DLL为窗口句柄发一条消息。无论它何时检测到由
lEvent参数指明的网络事件,都由专门的消息处理函数来处理。要发送的消息由wMsg参数
标明,被通知的套接字由s标识