Previous: StdErrorHandle variable To the Table of Content Next: StdOutputHandle variable

- 4.62.1.29 -
Standard Units
System Unit
System Unit Variables

StdInputHandle variable

Targets: MS-DOS, OS/2, Win32

System Unit

The StdInputHandle variable contains a handle for the standard input device of the console's active screen buffer.

Declaration:
var StdInputHandle: DWORD;
Remarks:
TMT Pascal uses GetStdHandle(STD_INPUT_HANDLE) Windows API function to initialize StdInputHandle variable. In a GUI application or library (DLL), StdInputHandle is always 0.


Previous: StdErrorHandle variable To the Table of Content Next: StdOutputHandle variable
StdErrorHandle variable Table of Content StdOutputHandle variable

- 4.62.1.29 -