WNetGetConnectionW method

int WNetGetConnectionW(
  1. Pointer<Uint16> lpLocalName,
  2. Pointer<Uint16> lpRemoteName,
  3. Pointer<Uint64> lpnLength
)

Implementation

int WNetGetConnectionW(
  ffi.Pointer<ffi.Uint16> lpLocalName,
  ffi.Pointer<ffi.Uint16> lpRemoteName,
  ffi.Pointer<ffi.Uint64> lpnLength,
) {
  return _WNetGetConnectionW(
    lpLocalName,
    lpRemoteName,
    lpnLength,
  );
}