Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SdpAttributeRange structure is used in a Bluetooth query to constrain the set of attributes to return in the query.
Syntax
typedef struct SdpAttributeRange {
USHORT minAttribute;
USHORT maxAttribute;
} SdpAttributeRange;
Members
minAttribute
Minimum attribute value for which to search.
maxAttribute
Maximum attribute value for which to search.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | None supported |
Header | bthsdpdef.h |