sample.def
来自「组态王图库开发包」· DEF 代码 · 共 13 行
DEF
13 行
; sample.def : Declares the module parameters for the DLL.
LIBRARY "sample"
DESCRIPTION 'sample Windows Dynamic Link Library'
EXPORTS
WizardGetVersion @1
WizardGetCount @2
WizardGetStructSize @3
WizardCreate2 @4
WizardEdit2 @5
WizardResize2 @6
KVGetParams @7
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?