StandardDevice Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum StandardDevice
Public Enumeration StandardDevice
Dim instance As StandardDevice
public enum class StandardDevice
No code example is currently available or this language may not be supported.
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$.
|