STARTF_FORCEONFEEDBACK top-level constant

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

Indicates that the cursor is in feedback mode for two seconds after CreateProcess is called. The Working in Background cursor is displayed (see the Pointers tab in the Mouse control panel utility).

Implementation

@Deprecated('Use STARTUPINFOW_FLAGS.STARTF_FORCEONFEEDBACK instead')
const STARTF_FORCEONFEEDBACK = 0x00000040;