STARTF_RUNFULLSCREEN top-level constant

int const STARTF_RUNFULLSCREEN

Indicates that the process should be run in full-screen mode, rather than in windowed mode. This flag is only valid for console applications running on an x86 computer.

Implementation

const STARTF_RUNFULLSCREEN = 0x00000020;