-
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很...
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很好地解决。-Key to pronunciation, the key is to let the process be able to know the current keyboard on which keys are pressed, and play the corresponding sound, of course, not to mention its own procedures, then press any other key to the current procedure How do I know this? Use the keyboard hook can be a good solution.
- 2022-12-17 00:50:03下载
- 积分:1
-
StormOS 0.14b source// C ASM// English
StormOS 0.14b源代码// C & ASM// 英文-StormOS 0.14b source// C ASM// English
- 2022-03-26 10:16:52下载
- 积分:1
-
example, application procedures for small C builder
串口实例程序,应用C++builder小程序-example, application procedures for small C builder
- 2023-06-05 23:45:04下载
- 积分:1
-
此应用程序不仅展示了使用微软基础知识…
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ConvNums application.
- 2022-01-26 01:05:59下载
- 积分:1
-
multithreaded Principle, delphi, with a note of the specific examples of multi
多线程的实现原理,在delphi中,用一个实例具体说明了多线程的过程。-multithreaded Principle, delphi, with a note of the specific examples of multi-threaded process.
- 2022-01-26 02:45:57下载
- 积分:1
-
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系...
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。
命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。
-named pipe full advantage of the Windows NT and Windows 2000 built-in security system system. To be named as a pipeline network programming package, which is actually the establishment of a client/server communication system, and in which reliable data transmission. A named pipe is on the Windows file system design of a mechanism, "Named Pipe File System (Named Pipe File System, NPFS) "interface, therefore, client and server can use standard Win32 file system functions (such as : ReadFile and WriteFile) data to the transceiver.
- 2023-07-21 23:15:04下载
- 积分:1
-
MiniSpy 微筛选器的的主要功能模块。
ALLOC_PRAGMA #ifdef#pragma alloc_text (INIT,驱动入口)#pragma alloc_text SpyFilterUnload 页面)#pragma alloc_text SpyQueryTeardown 页面)#pragma alloc_text SpyConnect 页面)#pragma alloc_text SpyDisconnect 页面)#pragma alloc_text SpyMessage 页面)#endif#define SetFlagInterlocked(_ptrFlags,_flagToSet)((作废) InterlockedOr (((挥发性长 *)(_ptrFlags)),_flagToSet))//---------------------------------------------------------------------------例程//---------------------------------------------------------------------------NTSTATUS驱动入口 (俺们 PDRIVER_OBJECT DriverObject俺们 PUNICODE_STRING RegistryPath)/*++常规的描述:驱动程序首次加载时,将调用这个例程。其目的是初始化全局状态,然后注册 FltMgr 开始过滤。参数:DriverObject-指向驱动程序由系统创建的对象的指针代表此驱动程序。RegistryPath-标识在何处的 Unicode 字符串为此参数驱动程序位于在注册表中。返回值:
- 2022-03-21 12:13:07下载
- 积分:1
-
41时间读写系统实例
实例41 读写系统时间-41 examples of time reading and writing system
- 2022-02-05 12:52:17下载
- 积分:1
-
一个将UTC时间转化为本地时间的函数,一个将UTC时间转化为本地时间的函数。...
一个将UTC时间转化为本地时间的函数,一个将UTC时间转化为本地时间的函数。-A UTC time into a function of local time, a UTC time into a function of local time.
- 2022-10-10 19:25:02下载
- 积分:1
-
On the Windows API function test source HOOK
对Windows API函数进行HOOK测试源码-On the Windows API function test source HOOK
- 2022-03-25 07:41:16下载
- 积分:1