?? droptext.idl
字號(hào):
// DropText.idl : IDL source for DropText.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (DropText.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(3E72260E-80E5-11D2-8CDB-205850C10000),
dual,
helpstring("IStrAdd Interface"),
pointer_default(unique)
]
interface IStrAdd : IDispatch
{
};
[
uuid(3E7225FF-80E5-11D2-8CDB-205850C10000),
version(1.0),
helpstring("DropText 1.0 Type Library")
]
library DROPTEXTLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(3E72260F-80E5-11D2-8CDB-205850C10000),
helpstring("StrAdd Class")
]
coclass StrAdd
{
[default] interface IStrAdd;
};
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -