http://bugs.winehq.org/show_bug.cgi?id=9518
Summary: WNetAddConnection Has Wrong Paramters? Product: Wine Version: 0.9.3. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: bobber205@gmail.com
I am trying to run psshutdown.exe with wine.
X command works and logs into the machine and shuts it down on windows. However that same command has a "Access Denied" error msg.
I get:
fixme:mpr:WNetAddConnection2A (0x33f14c, 0x41b4c0, "admin", 0x00000000): stub
The parameters for that function, at least what I found, said "ptr str str long". It looks like it is passing ptr ptr str long instead.
I think the parameters are incorrect.I am using the latest version marked currently stable. Thanks for your time and expertise on this matter. :)