hdisksn.def

来自「这个是集合几种关于硬盘的序列号的获取方式的DLL」· DEF 代码 · 共 17 行

DEF
17
字号
; HDiskSN.def : Declares the module parameters for the DLL.

LIBRARY      "HDiskSN"
DESCRIPTION  'HDiskSN Windows Dynamic Link Library'

EXPORTS
	; Explicit exports can go here

	GetHDiskSN       @1
	GetCPUnitSN      @2
	GetHDiskInfor    @3
	DiskSectorIO     @4
	GetCmosData      @5
	VerifySector     @6
	IsAnybodyNear    @7
	CallSecretEntry  @8

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?