Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 629 Bytes

cmdstartfg2.md

File metadata and controls

29 lines (23 loc) · 629 Bytes
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: CMDStartFG
CMDStartFG2
11/30/2017
host-integration-server
article

CMDStartFG

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

Syntax

  
USHORT FAR CMDStartFG();    

Return Value

0
The foreground thread was successfully resumed.

nonzero
The foreground thread could not be resumed.

Remarks

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