-
判断你的程序是否运行在虚拟机中,目前对Microsoft s Virtual PC和VMWare进行判断,可以有效的保护你的程序不在虚拟机中运行。...
判断你的程序是否运行在虚拟机中,目前对Microsoft s Virtual PC和VMWare进行判断,可以有效的保护你的程序不在虚拟机中运行。-Procedures to determine whether you run in a virtual machine, the current Microsoft s Virtual PC and VMWare judge, can effectively protect your program not to run virtual machine.
- 2022-11-30 18:50:02下载
- 积分:1
-
windows错误代码解释器。这个工具是用Win32asm写的翻译windows错误代码的工具。附带了asm的源程序,想学习win32asm的不妨看一看。...
windows错误代码解释器。这个工具是用Win32asm写的翻译windows错误代码的工具。附带了asm的源程序,想学习win32asm的不妨看一看。-windows error code interpreter. This tool is used to write the Win32asm windows error code translation tool. Asm2 fringe of the source files, to study the win32asm may wish to look at.
- 2022-03-10 12:12:32下载
- 积分:1
-
关机定时器源码,如果孩子不在的话就行,很长一段时间..
定时关机源码,如果小孩子不听话,长时间玩电脑游戏,你可以用此软件强行关机,可以设定关机时间-Shutdown timer source, if the children do not toe the line, the long period of time playing computer games, you can use this software to force shutdown, can set the shutdown time
- 2023-04-19 02:55:03下载
- 积分:1
-
good information, windows programming required
windows 32 SDK好资料,windows编程必备-good information, windows programming required
- 2022-08-03 20:10:23下载
- 积分:1
-
一个限制程序使用时间的原码
一个限制程序使用时间的原码-procedures for the use of a time limit to the original code
- 2022-07-27 19:26:09下载
- 积分:1
-
Visual C++ 2005下写的一个进程管理代码,主要的功能在如何获得进程路径上。有需要的可以参考一下...
Visual C++ 2005下写的一个进程管理代码,主要的功能在如何获得进程路径上。有需要的可以参考一下-Visual C++ 2005 under the management of a process to write the code, the main function in the process of how to obtain the path. Need for reference
- 2022-06-14 20:08:36下载
- 积分:1
-
MFC内部运行机理,对MFC的消息传递进行了剖析
MFC内部运行机理,对MFC的消息传递进行了剖析-MFC internal operation mechanism of MFC messaging analyzed
- 2022-03-18 10:10:43下载
- 积分:1
-
This component has the same functionality of the default Timer component, but it
This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.-This component has the same functionality of the default Timer
component, but it provides a higher resolution, until a maximum of 1
milisecond.
- 2022-02-15 20:57:15下载
- 积分:1
-
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
- 2022-02-15 18:15:01下载
- 积分:1
-
applies to all windows IDE drives information access tools, including the hard d...
适用于所有windows的硬盘IDE信息获得工具,包括硬盘序列号,硬盘最大容量等。 最主要的是windows9x下面,采用了不调用驱动直接进入ring0的技术。-applies to all windows IDE drives information access tools, including the hard drive serial number, the largest hard drive capacity, etc.. The most important thing is Windows Now, using a driver not call directly into ring0 technology.
- 2022-02-05 15:23:19下载
- 积分:1