-
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
-
本人制作的工资管理系统的课程设计,有需要的朋友尽量下载吧!希望大家快乐...
本人制作的工资管理系统的课程设计,有需要的朋友尽量下载吧!希望大家快乐-I produced wage management systems curriculum design, there is a need friends as much as possible to download it! Hope everyone happy
- 2023-01-12 17:10:04下载
- 积分:1
-
《Windows 95 程式设计指南》PASCAL版示例(由VC代码转换而来)
《Windows 95 程式设计指南》PASCAL版示例(由VC代码转换而来)-"Windows 95 program design guidelines" PASCAL version of examples (from VC converted code)
- 2022-01-21 03:23:51下载
- 积分:1
-
动态链接库的实现,如何创建动态链接库,如何对动态链接库进行使用...
动态链接库的实现,如何创建动态链接库,如何对动态链接库进行使用-The realization of a dynamic link library, how to create a dynamic link library, how to use dynamic-link library
- 2022-03-20 11:04:34下载
- 积分:1
-
服务程序,制作服务程序的源代码
服务程序,制作服务程序的源代码-service procedures, services for the production of the source code
- 2022-03-03 00:47:59下载
- 积分:1
-
读取CLOCK GENATOR 的一段程序,可以看一看啊
读取CLOCK GENATOR 的一段程序,可以看一看啊-read the section procedures can look at the ah
- 2022-02-21 06:26:50下载
- 积分:1
-
模拟请求式页式存储器中硬件的地址转换和缺页中断
模拟请求式页式存储器中硬件的地址转换和缺页中断- The simulation requested in the type page type memory the
hardware address translation and 缂洪〉 severs
- 2022-02-25 06:58:48下载
- 积分:1
-
from elsewhere, studying together, reading deleted, respect the original author&...
取自别处,共同学习,看完删除,尊重原作者的版权,使用时请注明出处。scsi编程举例,masm环境。-from elsewhere, studying together, reading deleted, respect the original author"s copyright, when used with the territory. SCSI Programming For example, can the environment.
- 2022-08-03 09:40:20下载
- 积分:1
-
内码转换 内码转换 内码转换
内码转换 内码转换 内码转换
- 2022-03-23 07:37:40下载
- 积分:1
-
win9x下获取cpu使用率
win9x下获取cpu使用率-obtained cpu usage
- 2022-12-05 04:05:03下载
- 积分:1