SdpQueryUuidUnion (Compact 2013)

3/26/2014

This union contains the UUID inside an SdpQueryUuid structure.

Syntax

typedef /* [switch_type] */ union SdpQueryUuidUnion {
  GUID uuid128;
  ULONG uuid32;
  USHORT uuid16;
} SdpQueryUuidUnion;

Members

  • uuid128
    UUID represented using 128 bits.
  • uuid32
    UUID represented using 32 bits.
  • uuid16
    UUID represented using 16 bits.

Requirements

Header

bthapi.h

See Also

Reference

Bluetooth Application Development Structures
SdpQueryUuid