icEnroll4::binaryToString 方法 (xenroll.h)
[此方法在 Windows Server 2008 和 Windows Vista 中不再可用。]
binaryToString 方法将二进制数据 BLOB 转换为字符串。 此方法首先在 ICEnroll4 接口中定义。
此方法使用 CryptBinaryToString 函数执行转换。
语法
HRESULT binaryToString(
[in] LONG Flags,
[in] BSTR strBinary,
[out] BSTR *pstrEncoded
);
参数
[in] Flags
传递给 CryptBinaryToString 函数的 dwFlags 参数的值。 有关可能值的说明,请参阅 CryptBinaryToString。
[in] strBinary
要转换为字符串的二进制数据 BLOB。
[out] pstrEncoded
指向接收编码数据的 BSTR 的指针。 使用完 BSTR 后,通过调用 SysFreeString 函数释放它。
返回值
C++
如果该方法成功,该方法将返回 S_OK。如果方法失败,它将返回指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 常见 HRESULT 值。
VB
返回值是表示二进制数据的字符串。要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | xenroll.h |
Library | Uuid.lib |
DLL | Xenroll.dll |