STD_INPUT_HANDLE top-level constant

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

The standard input device. Initially, this is the console input buffer, CONIN$.

Implementation

@Deprecated('Use STD_HANDLE.STD_INPUT_HANDLE instead')
const STD_INPUT_HANDLE = 4294967286;