BLUETOOTH_ADDRESS_STRUCT構造体 (bluetoothapis.h)

BLUETOOTH_ADDRESS構造体は、Bluetooth デバイスのアドレスを提供します。

構文

typedef struct _BLUETOOTH_ADDRESS {
  union {
    BTH_ADDR ullLong;
    BYTE     rgBytes[6];
  };
} BLUETOOTH_ADDRESS_STRUCT;

メンバー

ullLong

Bluetooth デバイスのアドレス。

rgBytes[6]

Bluetooth デバイスのアドレス。バイト配列として表されます。

要件

   
サポートされている最小のクライアント Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
Header bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む)