Partager via


structure SDP_STRING_TYPE_DATA (bluetoothapis.h)

La structure SDP_STRING_TYPE_DATA stocke des informations sur les types de chaîneS SDP.

Syntaxe

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

Membres

encoding

Spécifie la façon dont la chaîne est encodée conformément à la norme ISO 639 :1988 (E/F) : code pour la représentation des noms des langues.

mibeNum

Numéro MIBE de la base de données IANA.

attributeId

Identificateur de l’attribut de base dans lequel la chaîne se trouve dans l’enregistrement.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista, Windows XP avec SP2 [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
En-tête bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h)

Voir aussi

BluetoothSdpEnumAttributes

BluetoothSdpGetAttributeValue

BluetoothSdpGetContainerElementData

BluetoothSdpGetElementData

BluetoothSdpGetString

PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK

SDP_ELEMENT_DATA