CMDStartFG

The CMDStartFG function requests that scheduling of the foreground thread be resumed.

MS-DOS

USHORT FAR CMDStartFG();
 

Return Values

0
The foreground thread was successfully stopped.
nonzero
The foreground thread could not be stopped.

Remarks

The emulator should issue this call after restoring the screen contents when returning to background operation.