NotifyServiceStatusChangeW method

int NotifyServiceStatusChangeW(
  1. Pointer<SC_HANDLE__> hService,
  2. int dwNotifyMask,
  3. Pointer<SERVICE_NOTIFY_2W> pNotifyBuffer
)

Implementation

int NotifyServiceStatusChangeW(
  ffi.Pointer<SC_HANDLE__> hService,
  int dwNotifyMask,
  ffi.Pointer<SERVICE_NOTIFY_2W> pNotifyBuffer,
) {
  return _NotifyServiceStatusChangeW(
    hService,
    dwNotifyMask,
    pNotifyBuffer,
  );
}