ICertPolicy2::GetManageModule 方法 (certpol.h)

GetManageModule 方法通过调用 GetManageModule 并传入指向 ICertManageModule 的指针的地址来检索ICertPolicy2 接口关联的 ICertManageModule 接口

语法

HRESULT GetManageModule(
  [out] ICertManageModule **ppManageModule
);

参数

[out] ppManageModule

指向与 ICertPolicy2 接口关联的 ICertManageModule 接口的指针。

返回值

C++

返回值为 HRESULT。 值为 S_OK 表示方法成功。

VB

返回值是包含与 ICertPolicy2 接口关联的 ICertManageModule 接口的 Variant

要求

要求
最低受支持的客户端 无受支持的版本
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 certpol.h (包括 Certsrv.h)
Library Certidl.lib

另请参阅

CCertPolicy

ICertPolicy2