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