GetComputerNameW method
Implementation
int GetComputerNameW(
ffi.Pointer<ffi.Uint16> lpBuffer,
ffi.Pointer<ffi.Uint64> nSize,
) {
return (_GetComputerNameW ??=
_dylib.lookupFunction<_c_GetComputerNameW, _dart_GetComputerNameW>(
'GetComputerNameW'))(
lpBuffer,
nSize,
);
}