Re: kernel32: get ExitProcess to call NtTerminateProcess
Sept. 5, 2005
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
September 2005
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.
7508
Age (days ago)
7508
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eric Pouech -
Ivan Leo Puoti