QueryServiceLockStatusA method
int
QueryServiceLockStatusA(
- Pointer<
SC_HANDLE__> hSCManager, - Pointer<
LPQUERY_SERVICE_LOCK_STATUSA> lpLockStatus, - int cbBufSize,
- Pointer<
Uint64> pcbBytesNeeded,
Implementation
int QueryServiceLockStatusA(
ffi.Pointer<SC_HANDLE__> hSCManager,
ffi.Pointer<LPQUERY_SERVICE_LOCK_STATUSA> lpLockStatus,
int cbBufSize,
ffi.Pointer<ffi.Uint64> pcbBytesNeeded,
) {
return (_QueryServiceLockStatusA ??= _dylib.lookupFunction<
_c_QueryServiceLockStatusA,
_dart_QueryServiceLockStatusA>('QueryServiceLockStatusA'))(
hSCManager,
lpLockStatus,
cbBufSize,
pcbBytesNeeded,
);
}