搜索资源列表
zbxi
- 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去
IS8
- CODE: Getting the Volume Serial Number Document ID: Q108728 This article applies to the following: Product(s): InstallShield Professional 6.x, 7.x , InstallShield Developer - All Versions, InstallShield DevStudio
生成序列号
- 这是一个序列号生成程序,可以使你的程序看起来专业-This is one serial number generator tool, you can add it into you proagram to make it more professional !
zbxi
- 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去
IS8
- CODE: Getting the Volume Serial Number Document ID: Q108728 This article applies to the following: Product(s): InstallShield Professional 6.x, 7.x , InstallShield Developer - All Versions, InstallShield DevStudio
GetVolumeInfo
- 获取系统信息的小程序,SDK+VS2008开发ideas-Information acquisition system of small procedures, SDK+ VS2008 to develop ideas
ddd
- 硬盘注册码,主要是算法根据硬件编号生成注册号-Private Declare Function GetVolumeInformation& Lib "kernel32" _ Alias "GetVolumeInformationA" (ByVal lpRootPathName _
API
- unit Unit1 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls type TForm1 = class(TForm) Button1: TButton Edit1: TEdit Button2
getVolumeInformation
- 获取硬盘序列号,以便进行相关的处理,比如加密灯用途-Get hard drive serial number for the associated processing, such as the use of encryption lights. .
GetFileSystem
- 使用GetVolumeInformation函数还可以获取磁盘驱动器的文件系统类型。-Use GetVolumeInformation function can also access the disk drive file system type.
0520
- 可获取驱动器的卷标。使用API函数GetVolumeInformation可以获取驱动器的卷标。GetVolumeInformation函数还可以获取磁盘序列号和文件系统信息。-Available drive volume label. Can be obtained using the API function GetVolumeInformation drive volume label. GetVolumeInformation
ljcpxx
- 我们在编程的时候有时会需要得到系统中逻辑磁盘的一些信息,如磁盘卷标、磁盘序列号、空间大小、剩余空间等,这些信息直接使用VB提供的函数显然是无法得到的。但是,借助于VB对WINDOWS API函数的支持,使用GetVolumeInformation和 GetDiskFreeSpace这两个API函数,我们就可以很容易的得到磁盘的相关信息。-When we programmed the system sometimes needs to b
GetVolumInformation
- GetVolumePathName, GetVolumeInformation, GetDriveType
getdisklist
- this source is how to get disk list. you will know how to use GetVolumeInformation function.
HardDiskDetect
- This is a sample haw to detect hard disk information (it is not GetVolumeInformation). This code can detect: Drive Model Number Drive Serial Number Drive Controller Revision Number Controller Buffer Size on Drive