QueryServiceConfigW method
int
QueryServiceConfigW(
- Pointer<
SC_HANDLE__> hService, - Pointer<
LPQUERY_SERVICE_CONFIGW> lpServiceConfig, - int cbBufSize,
- Pointer<
Uint64> pcbBytesNeeded,
Implementation
int QueryServiceConfigW(
ffi.Pointer<SC_HANDLE__> hService,
ffi.Pointer<LPQUERY_SERVICE_CONFIGW> lpServiceConfig,
int cbBufSize,
ffi.Pointer<ffi.Uint64> pcbBytesNeeded,
) {
return (_QueryServiceConfigW ??= _dylib.lookupFunction<
_c_QueryServiceConfigW,
_dart_QueryServiceConfigW>('QueryServiceConfigW'))(
hService,
lpServiceConfig,
cbBufSize,
pcbBytesNeeded,
);
}