?? dhtml grades.idl
字號:
// DHTML Grades.idl : IDL source for DHTML Grades.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (DHTML Grades.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
#include "olectl.h"
[
object,
uuid(83C4494B-D5D4-4B68-A014-59909F0F0BCE),
dual,
helpstring("IDHTMLControl Interface"),
pointer_default(unique)
]
interface IDHTMLControl : IDispatch
{
};
[
object, dual,
uuid(2B51680E-4144-436B-98A0-23FB79C3EA7D),
helpstring("IDHTMLControlUI Interface"),
pointer_default(unique)
]
interface IDHTMLControlUI : IDispatch
{
// Example method that will be called by the HTML
HRESULT OnClick([in]IDispatch* pdispBody, [in]VARIANT varColor);
};
[
uuid(D84844A5-4107-417A-8278-0C2BB15A36A5),
version(1.0),
helpstring("DHTML Grades 1.0 Type Library")
]
library DHTMLGRADESLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(8A5E8C14-D74F-45B5-8F3F-58417E1CD49F),
helpstring("DHTMLControl Class")
]
coclass DHTMLControl
{
[default] interface IDHTMLControl;
interface IDHTMLControlUI;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -