Previous: RandSeed variable To the Table of Content Next: StdInputHandle variable

- 4.62.1.28 -
Standard Units
System Unit
System Unit Variables

StdErrorHandle variable

Targets: Win32 only


System Unit

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

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


Previous: RandSeed variable To the Table of Content Next: StdInputHandle variable
RandSeed variable Table of Content StdInputHandle variable

- 4.62.1.28 -