STARTF_FORCEOFFFEEDBACK top-level constant

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

Indicates that the feedback cursor is forced off while the process is starting. The Normal Select cursor is displayed.

Implementation

@Deprecated('Use STARTUPINFOW_FLAGS.STARTF_FORCEOFFFEEDBACK instead')
const STARTF_FORCEOFFFEEDBACK = 0x00000080;