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)
Library Bthprops.lib
DLL bthprops.cpl

另请参阅

BluetoothSdpEnumAttributes

BluetoothSdpGetContainerElementData

BluetoothSdpGetString

SDP_ELEMENT_DATA

SDP_STRING_TYPE_DATA