PFN_AUTHENTICATION_CALLBACK_EX typedef callback
PFN_AUTHENTICATION_CALLBACK_EX =
Int32 Function(Pointer<NativeType> pvParam, Pointer<BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS> pAuthCallbackParams)
An application-defined callback function used in conjunction with the BluetoothRegisterForAuthenticationEx function.
To learn more, see learn.microsoft.com/windows/win32/api/bluetoothapis/nc-bluetoothapis-pfn_authentication_callback_ex.
Implementation
typedef PFN_AUTHENTICATION_CALLBACK_EX =
Int32 Function(
Pointer pvParam,
Pointer<BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS> pAuthCallbackParams,
);