?? dllreg.idl
字號:
// DLLReg.idl : IDL source for DLLReg.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (DLLReg.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(8AB81E71-CB2F-11D3-8D3B-AC2F34F1FA3C),
dual,
helpstring("IDLLRegShlExt Interface"),
pointer_default(unique)
]
interface IDLLRegShlExt : IDispatch
{
};
[
uuid(8AB81E65-CB2F-11D3-8D3B-AC2F34F1FA3C),
version(1.0),
helpstring("DLLReg 1.0 Type Library")
]
library DLLREGLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(8AB81E72-CB2F-11D3-8D3B-AC2F34F1FA3C),
helpstring("DLLRegShlExt Class")
]
coclass DLLRegShlExt
{
[default] interface IDLLRegShlExt;
};
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -