共用方式為


IX509EnrollmentPolicyServer::GetTemplates 方法 (certenroll.h)

GetTemplates 方法會擷取憑證註冊原則所支援的範本集合, (CEP) 伺服器。

語法

HRESULT GetTemplates(
  [out, retval] IX509CertificateTemplates **pTemplates
);

參數

[out, retval] pTemplates

接收代表範本集合 之 IX509CertificateTemplates 介面指標的變數位址。

傳回值

如果函式成功,函式會傳回 S_OK

如果函式失敗,它會傳回 指出錯誤的 HRESULT 值。 可能的值包括 (但不限於) 下表中的這些值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值

傳回碼 Description
OLE_E_BLANK
IX509EnrollmentPolicyServer 物件尚未初始化。

規格需求

需求
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限桌面應用程式]
目標平台 Windows
標頭 certenroll.h

另請參閱

IX509EnrollmentPolicyServer