-
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
-
API Hook通用框架的实现 HookApi通用框架
API Hook通用框架的实现 HookApi通用框架-API Hook realize HookApi general framework for a common framework
- 2023-01-09 14:45:03下载
- 积分:1
-
一个简单的调用DLL的实例,非常适用,具体是调用Messagebox的实例。...
一个简单的调用DLL的实例,非常适用,具体是调用Messagebox的实例。-A simple example of calling DLL is very applicable to the specific example is the call Messagebox.
- 2022-03-18 17:03:34下载
- 积分:1
-
一个不错的
一个不错的-A good
- 2022-03-01 14:37:05下载
- 积分:1
-
智能线程池,提供缓冲线程,可用于网络应用,计算等方面
智能线程池,提供缓冲线程,可用于网络应用,计算等方面-using for provide smart thread pool
- 2022-10-30 21:40:03下载
- 积分:1
-
这是一个比较优秀的root编码,实现GSM(数字通)全部功能
这是一个比较优秀的root编码,实现GSM(数字通)全部功能-this is a relatively good root coding, GSM (digital)- all of the features
- 2022-02-21 08:31:49下载
- 积分:1
-
of Storage!
关于Storage-of Storage!
- 2022-03-01 09:01:26下载
- 积分:1
-
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。...
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。-Code simulation of mouse click events, in the proceedings of a simulated mouse clicks or button position. Including click and double-click. The same can be extended to simulate the keyboard.
- 2022-08-17 08:50:26下载
- 积分:1
-
关于C++语言的一个新的扩展――标准模板库的(Standard Template Library)源码,非常详细...
关于C++语言的一个新的扩展――标准模板库的(Standard Template Library)源码,非常详细-On C++ Language of a new extension- the standard template library (Standard Template Library) source code, very detailed
- 2022-03-10 05:21:57下载
- 积分: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