共用方式為


ICertExit2::GetManageModule 方法 (certexit.h)

GetManageModule 方法會藉由呼叫 GetManageModule 並傳入 ICertManageModule 的指標位址,來擷取與 ICertExit2 介面相關聯的 ICertManageModule 介面

語法

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

參數

[out] ppManageModule

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

傳回值

C++

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

VB

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

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2003 [僅限桌面應用程式]
目標平台 Windows
標頭 certexit.h (包含 Certsrv.h)