Struttura SdpQueryUuid (bthsdpdef.h)

La struttura SdpQueryUuid facilita la ricerca di UUID.

Sintassi

typedef struct _SdpQueryUuid {
  SdpQueryUuidUnion u;
  USHORT            uuidType;
} SdpQueryUuid;

Members

u

Unione contenente l'UUID in cui eseguire la ricerca.

uuidType

Tipo di UUID da cercare. Deve essere uno dei tre valori validi dell'enumerazione SDP_SPECIFICTYPE:

  • SDP_ST_UUID16 : indica che verrà usato u.uuid16 nella ricerca.
  • SDP_ST_UUID32 : indica che verrà usato u.uuid32 nella ricerca.
  • SDP_ST_UUID128 : indica che verrà usato u.uuid128 nella ricerca.

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