-
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
-
a service used to control the process, it may be useful debugging service
一个用来控制service的程序,可能对调试service有用-a service used to control the process, it may be useful debugging service
- 2023-02-20 07:25:03下载
- 积分:1
-
Very often, we use to manage the factory model generating examples. However, in...
很多时候,我们使用工厂模式来管理生成的实例。但在本示例中,我们使用类名来自动生成运行时实例--工厂自动化的机制-Very often, we use to manage the factory model generating examples. However, in this example, we used the class to automatically generate runtime example-- factory automation mechanism
- 2022-04-07 08:06:10下载
- 积分:1
-
c#实现的查看网络连状态的小程序 很实用
c#实现的查看网络连状态的小程序 很实用-c# realize the View network status applet very useful
- 2022-01-25 20:09:03下载
- 积分:1
-
列举系统进程,PE文件格式的显示
列举系统进程,PE文件格式的显示...
列举系统进程,PE文件格式的显示
列举系统进程,PE文件格式的显示-Listed systems process, PE file format display system, the process of enumeration, PE file format display
- 2022-01-26 04:22:09下载
- 积分:1
-
本代码的功能主要是实现文件传输的c++语言实现
本代码的功能主要是实现文件传输的c++语言实现-The main function of this code is to achieve file transfer c++ Language
- 2022-03-18 01:53:27下载
- 积分:1
-
实现了资源管理器的基本功能
功能还不全
实现了资源管理器的基本功能
功能还不全-Realize the resource manager is not the basic functions of the functional full-
- 2022-02-12 05:33:58下载
- 积分:1
-
The use of shared memory programming, the process of bringing people of differen...
使用共享内存编程,使不同的进程可以通信完成任务
-The use of shared memory programming, the process of bringing people of different communication tasks can be
- 2022-01-24 14:50:56下载
- 积分:1
-
hjhjhjhjhjhjjhg gkhgk
k hjk公司;
- 2022-08-23 16:55:35下载
- 积分:1
-
c++builder是个很好用的编程工具。这是在c++builder下面实现的调用api的程序,读取和设定计算机名称的调用。...
c++builder是个很好用的编程工具。这是在c++builder下面实现的调用api的程序,读取和设定计算机名称的调用。-c++ builder is a good use programming tools. This is the c++ builder call api to achieve the following procedures, read and set the computer name of the call.
- 2022-08-07 18:59:27下载
- 积分:1