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 revision
Previous revision
Next revisionBoth sides next revision
en:docs:fapi:dosexecpgm [2018/08/26 09:54] prokusheven:docs:fapi:dosexecpgm [2018/08/26 10:35] 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
Line 282: Line 282:
 == Note == == Note ==
  
-This text based on [[www.edm2.com/index.php?title=DosExecPgm_(FAPI)]]+This text based on [[http://www.edm2.com/index.php?title=DosExecPgm_(FAPI)]]
  
 {{page>en:templates:fapi}} {{page>en:templates:fapi}}