Share via


PFN_AUTHENTICATION_CALLBACK_EX Rückruffunktion (bluetoothapis.h)

Die PFN_AUTHENTICATION_CALLBACK_EX-Funktion ist ein Rückruffunktionsprototyp, der in Verbindung mit der BluetoothRegisterForAuthenticationEx-Funktion verwendet wird.

Hinweis Diese Struktur wird in Windows Vista SP2 und Windows 7 unterstützt.
 

Syntax

PFN_AUTHENTICATION_CALLBACK_EX PfnAuthenticationCallbackEx;

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

Parameter

[in, optional] pvParam

Optional. Ein Kontextzeiger, der zuvor an die BluetoothRegisterForAuthentication-Funktion übergeben wurde.

[in] pAuthCallbackParams

Eine BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS Struktur, die Geräte- und Authentifizierungskonfigurationsinformationen enthält, die für das Bluetooth-Gerät spezifisch sind, das auf eine Authentifizierungsanforderung reagiert.

Rückgabewert

Der Rückgabewert dieser Funktion wird vom System ignoriert.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista, Windows XP mit SP2 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Nicht unterstützt
Zielplattform Windows
Kopfzeile bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)

Weitere Informationen

BluetoothRegisterForAuthenticationEx

PFN_AUTHENTICATION_CALLBACK