📄 makepic.idl
字号:
// MakePic.idl : IDL source for MakePic.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (MakePic.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(55364AD0-910A-45FC-9D3C-CE1215F703D2),
dual,
helpstring("IMakeCert Interface"),
pointer_default(unique)
]
interface IMakeCert : IDispatch
{
};
[
uuid(4AF15B68-FAB0-4639-9D13-6971CC22DFE5),
version(1.0),
helpstring("MakePic 1.0 Type Library")
]
library MakePicLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(5BBEDD17-2C5B-4EEF-BCAB-F745ECF88644),
helpstring("MakeCert Class")
]
coclass MakeCert
{
[default] interface IMakeCert;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -