BluetoothFindRadioClose 함수(bluetoothapis.h)

BluetoothFindRadioClose 함수는 Bluetooth 라디오 찾기와 관련된 열거형 핸들을 닫습니다.

구문

BOOL BluetoothFindRadioClose(
  HBLUETOOTH_RADIO_FIND hFind
);

매개 변수

hFind

BluetoothFindFirstRadio 함수에 대한 이전 호출로 얻은 닫을 열거형 핸들입니다.

반환 값

핸들이 성공적으로 닫혔을 때 TRUE 를 반환합니다. 열거형 핸들을 닫지 못하면 FALSE 를 반환합니다. 핸들 닫기와 관련된 가능한 오류에 대한 자세한 내용은 GetLastError 함수를 호출합니다.

요구 사항

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

추가 정보

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothGetRadioInfo

GetLastError