共用方式為


SDP_STRING_TYPE_DATA結構 (bluetoothapis.h)

SDP_STRING_TYPE_DATA結構會儲存 SDP 字串類型的相關信息。

語法

typedef struct _SDP_STRING_TYPE_DATA {
  USHORT encoding;
  USHORT mibeNum;
  USHORT attributeId;
} SDP_STRING_TYPE_DATA, *PSDP_STRING_TYPE_DATA;

成員

encoding

指定根據 ISO 639:1988 (E/F) 編碼字串的方式:語言名稱表示的程式代碼。

mibeNum

來自 IANA 資料庫的 MIBE 號碼。

attributeId

在記錄中找到字串之基底屬性的標識碼。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)

另請參閱

BluetoothSdpEnumAttributes

BluetoothSdpGetAttributeValue

BluetoothSdpGetContainerElementData

BluetoothSdpGetElementData

BluetoothSdpGetString

PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK

SDP_ELEMENT_DATA