STARTF_PREVENTPINNING top-level constant

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

Indicates that any windows created by the process cannot be pinned on the taskbar.

Implementation

@Deprecated('Use STARTUPINFOW_FLAGS.STARTF_PREVENTPINNING instead')
const STARTF_PREVENTPINNING = 0x00002000;