-
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的开始按钮
隐藏Windows的开始按钮-hide
- 2022-02-01 09:07:44下载
- 积分:1
-
two consenting programs can directly communicate under Windows NT using the WM_C...
two consenting programs can directly communicate under Windows NT using the WM_COPYDATA message
- 2022-07-22 13:50:31下载
- 积分:1
-
VC 写的一个硬件查看器 有源代码
VC 写的一个硬件查看器 有源代码-VC to write a hardware Viewer source code
- 2022-03-21 14:47:50下载
- 积分:1
-
可以实现在view上画随机大小的一个圆。
可以实现在view上画随机大小的一个圆。-it is a program can draw a circle.
- 2022-01-25 15:45:19下载
- 积分:1
-
测试 PB 调用DLL
测试 PB 模块嵌入历史系统
测试 PB 调用DLL
测试 PB 模块嵌入历史系统-PB test PB call DLL modules embedded in the history of test system
- 2023-06-12 13:00:04下载
- 积分:1
-
此应用程序不仅展示了使用微软基础知识…
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ConvNums application.
- 2022-01-26 01:05:59下载
- 积分:1
-
a very good collection, and the main speaker of the C language, we can learn som...
一套很不错的合辑,主要讲C语言的,大家可以借鉴一下。是编程爱好者网站的精华帖子的合辑。-a very good collection, and the main speaker of the C language, we can learn some lessons from. Programming enthusiast site is the best collection of articles.
- 2022-07-03 19:46:18下载
- 积分:1
-
列举NT下驱动程序的程序
列举NT下驱动程序的程序-NT drivers cited under the procedures
- 2022-08-15 19:37:40下载
- 积分:1
-
Java示例
Java示例-Java Example
- 2022-04-30 12:49:01下载
- 积分:1