ddsreader.def
来自「DDS格式二次开发插件」· DEF 代码 · 共 19 行
DEF
19 行
;;************************************************************************
; File : DDSReader.def : Declares the module parameters for the DLL. *
; The only functions that need to be export are *
; CKGetPluginInfo which will return inforation about this plugin *
; CKGetReader which will be called when the framework need to read a *
; .dds file. *
; *
; Virtools SDK *
; Copyright (c) Virtools 2001, All Rights Reserved. *
;*************************************************************************
;LIBRARY "DDSReader"
DESCRIPTION 'DDSReader Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
CKGetReader
CKGetPluginInfo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?