Unione SdpQueryUuidUnion (bthsdpdef.h)

L'unione SdpQueryUuidUnion contiene l'UUID in cui eseguire una query SDP. Usato in combinazione con la struttura SdpQueryUuid .

Sintassi

typedef union SdpQueryUuidUnion {
  GUID   uuid128;
  ULONG  uuid32;
  USHORT uuid16;
} SdpQueryUuidUnion;

Members

uuid128

UUID in formato a 128 bit.

uuid32

UUID in formato a 32 bit.

uuid16

UUID in formato a 16 bit.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Nessuno supportato
Intestazione bthsdpdef.h

Vedi anche

BTH_QUERY_SERVICE

SdpQueryUuid