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 [데스크톱 앱만 해당]
지원되는 최소 서버 지원되는 버전 없음
머리글 bluetoothapis.h(Bthsdpdef.h, BluetoothAPIs.h 포함)