evp.idl
来自「MiniCA V2.0版本源码。《小型CA系统V2.1含源码》发表以来」· IDL 代码 · 共 39 行
IDL
39 行
// Evp.idl : IDL source for Evp.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (Evp.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(8EFC7B70-6A2B-4AB0-B262-E2F21D1D5F1C),
dual,
helpstring("IEvpShell Interface"),
pointer_default(unique)
]
interface IEvpShell : IDispatch
{
};
[
uuid(02A8D55B-6BE6-43C3-A6B9-DF79B93218F0),
version(1.0),
helpstring("Evp 1.0 Type Library")
]
library EVPLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(B0FD5B80-29B9-4B37-B0B7-16823C533299),
helpstring("EvpShell Class")
]
coclass EvpShell
{
[default] interface IEvpShell;
};
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?