-|**SubSystem**|Optional **String** parameter.<br /><br /> Specifies the environment for the executable. The choice of subsystem affects the entry point symbol or entry point function.<br /><br /> Specify one of the following values, each of which corresponds to a command-line option.<br /><br /> - **Console** - **/SUBSYSTEM:CONSOLE**<br />- **Windows** - **/SUBSYSTEM:WINDOWS**<br />- **Native** - **/SUBSYSTEM:NATIVE**<br />- **EFI Application** - **/SUBSYSTEM:EFI_APPLICATION**<br />- **EFI Boot Service Driver** - **/SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER**<br />- **EFI ROM** - **/SUBSYSTEM:EFI_ROM**<br />- **EFI Runtime** - **/SUBSYSTEM:EFI_RUNTIME_DRIVER**<br />- **WindowsCE** - **/SUBSYSTEM:WINDOWSCE**ReplaceThisText<br />- **POSIX** - **/SUBSYSTEM:POSIX**<br /><br /> For more information, see [/SUBSYSTEM (Specify subsystem)](/cpp/build/reference/subsystem-specify-subsystem).|
0 commit comments