ProcessStartupInfoTitle Field

For console processes, this is the title displayed in the title bar if a new console window is created.

If NULL, the name of the executable file is used as the window title instead.

This parameter must be NULL for GUI or console processes that do not create a new console window.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Title

Field Value

String

See Also