Welcome![Sign In][Sign Up]
Location:
Search - delphi Disk ID

Search list

[OS programgetHDSN

Description: 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 WinNT Model and serial number of the hard disk. DriveID parameters for the hard disk location, IDE1 on the main disk to 0, by analogy to IDE2 on driveID from the disk 3. function ReadPhysicalDrive9X (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadDrivePortsInWin9X obtained under Win9X Model and serial number of the hard disk. Ibid parameters function getHardDriveComputerID: int64 stdcall external DiskID.dll name getHardDriveComputerID access to the computer s ID
Platform: | Size: 204800 | Author: 许豫飞 | Hits:

[Windows Developcpu_hd_mac

Description: 获取CPUID,硬盘ID、网卡MAC的源程序,用这些可进行授权-Access to CPUID, hard disk ID, the source MAC card, these can be used to authorize
Platform: | Size: 149504 | Author: 崔国强 | Hits:

[OS programReadHDiskInfoNt

Description: 读取硬盘的序列号, 用来取硬件ID,软件注册-Read hard disk serial number, used to check the hardware ID, software register
Platform: | Size: 9216 | Author: Hou | Hits:

[Delphi VCLKeyGenMe

Description: 核心算法部分,很有意思,反调试,取硬盘ID,MD5等应用-Part of the core algorithm, it is interesting, anti-debug, check your hard disk ID, MD5, etc. Application
Platform: | Size: 2048 | Author: dsdd | Hits:

[Delphi VCLDELPHI_read_hd_id

Description: delphi 获得硬盘的id的例子,对初学windows编程的朋友,是一个不错的例子。-delphi access to the id of the examples of the hard disk on windows programming beginner friend, are a good example.
Platform: | Size: 156672 | Author: kk | Hits:

[Windows DevelopGetUSBID

Description: 获取U盘ID示例源码 Delphi园地根据网页源码整理 使用时请将程序放到U盘中打开 -U disk ID to obtain examples of source code Delphi Corner pages collated in accordance with set procedures when trading opened on the U
Platform: | Size: 352256 | Author: vbnewer | Hits:

[Delphi VCLGetUSBID

Description: Delphi 检测获取U盘ID号示例,请注意此程序要放到U盘的根目录下,然后运行就可以获取ID了。 -Delphi test sample to obtain U disk ID number, please note that this procedure should be put U disk' s root directory, then run you can obtain the ID.
Platform: | Size: 80896 | Author: zhouchunying | Hits:

[Delphi VCLGetUsbID

Description: Delphi下获取U盘的ID号,这样就能实现程序的U盘认证! 测试时请将编译得到的程序复制到U盘根目录下运行-Delphi obtained under U disk ID number, so that programs can achieve U-disk certification! Please compile test programs to be copied to the U run under root directory
Platform: | Size: 178176 | Author: raoyun | Hits:

[OS programu-id

Description: Delphi下获取U盘的ID号,这样就能实现程序的U盘认证! 测试时请将编译得到的程序复制到U盘根目录下运行! -U disk under Delphi to get the ID number, so that we can achieve U disk certification program! Please compile the test program has been copied to the root directory of U run!
Platform: | Size: 217088 | Author: netangels | Hits:

[Delphi VCLTGetDiskSerial-v4.20-D7-XE3

Description: TGetDiskSerial VCL XE3/XE2/XE/2010/2009/2007, BDS 2006, Delphi 5/6/7/2005 full source Easy to obtain the serial number of hard disk. Any operation can not to change the serialnumber of harddisk, include Format and Partition etc. Retrieve REAL serial number of hard disk. NOT Partition ID, NOT Volume ID. Support reading several physics hard disks.
Platform: | Size: 838656 | Author: Mike | Hits:

[Delphi VCLDelphi_367253

Description: Delphi:利用Delphi实现格式化磁盘,包括软盘和硬盘驱动器的各个分区,测试时候要小心,不要误操作。本例主要是介绍Delphi与系统底层的一些简单的操作,学习Delphi编程就要全面一点哦,虽然这个功能不怎么用,但是作为Delphi程序员是有必要知道的哦。部分代码:    B = 1 //B盘    DEFAULT = $FFFF //格式化成ID    FULLFORMAT = 1 //完全格式化    ERROR = -1 //格式化出错    NOFORMAT = -3 //格式化没有完成 -Delphi: Delphi to achieve the use of formatted disk, each partition including floppy and hard disk drives, test time to be careful not to misuse. This example is to introduce some simple underlying operating system Delphi, Delphi programming should fully learn a little, oh, do not use this feature though, but as a Delphi programmer is necessary to know, oh. Part of the code: B = 1 // B tray DEFAULT = $ FFFF // formatted ID FULLFORMAT = 1 // fully formatted ERROR =-1 // formatting error NOFORMAT =-3 // formatting is not completed
Platform: | Size: 179200 | Author: CXZ1IY7 | Hits:

[Delphi VCL通过逻辑磁盘号获取物理磁盘号

Description: 通过逻辑磁盘号获取物理磁盘号,这个对于需要磁盘操作的程序比较有用。(Gets the physical disk number by logical disk number, which is useful for programs that require disk operations.)
Platform: | Size: 190464 | Author: heilin123456 | Hits:

[Delphi VCLCreateInfDb

Description: to Create Inf ID for hard disk
Platform: | Size: 3205120 | Author: mecctor | Hits:

[OtherGetDelphiUSBID

Description: Delphi detect USB U disk, and obtain equipment serial number (ID), run time please put the program in a USB device directory, such as copy to the U disk root directory, then double-click to run the program.
Platform: | Size: 79872 | Author: erlvct655erlvct655 | Hits:

CodeBus www.codebus.net