UnsubscribeServiceChangeNotifications method

void UnsubscribeServiceChangeNotifications(
  1. Pointer<_SC_NOTIFICATION_REGISTRATION> pSubscription
)

Implementation

void UnsubscribeServiceChangeNotifications(
  ffi.Pointer<_SC_NOTIFICATION_REGISTRATION> pSubscription,
) {
  return (_UnsubscribeServiceChangeNotifications ??= _dylib.lookupFunction<
          _c_UnsubscribeServiceChangeNotifications,
          _dart_UnsubscribeServiceChangeNotifications>(
      'UnsubscribeServiceChangeNotifications'))(
    pSubscription,
  );
}