-
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
-
得到键盘代码的控件用于检测键盘按键.zip
得到键盘代码的控件用于检测键盘按键.zip-keyboard to be used to control code detection keyboard keys. Zip
- 2023-08-08 20:50:03下载
- 积分:1
-
允许在VC的发布版本中输出调试信息到文件
允许在VC的发布版本中输出调试信息到文件-Allow the release version of VC output debugging information to a file
- 2023-06-02 06:50:04下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,版本窗口程序源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,版本窗口程序源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, versions of source code window
- 2022-06-18 08:42:45下载
- 积分:1
-
基于VHDL语言,实现串行通讯接口功能的主程序
基于VHDL语言,实现串行通讯接口功能的主程序-The use of VHDL language implementation of the serial communication interface program
- 2022-03-10 17:29:08下载
- 积分:1
-
Read the Windows environment more CPU utilization
读取Windows环境下多CPU的利用率-Read the Windows environment more CPU utilization
- 2022-06-13 23:48:24下载
- 积分:1
-
中文字库扫描码的提取
中文字库扫描码的提取-Chinese font code scanning Extraction
- 2022-03-04 00:34:44下载
- 积分:1
-
windows ce 下的线程使用 demo
windows ce 下的线程使用 demo-thread under windows ce using demo
- 2022-06-12 07:07:24下载
- 积分:1
-
VB打印及预览演示控件,
VB打印及预览演示控件,-VB Print preview and demo controls,
- 2022-05-16 13:21:55下载
- 积分:1
-
一个封装很好的串口通讯类。windowsLINUXUNIX下均可使用。
一个封装很好的串口通讯类。windowsLINUXUNIX下均可使用。-a good serial communications. WindowsLINUXUNIX where available.
- 2022-08-03 13:28:31下载
- 积分:1