?? band.idl
字號:
// band.idl : IDL source for band.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (band.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
#include "olectl.h"
[
object,
uuid(159C2E50-9823-11D2-8DDC-D84A1B4ACD4D),
dual,
helpstring("ICHTM Interface"),
pointer_default(unique)
]
interface ICHTM : IDispatch
{
};
[
object, dual,
uuid(159C2E52-9823-11D2-8DDC-D84A1B4ACD4D),
helpstring("ICHTMUI Interface"),
pointer_default(unique)
]
interface ICHTMUI : IDispatch
{
// Example method that will be called by the HTML
HRESULT OnClick([in]IDispatch* pdispBody, [in]VARIANT varColor);
[id(1), helpstring("method OnNag")] HRESULT OnNag(IDispatch* pDisp, BSTR varLnk);
};
[
uuid(159C2E41-9823-11D2-8DDC-D84A1B4ACD4D),
version(1.0),
helpstring("band 1.0 Type Library")
]
library BANDLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(159C2E51-9823-11D2-8DDC-D84A1B4ACD4D),
helpstring("&Morning Band")
]
coclass CHTM
{
[default] interface ICHTM;
interface ICHTMUI;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -