cpuinf16.def
来自「一个取得 CPU 信息的程序源码 可以获取16位和32位CPU的信息」· DEF 代码 · 共 29 行
DEF
29 行
LIBRARY CPUINF16
DESCRIPTION 'CPUINF16 DLL for Windows'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 1024
EXPORTS cpuspeed @1
wincpuid @2
wincpuidext @3
wincpufeatures @4
winrdtsc @5
getdllversion @6
wincpuidsupport @7
cpurawspeed @8
cpunormspeed @9
ProcessorCount @10
; WEP PRIVATE
; To implement your own Windows Exit Procedure add the following
; function to your application (referring to it in the .def file is
; not required.) The extern "C" is only required if module is C++.
; extern "C" int FAR PASCAL _WEP(int)
; {
; /* Your WEP functionality goes here */
; return 1;
; }
SEGMENTS _CODE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?