Help for this page

Select Code to Download


  1. or download this
    DWORD waitcode = WaitForSingleObject(hProcess, INFINITE);
    
  2. or download this
    DWORD waittime= (WNOHANG&flags) ? 0 : INFINITE;
    DWORD waitcode = WaitForSingleObject(hProcess, INFINITE);