SDP_STRING_TYPE_DATA structure (bluetoothapis.h)

The SDP_STRING_TYPE_DATA structure stores information about SDP string types.

Syntax

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

Members

encoding

Specifies how the string is encoded according to ISO 639:1988 (E/F): Code for the representation of the names of languages.

mibeNum

MIBE number from the IANA database.

attributeId

Identifier of the base attribute in which the string is to be found in the record.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server None supported
Header bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)

See also

BluetoothSdpEnumAttributes

BluetoothSdpGetAttributeValue

BluetoothSdpGetContainerElementData

BluetoothSdpGetElementData

BluetoothSdpGetString

PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK

SDP_ELEMENT_DATA