SetComputerNameA method
Implementation
int SetComputerNameA(
ffi.Pointer<ffi.Int8> lpComputerName,
) {
return (_SetComputerNameA ??=
_dylib.lookupFunction<_c_SetComputerNameA, _dart_SetComputerNameA>(
'SetComputerNameA'))(
lpComputerName,
);
}