PFN_AUTHENTICATION_CALLBACK_EX typedef

PFN_AUTHENTICATION_CALLBACK_EX = Int32 Function(Pointer<NativeType> pvParam, Pointer<BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS> pAuthCallbackParams)

Application-defined callback function used with the BluetoothRegisterForAuthenticationEx function.

Implementation

typedef PFN_AUTHENTICATION_CALLBACK_EX =
    Int32 Function(
      Pointer pvParam,
      Pointer<BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS> pAuthCallbackParams,
    );