CloseServiceHandle method
Implementation
int CloseServiceHandle(
ffi.Pointer<SC_HANDLE__> hSCObject,
) {
return (_CloseServiceHandle ??=
_dylib.lookupFunction<_c_CloseServiceHandle, _dart_CloseServiceHandle>(
'CloseServiceHandle'))(
hSCObject,
);
}