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