📄 exam15.idl
字号:
// exam15.idl : IDL source for exam15.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (exam15.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
#include "dcapi.idl"
[
object,
uuid(E192D34E-9802-11D3-BBD9-B6B2E12ABA23),
dual,
helpstring("IExam15Content Interface"),
pointer_default(unique)
]
interface IExam15Content : IDispatch
{
};
[
uuid(E192D340-9802-11D3-BBD9-B6B2E12ABA23),
version(1.0),
helpstring("exam15 1.0 Type Library")
]
library EXAM15Lib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(E192D34F-9802-11D3-BBD9-B6B2E12ABA23),
helpstring("Exam15Content Class")
]
coclass Exam15Content
{
[default] interface IExam15Content;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -