-
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
-
实现了加减乘除基本功能,并且实现了角度弧度转换功能,三角函数等....
实现了加减乘除基本功能,并且实现了角度弧度转换功能,三角函数等.-Realize the basic functions of addition and subtraction multiplication and division, and realize the point of curvature of the conversion functions, trigonometric functions and so on.
- 2022-11-08 02:20:03下载
- 积分:1
-
本文件是关于硬盘主引导扇区备份的,主要内容是通过BIOSDISK对硬盘主引扇区进行备份...
本文件是关于硬盘主引导扇区备份的,主要内容是通过BIOSDISK对硬盘主引扇区进行备份-this document is on the hard disk"s master boot sector backup, the main contents of the hard drive right through BIOSDISK main backup primer Sector
- 2023-05-08 16:00:02下载
- 积分:1
-
一个根据PATH环境变量设置来查找执行文件位置的程序
一个根据PATH环境变量设置来查找执行文件位置的程序- Establishes according to the PATH environment variable searches
the execution file position the procedure
- 2022-02-22 01:15:33下载
- 积分:1
-
third class category buttons! Powerful! Easy! Not in the trouble and effort to p...
第三方类按钮类!功能强大!使用方便!不必在劳神费力去编写!-third class category buttons! Powerful! Easy! Not in the trouble and effort to prepare.
- 2022-02-24 19:45:33下载
- 积分:1
-
自己用VB编的一个小程序,可以实现悬浮的窗体。
自己用VB编的一个小程序,可以实现悬浮的窗体。-their VB series with a small procedure, the suspension can be achieved Form.
- 2023-07-04 08:10:04下载
- 积分:1
-
norm Comctl32 practice, register DLL type, and then in other software for call,...
模方comctl32的做法,在DLL中注册类,然后在其它软件中进行调用,可以用于PowerBuilder哦.-norm Comctl32 practice, register DLL type, and then in other software for call, which can be used PowerBuilder oh.
- 2022-02-24 20:14:48下载
- 积分:1
-
No. with a very small software file partition function, as well as more complete...
一个很号用的小软件,文件分割功能,以及较完整的设计文档,喜欢设计模式的有一定帮助-No. with a very small software file partition function, as well as more complete design documentation, design patterns like some help
- 2023-04-08 11:05:04下载
- 积分:1
-
Downloaded from the Internet most of usb
从网上下载usb相关的程序大多没带这些文件,编译不成功,去下载ddk也很麻烦,为了方便大家,我从xp ddk 2600版中提出来的,与usb相关的头文件和库,添加进工程中就可以编译。(很全,满足usb设备相关的程序)-Downloaded from the Internet most of usb-related procedures did not have these documents, the compiler is not successful, go download the DDK is also very troublesome, in order to facilitate everyone, I went from xp ddk 2600 version put forward, with the usb-related header files and libraries, add project can be compiled. (Very wide, to meet the usb device-related procedures)
- 2022-02-20 20:24:46下载
- 积分:1
-
A practical Simplified and Traditional conversion process. Available to improve...
一个实用的简体和繁体转换的程序。可供相关系统软件完善功能或者网站参考。-A practical Simplified and Traditional conversion process. Available to improve the function related to system software or Web site reference.
- 2022-04-20 05:57:37下载
- 积分:1