共用方式為


ICertPolicy2::GetManageModule 方法 (certpol.h)

GetManageModule 方法會呼叫 GetManageModule,並傳入 ICertManageModule 的指標位址,以擷取與 ICertPolicy2 介面相關聯的 ICertManageModule 介面。

語法

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

參數

[out] ppManageModule

ICertPolicy2 介面相關聯的 ICertManageModule 介面指標。

傳回值

C++

傳回值為 HRESULT。 S_OK值表示方法成功。

VB

傳回值是 Variant,其中包含與 ICertPolicy2 介面相關聯的 ICertManageModule 介面。

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2003 [僅限傳統型應用程式]
目標平台 Windows
標頭 certpol.h (包括 Certsrv.h)
程式庫 Certidl.lib

另請參閱

CCertPolicy

ICertPolicy2