?? atl21.idl
字號:
// Atl21.idl : IDL source for Atl21.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Atl21.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(4ADF39A1-4716-4AC5-8477-39C974C3B2AB),
dual,
helpstring("IAtlWord03 Interface"),
pointer_default(unique)
]
interface IAtlWord03 : IDispatch
{
};
[
uuid(EEF37F24-8958-4C09-A9B8-BA5581A31834),
version(1.0),
helpstring("Atl21 1.0 Type Library")
]
library ATL21Lib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(04FF1B35-EBEA-49AA-85E0-FA7048904726),
helpstring("AtlWord03 Class")
]
coclass AtlWord03
{
[default] interface IAtlWord03;
};
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -