DnsHostnameToComputerNameW method
Implementation
int DnsHostnameToComputerNameW(
ffi.Pointer<ffi.Uint16> Hostname,
ffi.Pointer<ffi.Uint16> ComputerName,
ffi.Pointer<ffi.Uint64> nSize,
) {
return (_DnsHostnameToComputerNameW ??= _dylib.lookupFunction<
_c_DnsHostnameToComputerNameW,
_dart_DnsHostnameToComputerNameW>('DnsHostnameToComputerNameW'))(
Hostname,
ComputerName,
nSize,
);
}