Displaying 3 results from an estimated 3 matches for "ntsetsystemtim".
Did you mean:
ntsetsystemtime
2008 Jul 19
1
Mapping Drive Through Software
...-1), stub
fixme:mpr:WNetCancelConnection2A ("Y:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("W:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("U:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("M:", 00000001, -1), stub
err:ntdll:NtSetSystemTime Cannot set time to Sat Jul 19 15:49:54 2008
, time adjustment 0: Operation not permitted
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x00000000): stub
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x00000000): stub
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x000...
2011 Apr 17
7
possibly an inter-process comm problem
I have been running a program with Wine for over a year. With its version 3 there has been basically no problem. Lately, the program is upgraded to version 4 and it crashes with Wine. I tried to print out debug messages but can't seem to get any clue about what is wrong. While I was testing with the debug messages, an interesting thing I found is that if I run it with the following debug
2007 Sep 14
0
Wine release 0.9.45
...t string for testing.
Rob Shearman (16):
shell32: Don't use the working directory passed into ShellExecute* functions if it isn't valid.
shlwapi: Fix IUnknown_OnFocusOCS to call OnFocus instead of GetExtendedControl.
ntdll: Remove the overly-cautious check which prevented NtSetSystemTime from changing the time by more than two minutes.
kernel32: Remove an unused #define in time.c.
ole32: Add cross-process running-object table support.
rpcrt4: Correctly handle the failure of RPCRT4_SecurePacket in RPCRT4_Receive.
crypt32: Fix a compile failure on *BSD system...