다음을 통해 공유


PFN_AUTHENTICATION_CALLBACK_EX 콜백 함수(bluetoothapis.h)

PFN_AUTHENTICATION_CALLBACK_EX 함수는 BluetoothRegisterForAuthenticationEx 함수와 함께 사용되는 콜백 함수 프로토타입입니다.

참고 이 구조는 Windows Vista SP2 및 Windows 7에서 지원됩니다.
 

구문

PFN_AUTHENTICATION_CALLBACK_EX PfnAuthenticationCallbackEx;

BOOL PfnAuthenticationCallbackEx(
  [in, optional] LPVOID pvParam,
  [in]           PBLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS pAuthCallbackParams
)
{...}

매개 변수

[in, optional] pvParam

선택 사항입니다. BluetoothRegisterForAuthentication 함수에 이전에 전달된 컨텍스트 포인터입니다.

[in] pAuthCallbackParams

인증 요청에 응답하는 Bluetooth 디바이스와 관련된 디바이스 및 인증 구성 정보를 포함하는 BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS 구조입니다.

반환 값

이 함수의 반환 값은 시스템에서 무시됩니다.

요구 사항

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

추가 정보

BluetoothRegisterForAuthenticationEx

PFN_AUTHENTICATION_CALLBACK