iCertExit2::GetManageModule 方法 (certexit.h)
GetManageModule 方法通过调用 GetManageModule 并传入指向 ICertManageModule 的指针的地址来检索与 ICertExit2 接口关联的 ICertManageModule 接口。
语法
HRESULT GetManageModule(
[out] ICertManageModule **ppManageModule
);
参数
[out] ppManageModule
指向与 ICertExit2 接口关联的 ICertManageModule 接口的指针。
返回值
C++
返回值为 HRESULT。 值 S_OK 表示该方法成功。VB
返回值是包含与 ICertExit2 接口关联的 ICertManageModule 接口的 Variant。要求
要求 | 值 |
---|---|
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | certexit.h (包括 Certsrv.h) |