-
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
-
CA application sample code, which provides a complete API interface, easy to use
CA应用示例代码,提供完整的API函数接口,使用方便-CA application sample code, which provides a complete API interface, easy to use
- 2022-07-16 10:19:35下载
- 积分:1
-
微软操作系统基于开源项目的核心工作教学开发工具包,…
基于微软OS核心开源项目wrk的教学开发包,由清华、北大、南开等名校牵头-Microsoft OS based on the core open source project wrk teaching development kit, from Tsinghua University, Beijing University, Nankai, such as schools to take the lead
- 2022-07-28 14:35:27下载
- 积分:1
-
远程关机程序
远程关机程序 -The app of remote shutdown
- 2022-01-29 00:50:12下载
- 积分:1
-
diskid32.dll V2.00,解决各类问题1
DISKID32.dll V2.00,修正了1.0的各种问题-DISKID32.dll V2.00, fixes various problems 1.0
- 2022-01-28 04:52:59下载
- 积分:1
-
工作时间有好事情的留言,
工作时间有好事情的留言, -working hours are a good thing of messages, time is a good thing messages
- 2022-04-09 17:23:49下载
- 积分:1
-
Undocumented Windows NT
Undocumented Windows NT
- 2022-07-18 08:53:33下载
- 积分:1
-
判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。...
判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。-judgment version of the operating system examples (convicted win98/nt/xp system). The cross-platform process very useful. Build unnecessary conditions, the procedure used if .. then found there.
- 2022-07-16 18:56:41下载
- 积分:1
-
本程序的目的是实现数组的逆置,即将一个一维数组倒过来
本程序的目的是实现数组的逆置,即将一个一维数组倒过来-The purpose of this program is to achieve the inverse of an array set about to reverse a one-dimensional array
- 2022-01-21 19:32:36下载
- 积分:1
-
TCPIP protocol stack of a class thing now is to achieve some simple features, ro...
类TCPIP协议栈的一个东西,目前只是实现一些简单的功能,有待改善-TCPIP protocol stack of a class thing now is to achieve some simple features, room for improvement
- 2022-03-12 02:17:19下载
- 积分:1