WNetGetConnectionW method
Implementation
int WNetGetConnectionW(
ffi.Pointer<ffi.Uint16> lpLocalName,
ffi.Pointer<ffi.Uint16> lpRemoteName,
ffi.Pointer<ffi.Uint64> lpnLength,
) {
return (_WNetGetConnectionW ??=
_dylib.lookupFunction<_c_WNetGetConnectionW, _dart_WNetGetConnectionW>(
'WNetGetConnectionW'))(
lpLocalName,
lpRemoteName,
lpnLength,
);
}