WNetRestoreSingleConnectionW method
Implementation
int WNetRestoreSingleConnectionW(
ffi.Pointer<HWND__> hwndParent,
ffi.Pointer<ffi.Uint16> lpDevice,
int fUseUI,
) {
return (_WNetRestoreSingleConnectionW ??= _dylib.lookupFunction<
_c_WNetRestoreSingleConnectionW,
_dart_WNetRestoreSingleConnectionW>('WNetRestoreSingleConnectionW'))(
hwndParent,
lpDevice,
fUseUI,
);
}