代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/126804/14401489
pas hdid.pas
Unit HDID;
Interface
Uses
Windows, SysUtils, shellapi, ActiveX, ComObj, Shlobj;
Function GetHDID(Var sID: pchar): integer;
Procedure CreateShortCut(FileName, ShortCutName, DestDir: pchar);
www.eeworm.com/read/294752/8208118
pas hdid.pas
Unit HDID;
Interface
Uses
Windows, SysUtils, shellapi, ActiveX, ComObj, Shlobj;
Function GetHDID(Var sID: pchar): integer;
Procedure CreateShortCut(FileName, ShortCutName, DestDir: pchar);
www.eeworm.com/read/367457/9746609
lnt lib-vxw.lnt
// lib-vxw.lnt
// .lnt file for the VX Works Library
// This is probably not complete; consider it a work in progress
-dCPU=PPC603 // identify the CPU as a variant of the ...
-dCPU_
www.eeworm.com/read/367457/9746677
lnt lib-vxw.lnt
// lib-vxw.lnt
// .lnt file for the VX Works Library
// This is probably not complete; consider it a work in progress
-dCPU=PPC603 // identify the CPU as a variant of the ...
-dCPU_
www.eeworm.com/read/147363/12559223
h htmlguid.h
//*********************************************************************
//* Microsoft Windows **
//* Copyright 1995 - 1998 Microsoft Corpora
www.eeworm.com/read/237993/13914187
txt 如何获取硬盘的id.txt
如何获取硬盘的ID
function GetHDSerialNumber(Drv : String): String;
var
VolumeSerialNumber : DWORD;
MaximumComponentLength : DWORD;
FileSystemFlags : DWORD;
begin
if Drv[Length(Drv)]
www.eeworm.com/read/135259/13944637
h htmlguid.h
//*********************************************************************
//* Microsoft Windows **
//* Copyright(c) Microsoft Corp., 1995-1998
www.eeworm.com/read/133707/14029229
lnt lib-vxw.lnt
// lib-vxw.lnt
// .lnt file for the VX Works Library
// This is probably not complete; consider it a work in progress
-dCPU=PPC603 // identify the CPU as a variant of the ...
-dCPU_
www.eeworm.com/read/112925/15473718
pas diskserialnumber.pas
{$DEFINE SystemFind}
unit DiskSerialNumber;
interface
uses
Windows, Messages, SysUtils, Variants, Classes;
function GetIdeDiskSerialNumber: string; //得到硬盘出厂号
implementation
function