bluetoothSdpGetElementData 函式 (bluetoothapis.h)
BluetoothSdpGetElementData 函式會從 SDP 數據流擷取和剖析單一元素。
語法
DWORD BluetoothSdpGetElementData(
[in] LPBYTE pSdpStream,
[in] ULONG cbSdpStreamLength,
[out] PSDP_ELEMENT_DATA pData
);
參數
[in] pSdpStream
有效 SDP 數據流的指標。
[in] cbSdpStreamLength
pSdpStream 的長度,以位元組為單位。
[out] pData
要填入在 pSdpStream SDP 數據流開頭之 SDP 元素數據的緩衝區指標。
傳回值
正確剖析 SDP 元素時,傳回 ERROR_SUCCESS 。 如果其中一個必要參數為 NULL,或 pSdpStream 所指向的 SDP 數據流無效,則傳回ERROR_INVALID_PARAMETER。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista、Windows XP 與 SP2 [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
目標平台 | Windows |
標頭 | bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h) |
程式庫 | Bthprops.lib |
Dll | bthprops.cpl |