SetComputerNameExW method
Implementation
int SetComputerNameExW(
int NameType,
ffi.Pointer<ffi.Uint16> lpBuffer,
) {
return (_SetComputerNameExW ??=
_dylib.lookupFunction<_c_SetComputerNameExW, _dart_SetComputerNameExW>(
'SetComputerNameExW'))(
NameType,
lpBuffer,
);
}