qssreader.idl
来自「QSS设备读取的后台服务程序」· IDL 代码 · 共 21 行
IDL
21 行
// QSSReader.idl : IDL source for QSSReader.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (QSSReader.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(5C775B50-5A68-4AC3-BEBC-9929B88E1812),
version(1.0),
helpstring("QSSReader 1.0 Type Library")
]
library QSSREADERLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?