NotifyServiceStatusChangeA method
int
NotifyServiceStatusChangeA(
- Pointer<
SC_HANDLE__> hService, - int dwNotifyMask,
- Pointer<
PSERVICE_NOTIFY_2A> pNotifyBuffer
Implementation
int NotifyServiceStatusChangeA(
ffi.Pointer<SC_HANDLE__> hService,
int dwNotifyMask,
ffi.Pointer<PSERVICE_NOTIFY_2A> pNotifyBuffer,
) {
return (_NotifyServiceStatusChangeA ??= _dylib.lookupFunction<
_c_NotifyServiceStatusChangeA,
_dart_NotifyServiceStatusChangeA>('NotifyServiceStatusChangeA'))(
hService,
dwNotifyMask,
pNotifyBuffer,
);
}