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
en:docs:fapi:dosexecpgm [2021/09/17 11:14] prokusheven:docs:fapi:dosexecpgm [2021/10/16 14:05] (current) prokushev
Line 1: Line 1:
-{page>en:templates:fapiint}}+{{page>en:templates:fapiint}} 
  
 ====== DosExecPgm ====== ====== DosExecPgm ======
Line 139: Line 140:
 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.