Re: kernel32: get ExitProcess to call NtTerminateProcess
5 Sep
2005
5 Sep
'05
6:58 p.m.
Ivan Leo Puoti a écrit :
As NtTerminateProcess alredy exists in ntdll, there's no reason to call wineserver directly.
Ivan. I don't see why you need to return something. If NtTerminateProcess() fails, then just call exit(status). A+
-- Eric Pouech
5 Sep
5 Sep
7:33 p.m.
New subject: kernel32: get ExitProcess to call NtTerminateProcess
Eric Pouech wrote:
I don't see why you need to return something. If NtTerminateProcess() fails, then just call exit(status). More importantls a function declared as void shoulnd't ever return anything, I'll send a new patch.
Ivan.
7406
Age (days ago)
7406
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eric Pouech -
Ivan Leo Puoti