DkmDeploymentCommandFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags effecting the processing of deployment commands.
This enumeration supports a bitwise combination of its member values.
public enum class DkmDeploymentCommandFlags
public enum class DkmDeploymentCommandFlags
enum DkmDeploymentCommandFlags
[System.Flags]
public enum DkmDeploymentCommandFlags
[<System.Flags>]
type DkmDeploymentCommandFlags =
Public Enum DkmDeploymentCommandFlags
- Inheritance
-
DkmDeploymentCommandFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | No flags are set. |
ConsoleCodePage | 1 | Launched program writes to StdOut/StdErr with the target computer's console code page rather than Unicode (UTF-16). |
CombineStdErr | 2 | Combine StdErr with StdOut. When this flag is set, IDkmDeploymentCommandCallback.OnStdErr will not be called. This is helpful to synchronize StdErr/StdOut content. |
ShowUI | 4 | Show the UI for the executed command instead of running hidden. |