Enum PESubsystemInfo.SubsystemDescription
Each subsystem ID has both a short and long description. Use this enumeration as the second argument, penmSubsystemDescription, to static method GetPESubsystemDescription.
Namespace: WizardWrx.AssemblyUtils
Assembly: WizardWrx.AssemblyUtils.dll
Syntax
public enum SubsystemDescription : int
Fields
Name | Description |
---|---|
Long | Return the long (complete sentence) description. |
Short | Return the short (one and two word) description. |
Unspecified | This value is invalid as input to GetPESubsystemDescription, and is defined to require the parameter to be explicitly set, so that there is no default value for penmSubsystemDescription. |