Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 2.96 KB

nc-bluetoothapis-pfn_authentication_callback_ex.md

File metadata and controls

76 lines (60 loc) · 2.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:bluetoothapis.PFN_AUTHENTICATION_CALLBACK_EX
PFN_AUTHENTICATION_CALLBACK_EX (bluetoothapis.h)
PFN_AUTHENTICATION_CALLBACK_EX function is a callback function prototype used in conjunction with the BluetoothRegisterForAuthenticationEx function.
PFN_AUTHENTICATION_CALLBACK_EX
PFN_AUTHENTICATION_CALLBACK_EX callback
PFN_AUTHENTICATION_CALLBACK_EX callback function [Bluetooth]
bluetooth.pfn_authentication_callback_ex
bluetoothapis/PFN_AUTHENTICATION_CALLBACK_EX
bluetooth\pfn_authentication_callback_ex.htm
bluetooth
835a624f-c08d-402c-940b-4443e1b38d58
12/05/2018
PFN_AUTHENTICATION_CALLBACK_EX, PFN_AUTHENTICATION_CALLBACK_EX callback, PFN_AUTHENTICATION_CALLBACK_EX callback function [Bluetooth], bluetooth.pfn_authentication_callback_ex, bluetoothapis/PFN_AUTHENTICATION_CALLBACK_EX
bluetoothapis.h
Bthsdpdef.h, BluetoothAPIs.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
None supported
Windows
19H1
PFN_AUTHENTICATION_CALLBACK_EX
bluetoothapis/PFN_AUTHENTICATION_CALLBACK_EX
c++
APIRef
kbSyntax
UserDefined
BluetoothAPIs.h
PFN_AUTHENTICATION_CALLBACK_EX

PFN_AUTHENTICATION_CALLBACK_EX callback function

-description

The PFN_AUTHENTICATION_CALLBACK_EX function is a callback function prototype used in conjunction with the BluetoothRegisterForAuthenticationEx function.

Note  This structure is supported in Windows Vista SP2 and Windows 7.
 

-parameters

-param pvParam [in, optional]

Optional. A context pointer previously passed into the BluetoothRegisterForAuthentication function.

-param pAuthCallbackParams [in]

A BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS structure that contains device and authentication configuration information specific to the Bluetooth device responding to an authentication request.

-returns

The return value from this function is ignored by the system.

-see-also

BluetoothRegisterForAuthenticationEx

PFN_AUTHENTICATION_CALLBACK