DkmDeploymentCommandFlags Enum

Definition

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

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.

ConsoleCodePage 1

Launched program writes to StdOut/StdErr with the target computer's console code page rather than Unicode (UTF-16).

Default 0

No flags are set.

ShowUI 4

Show the UI for the executed command instead of running hidden.

Applies to