다음을 통해 공유


BluetoothUnregisterAuthentication 함수(bluetoothapis.h)

BluetoothUnregisterAuthentication 함수는 이전에 BluetoothRegisterForAuthentication 함수를 호출하여 등록한 콜백 루틴에 대한 등록을 제거합니다.

구문

BOOL BluetoothUnregisterAuthentication(
  HBLUETOOTH_AUTHENTICATION_REGISTRATION hRegHandle
);

매개 변수

hRegHandle

BluetoothRegisterForAuthentication 함수에 대한 이전 호출에서 반환된 핸들입니다.

반환 값

인증 등록이 성공적으로 제거되면 TRUE 를 반환합니다. 지정된 핸들이 성공적으로 닫혀 있지 않으면 FALSE 를 반환합니다.

GetLastError 함수를 호출하여 오류에 대한 자세한 정보를 가져옵니다. 다음 표에서는 일반적인 오류를 설명합니다.

반환 코드 설명
ERROR_INVALID_HANDLE
핸들이 NULL입니다.

요구 사항

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

추가 정보

BLUETOOTH_DEVICE_INFO

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsConnectable

BluetoothIsDiscoverable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse