?? simpleim.idl
字號:
// SimpleIM.idl : IDL source for SimpleIM.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (SimpleIM.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(F1A95F66-E284-462C-9464-4E168748FA17),
dual,
helpstring("IBitmapIM Interface"),
pointer_default(unique)
]
interface IBitmapIM : IDispatch
{
};
[
uuid(16E74E84-B380-4923-B1B0-65091BA2F99E),
version(1.0),
helpstring("SimpleIM 1.0 Type Library")
]
library SIMPLEIMLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(C2E92F13-4F79-4174-9F42-C44C0975C60A),
helpstring("BitmapIM Class")
]
coclass BitmapIM
{
[default] interface IBitmapIM;
};
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -