QueryServiceConfigA method
int
QueryServiceConfigA(
- Pointer<
SC_HANDLE__> hService, - Pointer<
LPQUERY_SERVICE_CONFIGA> lpServiceConfig, - int cbBufSize,
- Pointer<
Uint64> pcbBytesNeeded,
Implementation
int QueryServiceConfigA(
ffi.Pointer<SC_HANDLE__> hService,
ffi.Pointer<LPQUERY_SERVICE_CONFIGA> lpServiceConfig,
int cbBufSize,
ffi.Pointer<ffi.Uint64> pcbBytesNeeded,
) {
return (_QueryServiceConfigA ??= _dylib.lookupFunction<
_c_QueryServiceConfigA,
_dart_QueryServiceConfigA>('QueryServiceConfigA'))(
hService,
lpServiceConfig,
cbBufSize,
pcbBytesNeeded,
);
}