STD_ERROR_HANDLE top-level constant

  1. @Deprecated('Use STD_HANDLE.STD_ERROR_HANDLE instead')
int const STD_ERROR_HANDLE

The standard error device. Initially, this is the active console screen buffer, CONOUT$.

Implementation

@Deprecated('Use STD_HANDLE.STD_ERROR_HANDLE instead')
const STD_ERROR_HANDLE = 4294967284;