搜索资源列表
Sams - Microsoft Windows 2000 API SuperBible-Source.tar
- Windows API超级经典,含有N多例子
Hook_Windows_API
- 这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全
mysql_test_c__
- 此代码是研究 mysql 5.0.22 得出的结果,描述并使用标准 c++演示了使用 MySQLC API 函数简单操作数据库的流程 例子程序在 VC6(VC7.1) + windows 2000 上调试通过 例子程序在 red hat linux 9,red fc6 上调试通过 -this code is to examine mysql 5.0.22 the results Descr iption and use standard c demonstration of th
hook_api_SDK
- 微软公司的拦截api开发包: All Detours functions are compatible with all x86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98, and Windows ME, the DetourFunction* APIS do not work unless the program is running un
用VC++实现Windows 2000XP下的休眠
- 实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the
RamSimulate
- 使用Windows 2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。
changentpswd
- 这个代码是个VB程序也可以调用的动态链接库,功能是改变NT的登陆口令。它封装了有关修改NT ChangePassword API等函数。在Windows 2000上测试通过。在VB中的调用方法参见源代码压缩文件中的说明。
Windows存储管理实习
- 使用Windows 2000 / XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。-use Windows 2000 / XP API functions, including the preparation of a two-threaded process, a thread used to simulate memory allocation, a thread used to tra
API实现登录win2000
- 看名字就已经可以知道了吧,可以实现登陆windows 2000 功能,delphi源码-saw the name can already know it, can achieve a functional landing windows 2000, delphi FOSS
一个对Winsock 完成端口模型封装的类
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
20040917155101
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
test
- 根据NetperSec 的说明,使用SNMP 库的SnmpExtensionQuery API 在windows 2000 上有 .... 上一篇:NetPerSec 获取网络流量部分源码... 下一篇:Delphi 自带的Base64 编 .-According to NetperSec note, the use of SNMP library SnmpExtensionQuery API in windows 2000 there is one .... on: NetPerSec acc
NativeAPI_pdf_book
- native api windows 2000/NT, pdf book. -native api windows 2000/NT, pdf book.
windows-ImgSamples
- Windows图形编程 附书源代码作者:Feng Yuan -This book is about Windows graphics programming using Win32 GDI API, with an introduction to DirectDraw, and an even more brief introduction to Direct3D Immediate Mode. It covers common features implemented on all Win32
Windows_NT(2000)_Native_API_Reference.pdf
- Windows NT(2000) Native API Reference
WINDOWS2000.API
- 《WINDOWS2000.API.超级宝典》404个源代码 -" WINDOWS2000.API. Super Collection" 404 source code
Windows-2000-native-API-reference
- Windows 2000 native API reference
Windows-NT-2000-Native-API-Reference
- Windows NT 2000 Native API Reference
Windows-CE-API
- 《Windows CE API手册》是Blitz Force团队继 Xarm和ROS开发系统之后之后又一重要作品。本手册收录并翻译了 MSDN Library for Visual Studio 2008 中超过2000 个API函数和宏的资料信息。分为:系统函数、COM函数、驱动函数、网络通信4个大类-" Windows CE API Manual" Blitz Force team following Xarm and ROS development system afte
API-for-Windows-2K-XP-Details.pdf
- Windows API 开发示例讲解,适用于windows 2000和 XP系统,值得参考-Develop Windows API examples to explain, for windows 2000 and XP systems, it is also useful