delphi非常好的 取得硬件ID

时间:2017-09-09 06:17:26
【文件属性】:

文件名称:delphi非常好的 取得硬件ID

文件大小:487KB

文件格式:ZIP

更新时间:2017-09-09 06:17:26

硬件ID delphi

delphi非常好用的获得硬件ID。 uses u_MD5, Windows, ShellApi, Classes, SysUtils; {$I u_Const.pas} {$IFDEF NEWVER} //for Delphi2009 or higher function GetDllVer:PAnsiChar; stdcall; export; function GetHardwareID(HDD, NIC, CPU, BIOS: LongBool): PAnsiChar; stdcall; export; function GetHardwareID_vba(HDD, NIC, CPU, BIOS: LongBool; RegCode: PAnsiChar; retHardwareID: PAnsiChar): Integer; stdcall; export; function GetHardwareIDWithAppID(AppID: PAnsiChar; HDD, NIC, CPU, BIOS: LongBool): PAnsiChar; stdcall; export; function GetHardwareIDWithAppID_vba(AppID: PAnsiChar; HDD, NIC, CPU, BIOS: LongBool; RegCode: PAnsiChar; retHardwareID: PAnsiChar): Integer; stdcall; export; {$ELSE} //for delphi7/6/5 function GetDllVer:PChar; stdcall; export; function GetHardwareID(HDD, NIC, CPU, BIOS: LongBool): PChar; stdcall; export; function GetHardwareID_vba(HDD, NIC, CPU, BIOS: LongBool; RegCode: PChar; retHardwareID: PChar): Integer; stdcall; export; function GetHardwareIDWithAppID(AppID: PChar; HDD, NIC, CPU, BIOS: LongBool): PChar; stdcall; export; function GetHardwareIDWithAppID_vba(AppID: PChar; HDD, NIC, CPU, BIOS: LongBool; RegCode: PChar; retHardwareID: PChar): Integer; stdcall; export; {$ENDIF}


【文件预览】:
取得硬件ID
----AzSDK HardwareID DLL 3.30()
--------AzSDK HardwareID DLL 3.30()

网友评论

  • delphi7用不了,提示缺少UnitIoctl这个单元
  • 不是很好用
  • delphi非常好用的获得硬件ID
  • 可以,可惜取不了U盘的序列号
  • 不能用。不要下载。
  • 非常好用,给力,谢谢!
  • VERY VERY,非常好用,带源码,XE7除了MAC不能用外都还不错。
  • 可用, 能读取cpu的id.