http://bugs.winehq.org/show_bug.cgi?id=29173
Bug #: 29173 Summary: Unimplemented function netapi32.dll.NetUseGetInfo Product: Wine Version: 1.3.33 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: netapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: lightning_uk@imgburn.com Classification: Unclassified
NetUseGetInfo is exported by netapi32.dll but the function is unimplemented - this causes programs that try to use it (even via dynamic linking) to crash.
NetUseGetInfo should go hand in had with NetUseAdd (stub in access.c), NetUseDel (stub in access.c) and NetUseEnum (stub in netapi32.c). All 4 functions have their prototypes in lmuse.h.
Could a stub be added for NetUseGetInfo too?