STARTF_USESTDHANDLES top-level constant

  1. @Deprecated('Use STARTUPINFOW_FLAGS.STARTF_USESTDHANDLES instead')
int const STARTF_USESTDHANDLES

The hStdInput, hStdOutput, and hStdError members contain additional information.

Implementation

@Deprecated('Use STARTUPINFOW_FLAGS.STARTF_USESTDHANDLES instead')
const STARTF_USESTDHANDLES = 0x00000100;