-
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
-
"Windows programming secret," the most high
《Windows编程奥妙》,Windows编程最高阶图书,《Windwos高级编程》只能算进阶图书。该书作者是Boundcheck编写者之一。强力推荐。-"Windows programming secret," the most high-end Windows programming books, "Advanced Programming Windows" can only be described as intermediate books. The book"s author is Boundcheck one of the authors. Strongly recommended.
- 2022-06-19 02:12:54下载
- 积分:1
-
这是一个宾馆管理系统的vb源代码
这是一个宾馆管理系统的vb源代码-This a hotel management system vb source code.
- 2022-08-14 09:46:12下载
- 积分:1
-
使用netmessagebuffersend消息发送窗口,发送端可以改名字
利用NetMessageBufferSend发送windows消息,可以改发送者名称-use NetMessageBufferSend news sent windows, the sender can be changed name
- 2022-02-26 19:04:40下载
- 积分:1
-
一个简单的系统,课程设计的,机场售票系统
一个简单的系统,课程设计的,机场售票系统-A simple system, curriculum design, airport ticketing system
- 2022-02-20 13:41:40下载
- 积分:1
-
Perl for Windows,有完整的源代码,学习perl语言是必不可少的…
Perl for Windows,带完整source code,是学习perl语言必不可少.-Perl for Windows, complete with source code, perl language learning is essential.
- 2022-02-04 02:15:56下载
- 积分:1
-
Delphi环境下利用TWAIN实现对扫描仪的控制
调试环境:Win XP;Delphi 7/5...
Delphi环境下利用TWAIN实现对扫描仪的控制
调试环境:Win XP;Delphi 7/5-Delphi environment to realize the use of TWAIN scanner control debugging environment: Win XP Delphi 7/5
- 2022-05-18 17:59:35下载
- 积分:1
-
漂亮的图标-中国风系列图标(.ico文件)
漂亮的图标-中国风系列图标(.ico文件)-English Version
- 2023-08-19 23:15:06下载
- 积分:1
-
查看系统安装的驱动器
查看系统安装的驱动器-View system installed Drivers
- 2022-02-04 17:43:00下载
- 积分:1
-
VC环境下实现串口通讯功能,能进行文本文件的传输
VC环境下实现串口通讯功能,能进行文本文件的传输-VC environment to achieve serial communication function, can be a text file transmission
- 2023-03-29 01:00:03下载
- 积分:1