PfnAuthenticationCallbackEx typedef Null safety
- Pointer<
NativeType> pvParam, - Pointer<
BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS> pAuthCallbackParams
Application-defined callback function used with the BluetoothRegisterForAuthenticationEx function.
Implementation
typedef PfnAuthenticationCallbackEx = Int32 Function(Pointer pvParam,
Pointer<BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS> pAuthCallbackParams);