다음을 통해 공유


BluetoothRemoveDevice 함수(bluetoothapis.h)

BluetoothRemoveDevice 함수는 Bluetooth 디바이스와 컴퓨터 간의 인증을 제거하고 디바이스에 대한 캐시된 서비스 정보를 지웁니다.

구문

DWORD BluetoothRemoveDevice(
  const BLUETOOTH_ADDRESS *pAddress
);

매개 변수

pAddress

제거할 Bluetooth 디바이스의 주소에 대한 포인터입니다.

반환 값

Bluetooth 디바이스를 성공적으로 제거하면 ERROR_SUCCESS 반환합니다. 디바이스를 찾을 수 없는 경우 ERROR_NOT_FOUND 반환합니다.

설명

pAddress로 표시된 디바이스가 기억되는 디바이스가 아닌 경우 BluetoothRemoveDevice 함수가 실패합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista, WINDOWS XP SP2 [데스크톱 앱만 해당]
지원되는 최소 서버 지원되는 버전 없음
대상 플랫폼 Windows
헤더 bluetoothapis.h(Bthsdpdef.h, BluetoothAPIs.h 포함)
라이브러리 Bthprops.lib
DLL bthprops.cpl

추가 정보

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindDeviceClose

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo