搜索资源列表

  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2271
    • 提供者:周继波
  1. IS8

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2701201
    • 提供者:sadf
  1. 生成序列号

    0下载:
  2. 这是一个序列号生成程序,可以使你的程序看起来专业-This is one serial number generator tool, you can add it into you proagram to make it more professional !
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:50176
    • 提供者:赵志强
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去
  3. 所属分类:进程与线程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:周继波
  1. IS8

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:2701312
    • 提供者:
  1. GetVolumeInfo

    0下载:
  2. 获取系统信息的小程序,SDK+VS2008开发ideas-Information acquisition system of small procedures, SDK+ VS2008 to develop ideas
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:2058240
    • 提供者:梦紫涵
  1. ddd

    0下载:
  2. 硬盘注册码,主要是算法根据硬件编号生成注册号-Private Declare Function GetVolumeInformation& Lib "kernel32" _ Alias "GetVolumeInformationA" (ByVal lpRootPathName _
  3. 所属分类:并行运算

    • 发布日期:2024-06-10
    • 文件大小:10240
    • 提供者:jyg
  1. API

    0下载:
  2. unit Unit1 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls type TForm1 = class(TForm) Button1: TButton Edit1: TEdit Button2
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:219136
    • 提供者:delphi
  1. getVolumeInformation

    0下载:
  2. 获取硬盘序列号,以便进行相关的处理,比如加密灯用途-Get hard drive serial number for the associated processing, such as the use of encryption lights. .
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:724992
    • 提供者:liguirong
  1. GetFileSystem

    0下载:
  2. 使用GetVolumeInformation函数还可以获取磁盘驱动器的文件系统类型。-Use GetVolumeInformation function can also access the disk drive file system type.
  3. 所属分类:文件操作

    • 发布日期:2024-06-10
    • 文件大小:40960
    • 提供者:张钰
  1. 0520

    0下载:
  2. 可获取驱动器的卷标。使用API函数GetVolumeInformation可以获取驱动器的卷标。GetVolumeInformation函数还可以获取磁盘序列号和文件系统信息。-Available drive volume label. Can be obtained using the API function GetVolumeInformation drive volume label. GetVolumeInformation
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:103424
    • 提供者:Matt
  1. ljcpxx

    0下载:
  2. 我们在编程的时候有时会需要得到系统中逻辑磁盘的一些信息,如磁盘卷标、磁盘序列号、空间大小、剩余空间等,这些信息直接使用VB提供的函数显然是无法得到的。但是,借助于VB对WINDOWS API函数的支持,使用GetVolumeInformation和 GetDiskFreeSpace这两个API函数,我们就可以很容易的得到磁盘的相关信息。-When we programmed the system sometimes needs to b
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:lyf898
  1. GetVolumInformation

    0下载:
  2. GetVolumePathName, GetVolumeInformation, GetDriveType
  3. 所属分类:驱动编程

    • 发布日期:2024-06-10
    • 文件大小:6144
    • 提供者:cshmax
  1. getdisklist

    0下载:
  2. this source is how to get disk list. you will know how to use GetVolumeInformation function.
  3. 所属分类:系统编程

    • 发布日期:2024-06-10
    • 文件大小:789504
    • 提供者:Kim Chol
  1. HardDiskDetect

    0下载:
  2. 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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:13312
    • 提供者:mehdy2020

源码中国 www.ymcn.org