kkAyatakaのメモ帳。

誰かの役に立つかもしれない備忘録。

2011-08-21から1日間の記事一覧

Bluetoothデバイスの列挙

概要 リファレンス:BluetoothWindowsではBluetooth用のAPIが用意されているので、それらを用いれば検出自体は簡単にできる。次のヘッダーとライブラリが必要。 #include <Windows.h> #include <BluetoothAPIs.h> #pragma comment(lib, "Bthprops") 自分が持っているBluetooth機器の列挙 </bluetoothapis.h></windows.h>…