SdpQueryUuid structure (bthsdpdef.h)
The SdpQueryUuid structure facilitates searching for UUIDs.
Syntax
typedef struct _SdpQueryUuid {
SdpQueryUuidUnion u;
USHORT uuidType;
} SdpQueryUuid;
Members
u
Union containing the UUID on which to search.
uuidType
Type of UUID being searched. Must be one of the three valid values from the SDP_SPECIFICTYPE enumeration:
- SDP_ST_UUID16 - indicates u.uuid16 will be used in the search.
- SDP_ST_UUID32 - indicates u.uuid32 will be used in the search.
- SDP_ST_UUID128 - indicates u.uuid128 will be used in the search.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | None supported |
Header | bthsdpdef.h |