MultinetGetConnectionPerformanceW method

int MultinetGetConnectionPerformanceW(
  1. Pointer<NETRESOURCEW> lpNetResource,
  2. Pointer<NETCONNECTINFOSTRUCT> lpNetConnectInfoStruct
)

Implementation

int MultinetGetConnectionPerformanceW(
  ffi.Pointer<NETRESOURCEW> lpNetResource,
  ffi.Pointer<NETCONNECTINFOSTRUCT> lpNetConnectInfoStruct,
) {
  return _MultinetGetConnectionPerformanceW(
    lpNetResource,
    lpNetConnectInfoStruct,
  );
}