-
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
-
这是一个比较优秀的root编码,实现GSM(数字通)全部功能
这是一个比较优秀的root编码,实现GSM(数字通)全部功能-this is a relatively good root coding, GSM (digital)- all of the features
- 2022-02-21 08:31:49下载
- 积分:1
-
利用DELPHI不需要任何代码自动生成图章工具.
利用DELPHI不需要任何代码自动生成图章工具.-DELPHI using automatically generated code does not require any stamp tool.
- 2023-02-07 07:30:03下载
- 积分:1
-
windows的线程信息统计.w indows的线程信息统计.
windows的线程信息统计.w indows的线程信息统计.-Information and Statistics windows thread. w indows of the threads of information and Statistics.
- 2022-04-28 14:15:58下载
- 积分:1
-
该程序是用VB源代码编写的
该程序是用VB源代码编写的-that the procedure was used VB source code prepared by the
- 2022-05-15 04:52:11下载
- 积分:1
-
这是一个C++编写的小程序,希望大家多多指教
这是一个C++编写的小程序,希望大家多多指教-This is a small C preparation procedures, we hope the exhibitions
- 2022-06-17 13:29:58下载
- 积分:1
-
c++教务管理系统部分源代码
本系统是基于C++语言编写的,包括三大模块,学生管理,教师管理,管理员管理,其中不同的用户有不同的权限.代码可能做的有些不完善,其大家多指点一下
- 2023-04-23 20:40:03下载
- 积分:1
-
具体的功能是:从下拉列表框中选中一个驱动器,然后点击右边的...
具体的功能是:从下拉列表框中选中一个驱动器,然后点击右边的-specific function : from the drop-down list box, select a drive, then click on the right
- 2023-06-27 10:20:04下载
- 积分:1
-
本源代码应用vc中的mfc编写出系统屏幕保护程序
本源代码应用vc中的mfc编写出系统屏幕保护程序
- 2022-03-03 09:35:49下载
- 积分:1
-
这是我在学习vc中播放文件的时候 编写的一个小程序 用来播放avi动画文件的...
这是我在学习vc中播放文件的时候 编写的一个小程序 用来播放avi动画文件的-This is my vc in learning to play when a document prepared by a small program used to play avi animation files
- 2022-11-05 19:55:03下载
- 积分:1