Compartilhar via


estrutura BLUETOOTH_ADDRESS_STRUCT (bluetoothapis.h)

A estrutura BLUETOOTH_ADDRESS fornece o endereço de um dispositivo Bluetooth.

Sintaxe

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

Membros

ullLong

Endereço de um dispositivo Bluetooth.

rgBytes[6]

Endereço de um dispositivo Bluetooth, expresso como uma matriz de bytes.

Requisitos

   
Cliente mínimo com suporte Windows Vista, Windows XP com SP2 [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Nenhum compatível
Cabeçalho bluetoothapis.h (inclua Bthsdpdef.h, BluetoothAPIs.h)