登录
首页 » Visual C++ » GetHardDiskId

GetHardDiskId

于 2020-09-05 发布 文件大小:164KB
0 275
下载积分: 1 下载次数: 44

代码说明:

  获取硬盘序列号的动态库与调用源码! 可以获得所有硬盘的序列号,兼容2000/XP/2003操作系统!(Get hard drive serial number of the dynamic library and call the source! Access to all the hard drive serial number, compatible with 2000/XP/2003 operating system!)

文件列表:

GetHardDiskId\DoStorageEnum.cpp
GetHardDiskId\DoStorageEnum.h
GetHardDiskId\exe\GetHardDiskId.dll
GetHardDiskId\exe\GetHardDiskId.lib
GetHardDiskId\exe\ReadMe.txt
GetHardDiskId\exe\Release\GetHardDiskId.dll
GetHardDiskId\exe\Release\GetHardDiskId.lib
GetHardDiskId\exe\Release\test.exe
GetHardDiskId\exe\RemoveUsb.h
GetHardDiskId\exe\res\test.ico
GetHardDiskId\exe\res\test.rc2
GetHardDiskId\exe\resource.h
GetHardDiskId\exe\StdAfx.cpp
GetHardDiskId\exe\StdAfx.h
GetHardDiskId\exe\test.aps
GetHardDiskId\exe\test.clw
GetHardDiskId\exe\test.cpp
GetHardDiskId\exe\test.dsp
GetHardDiskId\exe\test.dsw
GetHardDiskId\exe\test.h
GetHardDiskId\exe\test.ncb
GetHardDiskId\exe\test.opt
GetHardDiskId\exe\test.plg
GetHardDiskId\exe\test.rc
GetHardDiskId\exe\test.sln
GetHardDiskId\exe\test.suo
GetHardDiskId\exe\test.vcproj
GetHardDiskId\exe\testDlg.cpp
GetHardDiskId\exe\testDlg.h
GetHardDiskId\ReadMe.txt
GetHardDiskId\Release\GetHardDiskId.dll
GetHardDiskId\Release\GetHardDiskId.lib
GetHardDiskId\RemoveUDisk.aps
GetHardDiskId\RemoveUDisk.cpp
GetHardDiskId\RemoveUDisk.dsp
GetHardDiskId\RemoveUDisk.dsw
GetHardDiskId\RemoveUDisk.ncb
GetHardDiskId\RemoveUDisk.opt
GetHardDiskId\RemoveUDisk.plg
GetHardDiskId\RemoveUDisk.rc
GetHardDiskId\RemoveUDisk.sln
GetHardDiskId\RemoveUDisk.suo
GetHardDiskId\RemoveUDisk.vcproj
GetHardDiskId\RemoveUsb.cpp
GetHardDiskId\RemoveUsb.def
GetHardDiskId\RemoveUsb.h
GetHardDiskId\resource.h
GetHardDiskId\StdAfx.cpp
GetHardDiskId\StdAfx.h
GetHardDiskId\exe\Debug
GetHardDiskId\exe\Release
GetHardDiskId\exe\res
GetHardDiskId\Debug
GetHardDiskId\exe
GetHardDiskId\Release
GetHardDiskId

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PE-digital-signature-
    提取PE文件的数字签名,还可以写入数字签名(PE files extracted digital signature, digital signature can also be written)
    2011-05-01 20:45:18下载
    积分:1
  • ReceiveMessageer
    接收系统消息不示例,可以提供初学者使用.(receive system message demon .using VC++)
    2012-12-09 18:01:17下载
    积分:1
  • dsgj
    定时自动关机VB编写,可在24小时内使用于关机、重启、登出,内含API函数和SHELL直接执行(`````````````````````````````)
    2009-02-08 23:30:09下载
    积分:1
  • MemLeakAnalyse
    简单的内存泄露的检查和测试的示例代码,如果你的程序有内存泄露可以参考一下(Simple memory leak inspection and testing of sample code, if you have memory leak procedures for reference)
    2007-09-26 11:42:24下载
    积分:1
  • cqnsole
    VLD支持排查特定线程的泄漏,所有线程的泄漏,在特定的阶段启用泄漏检查,安装完成后,即可启用内存泄漏检测了(VLD supports troubleshooting leaks from specific threads, leaks from all threads, and leak checking is enabled at a specific stage, and memory leak detection is enabled when the installation is complete)
    2018-09-29 14:31:09下载
    积分:1
  • regedit
    说明:  实现了注册表编程的一般操作,例如查询、修改等(Achieved the general operation of the registry program, such as query, modify, etc.)
    2008-12-08 15:11:35下载
    积分:1
  • neihebaohu
    内核态下基于动态感染技术的应用程序执行保护分析(带源程序哈) (Dynamic infection technology-based applications in kernel mode execution protection analysis (with source code))
    2012-10-23 12:23:49下载
    积分:1
  • speech
    说明:  语音识别系统,是在vc平台编写的,仅供参考(Speech recognition system, for reference only)
    2009-08-19 19:27:39下载
    积分:1
  • gettime
    一个记录开关机时间的软件,可以实现开机自运行(a record time for the switch software can be run in Flint)
    2005-04-14 17:48:56下载
    积分:1
  • winprodll
    动态链接库 (DLL) 是作为共享函数库的可执行文件。动态链接提供了一种方法,使进程可以调用不属于其可执行代码的函数。函数的可执行代码位于一个 DLL 中,该 DLL 包含一个或多个已被编译、链接并与使用它们的进程分开存储的函数。DLL 还有助于共享数据和资源。多个应用程序可同时访问内存中单个 DLL 副本的内容。 这是一个.CHM 格式的讲解DLL应用的文件,内容比较全。(The dynamic link library (DLL) is an executable file as a shared library. The dynamic link provides a way, so that the process can call a function that does not belong to the executable code. The executable code of the function is located in a DLL, the DLL contains one or more of the function has already been compiled, linked and are separated with the process using them stored.The DLL also helps to share data and resources. Multiple applications can access the contents of a single copy of the DLL in memory.This is the. CHM format, explain the the DLL application of the file, compare the whole content.)
    2012-11-28 09:13:41下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载