SdpAttributeRange 構造体 (bthsdpdef.h)
SdpAttributeRange 構造体は、Bluetooth クエリで使用され、クエリで返される属性のセットを制限します。
構文
typedef struct SdpAttributeRange {
USHORT minAttribute;
USHORT maxAttribute;
} SdpAttributeRange;
メンバー
minAttribute
検索する属性値の最小値。
maxAttribute
検索する最大属性値。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | サポートなし |
Header | bthsdpdef.h |