iCertEncodeStringArray::SetValue 方法 (certenc.h)
SetValue 方法在字符串数组的指定索引处设置字符串值。
在首次调用 SetValue 之前,必须调用 ICertEncodeStringArray::Reset 方法。
语法
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) |
Library | Certidl.lib |
DLL | Certenc.dll |