SDP_STRING_TYPE_DATA-Struktur (bluetoothapis.h)

Die SDP_STRING_TYPE_DATA-Struktur speichert Informationen zu SDP-Zeichenfolgentypen.

Syntax

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

Member

encoding

Gibt an, wie die Zeichenfolge gemäß ISO 639:1988 (E/F): Code für die Darstellung der Namen von Sprachen codiert wird.

mibeNum

MIBE-Nummer aus der IANA-Datenbank.

attributeId

Bezeichner des Basisattributes, in dem die Zeichenfolge im Datensatz zu finden ist.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista, Windows XP mit SP2 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Nicht unterstützt
Kopfzeile bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)

Weitere Informationen

BluetoothSdpEnumAttributes

BluetoothSdpGetAttributeValue

BluetoothSdpGetContainerElementData

BluetoothSdpGetElementData

BluetoothSdpGetString

PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK

SDP_ELEMENT_DATA