I'm calling CreateProcess(
tzAppName,
NULL,
NULL,
NULL,
FALSE,
0,
NULL,
NULL,
&StartupInfo,
&ProcessInfo );
and then
WaitForSingleObject( ProcessInfo.hHandle, INFIN...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10040159.html
hi all,
i am having a hard time understanding all this stuff. i mean, i have gotten help in doing it, but i don't really understand what is going on...
for instance:
What is WAIT_OBJEC...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21367195.html
I have some problem here, please help.
"Write a Win32 Console application that starts five processes, each an instance of Notepad.exe. The program should output the Process IDs of the created ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20267670.html
Zones:
C++Date Answered: 03/05/2002 Grade: A Views: 0