?? objfolder.idl
字號:
// ObjFolder.idl : IDL source for ObjFolder.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (ObjFolder.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(5F974BAD-7885-11D2-8CDB-205850C10000),
dual,
helpstring("INewFolder Interface"),
pointer_default(unique)
]
interface INewFolder : IDispatch
{
};
[
uuid(5F974BA1-7885-11D2-8CDB-205850C10000),
version(1.0),
helpstring("ObjFolder 1.0 Type Library")
]
library OBJFOLDERLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(5F974BAE-7885-11D2-8CDB-205850C10000),
helpstring("NewFolder Class")
]
coclass NewFolder
{
[default] interface INewFolder;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -