WNetGetNetworkInformationW method

int WNetGetNetworkInformationW(
  1. Pointer<Uint16> lpProvider,
  2. Pointer<NETINFOSTRUCT> lpNetInfoStruct
)

Implementation

int WNetGetNetworkInformationW(
  ffi.Pointer<ffi.Uint16> lpProvider,
  ffi.Pointer<NETINFOSTRUCT> lpNetInfoStruct,
) {
  return _WNetGetNetworkInformationW(
    lpProvider,
    lpNetInfoStruct,
  );
}