scrolltest.idl
来自「ATL SCROLLING ,ATL窗口滚动实现。滚动条的动态显示。」· IDL 代码 · 共 42 行
IDL
42 行
// 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 + =
减小字号Ctrl + -
显示快捷键?