STARTF_UNTRUSTEDSOURCE top-level constant

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

The command line came from an untrusted source.

Implementation

@Deprecated('Use STARTUPINFOW_FLAGS.STARTF_UNTRUSTEDSOURCE instead')
const STARTF_UNTRUSTEDSOURCE = 0x00008000;