当前位置:
首页 资源下载
搜索资源 - GetVolumeInformation
搜索资源列表
-
0下载:
文件-进程关联演示程序
pjf(jfpan20000@sina.com)
1、首先使用ZwQuerySystemInformation查询所有进程句柄,
2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于
用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、
GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者
得卷名) 另外可用ZwQueryOb
-
-
0下载:
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 9.x, InstallShield AdminStudio
-
-
0下载:
使用GetVolumeInformation函数还可以获取磁盘驱动器的文件系统类型。-Use GetVolumeInformation function can also access the disk drive file system type.
-
-
0下载:
获取系统信息的小程序,SDK+VS2008开发ideas-Information acquisition system of small procedures, SDK+ VS2008 to develop ideas
-
-
0下载:
硬盘注册码,主要是算法根据硬件编号生成注册号-Private Declare Function GetVolumeInformation& Lib "kernel32" _
Alias "GetVolumeInformationA" (ByVal lpRootPathName _
-
-
0下载:
unit Unit1
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls
type
TForm1 = class(TForm)
Button1: TButton
Edit1: TEdit
Button2: TButton
procedure Button
-
-
0下载:
获取硬盘序列号,以便进行相关的处理,比如加密灯用途-Get hard drive serial number for the associated processing, such as the use of encryption lights. .
-
-
0下载:
可获取驱动器的卷标。使用API函数GetVolumeInformation可以获取驱动器的卷标。GetVolumeInformation函数还可以获取磁盘序列号和文件系统信息。-Available drive volume label. Can be obtained using the API function GetVolumeInformation drive volume label. GetVolumeInformation function can also access the d
-
-
0下载:
我们在编程的时候有时会需要得到系统中逻辑磁盘的一些信息,如磁盘卷标、磁盘序列号、空间大小、剩余空间等,这些信息直接使用VB提供的函数显然是无法得到的。但是,借助于VB对WINDOWS API函数的支持,使用GetVolumeInformation和 GetDiskFreeSpace这两个API函数,我们就可以很容易的得到磁盘的相关信息。-When we programmed the system sometimes needs to be some logical disk informatio
-
-
0下载:
GetVolumePathName, GetVolumeInformation, GetDriveType
-
-
0下载:
this source is how to get disk list.
you will know how to use GetVolumeInformation function.
-
-
1下载:
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
Drive Type
Physical Geometry
-