BluetoothIsVersionAvailable 関数 (bluetoothapis.h)
BluetoothIsVersionAvailable 関数は、インストールされている Bluetooth バイナリ セットが要求されたバージョンをサポートしているかどうかを示します。
構文
BOOL BluetoothIsVersionAvailable(
[in] UCHAR MajorVersion,
[in] UCHAR MinorVersion
);
パラメーター
[in] MajorVersion
メジャー バージョン番号。
[in] MinorVersion
マイナー バージョン番号。
戻り値
インストール されている bluetooth バイナリで指定された MajorVersion と MinorVersion がサポートされている場合は TRUE 。それ以外の場合は FALSE。
注釈
この機能は、Windows バージョン 2.1 以降の Bluetooth でのみエクスポートされます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | サポートなし |
対象プラットフォーム | Windows |
ヘッダー | bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む) |
Library | Bthprops.lib |
[DLL] | Bthprops.cpl |