共用方式為


BLUETOOTH_ADDRESS_STRUCT結構 (bluetoothapis.h)

BLUETOOTH_ADDRESS結構提供藍牙裝置的位址。

語法

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

成員

ullLong

藍牙裝置的位址。

rgBytes[6]

藍牙裝置的位址,以位元組陣列表示。

規格需求

   
最低支援的用戶端 Windows Vista、Windows XP 與 SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)