en:docs:fapi:dosexecpgm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:docs:fapi:dosexecpgm [2018/08/26 09:54] prokusheven:docs:fapi:dosexecpgm [2018/08/26 09:55] prokushev
Line 163: Line 163:
  
   RESULTCODES struc   RESULTCODES struc
- +  
   resc_codeTerminate dw  ? ;Termination Code -or- Process ID   resc_codeTerminate dw  ? ;Termination Code -or- Process ID
   resc_codeResult    dw  ? ;Exit Code   resc_codeResult    dw  ? ;Exit Code
- +  
   RESULTCODES ends   RESULTCODES ends
      
Line 261: Line 261:
      printf("Process2 terminated by process1.\n");      printf("Process2 terminated by process1.\n");
   }   }
- +   
 +  
   /* ---- process2.c ---- */   /* ---- process2.c ---- */
   #define INCL_DOSPROCESS   #define INCL_DOSPROCESS