StandardDevice Enumeration

Specifies a standard device (standard input, standard output, or standard error).

For GetStdHandle(StandardDevice), SetStdHandle(StandardDevice, IntPtr) and SetStdHandleEx(StandardDevice, IntPtr, IntPtr) functions.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum StandardDevice

Remarks

Members

StandardInput -10 The standard input device.

Initially, this is the console input buffer, CONIN$.

StandardOutput -11 The standard output device.

Initially, this is the active console screen buffer, CONOUT$.

StandardError -12 The standard error device.

Initially, this is the active console screen buffer, CONOUT$.

See Also