搜索资源列表
88
- Winsock提供了另一个有用的异步I/O模型。和WSAAsyncSelect模型类似的是,它也允许应用程序在一个或多个套接字上,接收以事件为 基础的网络事件通知。对于表1总结的、由WSAAsyncSelect模型采用的网络事件来说,它们均可原封不动地移植到新模型。在用新模型 开发的应用程序中,也能接收和处理所有那些事件。该模型最主要的差别在于网络事件会投递至一个事件对象句柄,而非投递至一个窗 口例程。(节选自《Windows网络编程》第八章) 还是让我们先看代
GetVisableWindow
- 一个简单的窗口,点击上面的按钮后可以取得当前所有可视窗口句柄,并显示。 (为了获得点数而制作,希望不会太让你们失望。)-A simple window, click the button above to obtain the current window handle all the visible, and displayed. (In order to get points and production, hope it will not be too let you down.)
Findgamewindowhandle
- 介绍了用VC++如何实现查找游戏窗口句柄及游戏进程ID-Introduced with VC++ how to find the window handle and play the game the process ID