Advertisement

1 - 3 of 3 containing alltags:("wait_object_0") (0 seconds)
I'm calling CreateProcess(    tzAppName,    NULL,    NULL,    NULL,    FALSE,    0,    NULL,    NULL,    &StartupInfo,    &ProcessInfo ); and then WaitForSingleObject( ProcessInfo.hHandle, INFIN...
Zones: Windows ProgrammingDate Answered: 02/28/1998 Grade: B Views: 18
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...
Zones: MS Visual C++Date Answered: 03/28/2005 Grade: B Views: 22
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 ...
Zones: C++Date Answered: 03/05/2002 Grade: A Views: 0
  • 1