搜索资源列表
disk_information
- 磁盘信息获取 要求:用Windows API中有关调用获取系统中磁盘的各种信息(类型、逻辑驱动器、卷标、剩余空间)。 -disk access to information requirements : Using Windows API call on the system disk access to the information (types, logical drives, meter, and the remaining space).
DiskInfo
- 查看实际和虚拟的磁盘信息,包括盘符,卷标,类型,序列号等信息
modify-label
- 修改硬盘卷标工具,分为普通盘和加密盘分别修改,并格式化-Modify the hard disk label tool, encryption disk is divided into ordinary disk and were modified and formatted
UDisk-ID-Volume-Infos
- U盘-ID-Volume-Infos 获取U盘的ID号、卷标、硬件信息。-Get USB DISK Harware Infos...
Disklabelrevision
- 此代码可以修改卷标属性,重新命名一个新的磁盘卷标并作不同的标记。-This code can modify the label attributes, rename a new disk label and make a different markup.
DiskThief-_Delphi
- Delphi版的闪盘小偷。。 实现原理:当Windows系统的硬件设置发生变化时,系统将会向所有应用程序发送一条WM_DEVICECHANGE消息.当有设备被禁止或激活时(比如我们插入光盘,从光驱中取出光盘,或者在系统设备中删除或禁止打印端口),该消息的wParam参数分别被指定为DBT_DEVICEARRIVAL(设备安装完毕)和DBT_DEVICEREMOVECOMPLETE(设备移除完毕),根据这两个参数可以判断闪存是否存在,lParam参数指向一DEV_BROADCAST_HDR结构