ICEnroll4::stringToBinary 方法 (xenroll.h)

[此方法在 Windows Server 2008 和 Windows Vista 中不再可用。]

stringToBinary 方法将编码的字符串转换为二进制数据 BLOB。 此方法首先在 ICEnroll4 接口中定义。

stringToBinary 方法调用 CryptStringToBinary 函数。

语法

HRESULT stringToBinary(
  [in]  LONG Flags,
  [in]  BSTR strEncoded,
  [out] BSTR *pstrBinary
);

参数

[in] Flags

传递给 CryptStringToBinary 函数的 dwFlags 参数的值。 有关有效值,请参阅 CryptStringToBinary

[in] strEncoded

要转换为二进制数据 BLOB 的编码字符串。

[out] pstrBinary

指向接收二进制数据的 BSTR 的指针。 使用完 BSTR 后,通过调用 SysFreeString 函数来释放它。

返回值

C++

如果方法成功,该方法将返回S_OK。

如果方法失败,它将返回一个 指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 通用 HRESULT 值

VB

返回值是包含二进制数据的字符串。

要求

   
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 xenroll.h
Library Uuid.lib
DLL Xenroll.dll