QueryServiceLockStatusW method
int
QueryServiceLockStatusW(
- Pointer<
SC_HANDLE__> hSCManager, - Pointer<
LPQUERY_SERVICE_LOCK_STATUSW> lpLockStatus, - int cbBufSize,
- Pointer<
Uint64> pcbBytesNeeded,
Implementation
int QueryServiceLockStatusW(
ffi.Pointer<SC_HANDLE__> hSCManager,
ffi.Pointer<LPQUERY_SERVICE_LOCK_STATUSW> lpLockStatus,
int cbBufSize,
ffi.Pointer<ffi.Uint64> pcbBytesNeeded,
) {
return (_QueryServiceLockStatusW ??= _dylib.lookupFunction<
_c_QueryServiceLockStatusW,
_dart_QueryServiceLockStatusW>('QueryServiceLockStatusW'))(
hSCManager,
lpLockStatus,
cbBufSize,
pcbBytesNeeded,
);
}