共用方式為


ICertEncodeStringArray::GetValue 方法 (certenc.h)

GetValue 方法會從字串數位傳回指定的字串。

語法

HRESULT GetValue(
  [in]  LONG Index,
  [out] BSTR *pstr
);

參數

[in] Index

以零起始的索引,指定要擷取的字串。

[out] pstr

代表字串值的 BSTR 指標。 當您完成 使用 BSTR 時,請呼叫 SysFreeString 函式來釋放它。

傳回值

C++

如果方法成功,方法會傳回S_OK。

如果方法失敗,它會傳回指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值

VB

傳回值是位於指定索引處的字串值。

規格需求

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

另請參閱

ICertEncodeStringArray

ICertEncodeStringArray::GetStringType

ICertEncodeStringArray::SetValue