ICertEncodeStringArray::SetValue 方法 (certenc.h)
SetValue 方法會在字串數位的指定索引處設定字串值。
您必須先呼叫 ICertEncodeStringArray::Reset 方法,才能第一次呼叫 SetValue 。
語法
HRESULT SetValue(
[in] LONG Index,
[in] const BSTR str
);
參數
[in] Index
以零起始的索引,指定要設定之字串陣列的專案。
[in] str
指定要設定的字串值。
傳回值
VB
如果方法成功,方法會傳回S_OK。如果方法失敗,它會傳回 HRESULT 值,指出錯誤。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | certenc.h (包括 Certsrv.h) |
程式庫 | Certidl.lib |
Dll | Certenc.dll |