newdll.def

来自「http down source code for driver develop」· DEF 代码 · 共 21 行

DEF
21
字号
LIBRARY     rtmdll


VERSION     1.0

HEAPSIZE    0x10000 0x1000

EXPORTS

	RTXEntry    @1
	StartTimer  @2
	StopTimer   @3
	GetValue    @4
	CloseRTM    @5
	GetQuantum  @6
        ScanPci     @7
        PCIResource @8
        StartDebug  @9
        ReadPhysicalAddress @10
        WritePhysicalAddress @11

⌨️ 快捷键说明

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