搜索资源列表
DiskID32
- DiskID32源代码 获取硬盘详细信息的源代码
DiskID32.dll
- 取硬盘序列号的 DLL 的 C++ 源程序
disk32
- DISKID32.dll V2.00,修正了1.0的各种问题
getHDSN
- VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ;
vs2008diskid32
- Windows Vista操作系统下, visual studio 2008开发环境,通过DeviceIoControl读取硬盘物理参数,包括厂家、序列号等-diskid32, update to windows vista, with visual studio 2008, read the hardware parameter of disk driver.
DiskId32
- 利用Win32 API,在VC6.0环境下获取硬盘信息-Under the VC6.0 environment, obtain hardware information using Win32 API
diskid32
- 用于取得系统硬件信息,比如磁盘,MAC地址等,在做注册码时非常有用-Used to get system hardware information, such as disk, MAC address, etc. is very useful when doing registration code
DiskID32
- 获取硬盘ID: //取得硬盘型号和硬盘ID function Integer DiskID32(ref string DiskModel,ref string DiskID) library DiskID32.dll alias for "DiskID32 Ansi" -GET DISKID
KwywkOg4
- 易语言读硬件ID信息源码例程程序结合易语言第三方支持库COM对象操作支持库1.1版,调用API函数DiskID32获取系统硬件信息。 -Yi language reading hardware ID information source routines program combined with easy language third-party support library COM object operation support library 1.1 version, call A
DiskId32
- 获取硬盘序列号以及MAC地址,封装好了,可直接 使用 欢迎交流-Get hard drive serial number and MAC address, a good package, can be used directly exchange welcome
diskid32
- 獲取windows系統硬盤的一些信息,可以獲取到SN,FW,MODEL,等等信息-Get some information windows system hard disk, you can get to the SN, FW, MODEL, and so forth
diskid32
- 精简diskid32不需要管理员用户的情况下获取硬盘序列号,需编译为Release,在win10 64、win7 64位工作站测试成功