subSystemOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the SubSystem property.
public enum class subSystemOption
public enum class subSystemOption
enum subSystemOption
public enum subSystemOption
type subSystemOption =
Public Enum subSystemOption
- Inheritance
-
subSystemOption
Fields
Name | Value | Description |
---|---|---|
subSystemNotSet | 0 | Not set |
subSystemConsole | 1 | Console. |
subSystemWindows | 2 | Windows |
subSystemNative | 3 | Native |
subSystemEFIApplication | 4 | Extensible Firmware Interface Application |
subSystemEFIBootService | 5 | Extensible Firmware Interface Boot Service |
subSystemEFIROM | 6 | Extensible Firmware Interface ROM |
subSystemEFIRuntime | 7 | Extensible Firmware Interface Runtime |
subSystemWindowsCE | 8 | Windows CE |
subSystemPosix | 9 | POSIX |