-
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
-
courses on operating system design _DLL call; Incidentally flow chart and the ma...
操作系统课程设计_DLL调用;附带说明及主要函数流程图。-courses on operating system design _DLL call; Incidentally flow chart and the main function.
- 2022-03-06 12:38:03下载
- 积分:1
-
鼠标automouseclick自动激活
Automouseclick鼠标自动启动-Mouse Automouseclick automatically activated
- 2022-08-15 19:15:36下载
- 积分:1
-
Windows NT/2000/XP下直接使用I/O端口的开发包,周五…
Windows NT/2000/XP 下的直接使用端口I/O的开发包,附带驱动安装程序-Windows NT/2000/XP under the direct use of I/O port in the development kits, fringe driver installation procedures
- 2022-01-21 23:52:45下载
- 积分:1
-
用VB读写注册表!!! !!!!!1
用VB读写注册表!!! !!!!!1-VB readers a registry
- 2022-02-03 05:17:57下载
- 积分:1
-
GPORT是一个通过调用系统ws2_32.lib实现类似UNIX下系统进程ID的工具,包含源代码。...
GPORT是一个通过调用系统ws2_32.lib实现类似UNIX下系统进程ID的工具,包含源代码。-GPORT is through a system called UNIX ws2_32.lib achieve similar process under ID system tools, including source code.
- 2022-04-01 14:45:08下载
- 积分:1
-
filemon的源代码,和好的学习文件系统驱动的例子。filemon是大名鼎鼎的文件系统监视工具,用途非常广泛。...
filemon的源代码,和好的学习文件系统驱动的例子。filemon是大名鼎鼎的文件系统监视工具,用途非常广泛。-the source code, and good learning-driven file system example. Filemon is the famous file system monitoring tool that uses very extensive.
- 2022-04-07 06:10:07下载
- 积分:1
-
可以显示农历的日历程序
可以显示农历的日历程序- May demonstrate the lunar calendar the calendar program
- 2022-03-18 22:40:58下载
- 积分:1
-
表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用...
表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用-expression parser source code (which can be calculated various functions). Users can input the analytical expression formula. Right useful MIS
- 2022-02-15 22:53:10下载
- 积分:1
-
文件查询系统,功能比较强大,面向对象的思想设计
文件查询系统,功能比较强大,面向对象的思想设计
- 2022-02-02 01:18:52下载
- 积分:1