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
Last revisionBoth sides next revision
en:docs:fapi:dosexecpgm [2021/09/17 11:14] prokusheven:docs:fapi:dosexecpgm [2021/09/17 11:14] prokushev
Line 139: Line 139:
 The second word contains the ResultCode specified by the terminating process on its DosExit call (or INT 21H AH=4CH call).  The second word contains the ResultCode specified by the terminating process on its DosExit call (or INT 21H AH=4CH call). 
  
-==== Headline ==== + 
-Application Type Considerations+==== Application Type Considerations ==== 
  
 You may use DosExecPgm to start a process that is of the same type as the starting process. Process types include Presentation Manager, text-windowed, and full-screen. You may not use DosExecPgm to start a process that is of a different type than the starting process. You may use DosExecPgm to start a process that is of the same type as the starting process. Process types include Presentation Manager, text-windowed, and full-screen. You may not use DosExecPgm to start a process that is of a different type than the starting process.