搜索资源列表
bootstrap
- 这个频率与硬件和操作系统都可能有关。利用 API 函数 QueryPerformanceFrequency 可以得到 这个定时器的频率。利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。根据 要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到-the frequency with hardwa
VB6_MT_down
- 由于VB6中没有专门用于多线程的指令及功能,但通过API方式可用VB6作出多线程的方式在程序中使用。 -because VB6 is not specifically for multithreaded instructions and functions But through the API can be used to make VB6 multithreaded approach used in the proceedings.
sameprocess
- 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程
KillProcessEx
- 用系统底层API,用多种方法结束进程,一般没有被驱动保护的应用程序都能被强制结束掉,代码仅供参考,如有问题,请发邮件给我。-With the system, the underlying API, using a variety of ways the end of the process, generally has not been driven to protect the application can be forced off the end of the code for refe
VBMultiThread
- 使用VB语言实现多线程,由于VB本身没有多线程的功能,所以使用API函数也能达到这个效果-VB language with multi-threading, because VB does not have multi-threading capabilities, it can also be achieved using the API function, this effect
20109214441002
- 最近才发现的“RtlCreateUserThread”(下步调用ZwCreateThread)这可是个好东西,可以创建远程线程,也可以用来写多线程程序,但是在VB里好像还是不是很稳定只能用API。 -Recently discovered " RtlCreateUserThread" (under the pace with ZwCreateThread) this is a good thing, you can create a remote thread, can als
jinchengmeijufangfa
- 进程枚举技术的介绍 精华版 在API函数调用上实现进程枚举技术 可以分集中实现的方法-Essence of the process of enumeration techniques introduced version of the API function calls to achieve the process of enumeration techniques can be divided into centralized approach to achieve
lh
- 用VFP9编写的幻灵游侠3.0的练化外挂,可以学习其中的VFP操作API读写进程的方法。-Written by VFP9 practice of Monster & Me 3.0 plug-in, which you can learn to read and write process VFP operations API methods.
rcahization-realization-good
- The realization of the various API functions in Delphi, good examples, can learn the reference
dode
- Complete packaging for ListView API, read the original code can be familiar with all aspects of the ListView
widl-task-achieve
- 一个可以实现自动关机的小程序,调用了API函数,很好用的,可以用于98,NT,2000,XP(A small program can realize automatic shutdown, call the API function, very useful, can be used for 98, NT, 2000, XP)
nsboeiated__edge
- 不用API的ini文件读写,支持现有的INI读写,并且还可以脱离API的限制(Ini file to read and write without API, support existing ini, speaking, reading and writing, and you can also from the limits of the API)