UnsubscribeServiceChangeNotifications method

void UnsubscribeServiceChangeNotifications(
  1. Pointer<_SC_NOTIFICATION_REGISTRATION> pSubscription
)

Implementation

void UnsubscribeServiceChangeNotifications(
  ffi.Pointer<_SC_NOTIFICATION_REGISTRATION> pSubscription,
) {
  return _UnsubscribeServiceChangeNotifications(
    pSubscription,
  );
}