hdsupport.def
来自「深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹」· DEF 代码 · 共 12 行
DEF
12 行
; HDSupport.def : Declares the module parameters for the DLL.
LIBRARY "HDSupport"
DESCRIPTION 'HDSupport Windows Dynamic Link Library'
EXPORTS
HDRand @ 1
DeleteDirFile @ 2
IsDirectoryOrFile @ 3
OleVarToString @ 4
GetExePath @ 5
HDGetTempFileName @ 6
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?