MultinetGetConnectionPerformanceA method
int
MultinetGetConnectionPerformanceA(
- Pointer<
LPNETRESOURCEA> lpNetResource, - Pointer<
LPNETCONNECTINFOSTRUCT> lpNetConnectInfoStruct
Implementation
int MultinetGetConnectionPerformanceA(
ffi.Pointer<LPNETRESOURCEA> lpNetResource,
ffi.Pointer<LPNETCONNECTINFOSTRUCT> lpNetConnectInfoStruct,
) {
return (_MultinetGetConnectionPerformanceA ??= _dylib.lookupFunction<
_c_MultinetGetConnectionPerformanceA,
_dart_MultinetGetConnectionPerformanceA>(
'MultinetGetConnectionPerformanceA'))(
lpNetResource,
lpNetConnectInfoStruct,
);
}