?? helloworld3.idl
字號:
// HelloWorld3.idl : IDL source for HelloWorld3.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (HelloWorld3.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
#include "olectl.h"
[
object,
uuid(5C655924-ECB0-11D1-B719-0080AD17AF01),
dual,
helpstring("IFull Interface"),
pointer_default(unique)
]
interface IFull : IDispatch
{
};
[
uuid(5C655918-ECB0-11D1-B719-0080AD17AF01),
version(1.0),
helpstring("HelloWorld3 1.0 Type Library")
]
library HELLOWORLD3Lib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(5C655925-ECB0-11D1-B719-0080AD17AF01),
helpstring("Full Class")
]
coclass Full
{
[default] interface IFull;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -