Condividi tramite


PFN_AUTHENTICATION_CALLBACK_EX funzione di callback (bluetoothapis.h)

La funzione PFN_AUTHENTICATION_CALLBACK_EX è un prototipo di funzione callback usato insieme alla funzione BluetoothRegisterForAuthenticationEx .

Nota Questa struttura è supportata in Windows Vista SP2 e Windows 7.
 

Sintassi

PFN_AUTHENTICATION_CALLBACK_EX PfnAuthenticationCallbackEx;

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

Parametri

[in, optional] pvParam

Facoltativo. Puntatore di contesto passato in precedenza alla funzione BluetoothRegisterForAuthentication .

[in] pAuthCallbackParams

Struttura BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS che contiene informazioni sulla configurazione del dispositivo e dell'autenticazione specifiche del dispositivo Bluetooth che risponde a una richiesta di autenticazione.

Valore restituito

Il valore restituito da questa funzione viene ignorato dal sistema.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Nessuno supportato
Piattaforma di destinazione Windows
Intestazione bluetoothapis.h (includere Bthsdpdef.h, BluetoothAPIs.h)

Vedi anche

BluetoothRegisterForAuthenticationEx

PFN_AUTHENTICATION_CALLBACK