SdpQueryUuidUnion-Union (bthsdpdef.h)
Die SdpQueryUuidUnion-Union enthält die UUID, für die eine SDP-Abfrage ausgeführt werden soll. Wird in Verbindung mit der SdpQueryUuid-Struktur verwendet.
Syntax
typedef union SdpQueryUuidUnion {
GUID uuid128;
ULONG uuid32;
USHORT uuid16;
} SdpQueryUuidUnion;
Member
uuid128
UUID im 128-Bit-Format.
uuid32
UUID im 32-Bit-Format.
uuid16
UUID im 16-Bit-Format.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista, Windows XP mit SP2 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Nicht unterstützt |
Kopfzeile | bthsdpdef.h |