共用方式為


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
程式庫 Uuid.lib
Dll Xenroll.dll