STARTF_RUNFULLSCREEN top-level constant

  1. @Deprecated('Use STARTUPINFOW_FLAGS.STARTF_RUNFULLSCREEN instead')
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

@Deprecated('Use STARTUPINFOW_FLAGS.STARTF_RUNFULLSCREEN instead')
const STARTF_RUNFULLSCREEN = 0x00000020;