MultinetGetConnectionPerformanceW method
int
MultinetGetConnectionPerformanceW(
- Pointer<
LPNETRESOURCEW> lpNetResource, - 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,
);
}