MultinetGetConnectionPerformanceW method

int MultinetGetConnectionPerformanceW(
  1. Pointer<LPNETRESOURCEW> lpNetResource,
  2. Pointer<LPNETCONNECTINFOSTRUCT> lpNetConnectInfoStruct
)

Implementation

int MultinetGetConnectionPerformanceW(
  ffi.Pointer<LPNETRESOURCEW> lpNetResource,
  ffi.Pointer<LPNETCONNECTINFOSTRUCT> lpNetConnectInfoStruct,
) {
  return (_MultinetGetConnectionPerformanceW ??= _dylib.lookupFunction<
          _c_MultinetGetConnectionPerformanceW,
          _dart_MultinetGetConnectionPerformanceW>(
      'MultinetGetConnectionPerformanceW'))(
    lpNetResource,
    lpNetConnectInfoStruct,
  );
}