Edit

Share via


Subsystem Enum

Definition

Describes the subsystem requirement for the image.

public enum class Subsystem
public enum Subsystem
type Subsystem = 
Public Enum Subsystem
Inheritance
Subsystem

Fields

Unknown 0

Unknown subsystem.

Native 1

The image doesn't require a subsystem.

WindowsGui 2

The image runs in the Windows GUI subsystem.

WindowsCui 3

The image runs in the Windows character subsystem.

OS2Cui 5

The image runs in the OS/2 character subsystem.

PosixCui 7

The image runs in the Posix character subsystem.

NativeWindows 8

The image is a native Win9x driver.

WindowsCEGui 9

The image runs in the Windows CE subsystem.

EfiApplication 10

Extensible Firmware Interface (EFI) application.

EfiBootServiceDriver 11

EFI driver with boot services.

EfiRuntimeDriver 12

EFI driver with run-time services.

EfiRom 13

EFI ROM image.

Xbox 14

Xbox system.

WindowsBootApplication 16

Boot application.

Applies to