LSLaunchFlags Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Essa enumeração dá suporte a uma combinação bit a bit dos valores de membro.
[System.Flags]
public enum LSLaunchFlags
type LSLaunchFlags =
- Herança
-
LSLaunchFlags
- Atributos
Campos
Nome | Valor | Description |
---|---|---|
LaunchDefaults | 1 | |
LaunchAndPrint | 2 | |
LaunchReserved2 | 4 | |
LaunchReserved3 | 8 | |
LaunchReserved4 | 16 | |
LaunchReserved5 | 32 | |
LaunchAndDisplayErrors | 64 | |
LaunchInhibitBGOnly | 128 | |
LaunchDontAddToRecents | 256 | |
LaunchDontSwitch | 512 | |
LaunchNoParams | 2048 | |
LaunchAsync | 65536 | |
LaunchStartClassic | 131072 | |
LaunchInClassic | 262144 | |
LaunchNewInstance | 524288 | |
LaunchAndHide | 1048576 | |
LaunchAndHideOthers | 2097152 | |
LaunchHasUntrustedContents | 4194304 |