CommandLineEventConsumer, ROOT\DEFAULT

Class | Methods | Properties (27) | Qualifiers (2) | Instances | Namespaces (4)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Executes command in response to an event, see the Win32 SDK documentation for CreateProcess for more complete description of properties.

CommandLineEventConsumer properties

CommandLineEventConsumer has 27 properties (24 Local, 3 Derived)

NameOriginCIMType
CommandLineTemplateCommandLineEventConsumer8 [string]
CreateNewConsoleCommandLineEventConsumer11 [boolean]
CreateNewProcessGroupCommandLineEventConsumer11 [boolean]
CreateSeparateWowVdmCommandLineEventConsumer11 [boolean]
CreateSharedWowVdmCommandLineEventConsumer11 [boolean]
CreatorSID__EventConsumer17 [uint8]
DesktopNameCommandLineEventConsumer8 [string]
ExecutablePathCommandLineEventConsumer8 [string]
FillAttributeCommandLineEventConsumer19 [uint32]
ForceOffFeedbackCommandLineEventConsumer11 [boolean]
ForceOnFeedbackCommandLineEventConsumer11 [boolean]
KillTimeoutCommandLineEventConsumer19 [uint32]
MachineName__EventConsumer8 [string]
MaximumQueueSize__EventConsumer19 [uint32]
key
Name
CommandLineEventConsumer8 [string]
PriorityCommandLineEventConsumer3 [sint32]
RunInteractivelyCommandLineEventConsumer11 [boolean]
ShowWindowCommandCommandLineEventConsumer19 [uint32]
UseDefaultErrorModeCommandLineEventConsumer11 [boolean]
WindowTitleCommandLineEventConsumer8 [string]
WorkingDirectoryCommandLineEventConsumer8 [string]
XCoordinateCommandLineEventConsumer19 [uint32]
XNumCharactersCommandLineEventConsumer19 [uint32]
XSizeCommandLineEventConsumer19 [uint32]
YCoordinateCommandLineEventConsumer19 [uint32]
YNumCharactersCommandLineEventConsumer19 [uint32]
YSizeCommandLineEventConsumer19 [uint32]

Detailed description of CommandLineEventConsumer properties

Local properties (24) of CommandLineEventConsumer class

CommandLineTemplate property
CIMTYPE'string'
Description'Command line string'
TemplateTrue
writeTrue
CommandLineTemplate property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
CreateNewConsole property
CIMTYPE'boolean'
DEPRECATEDTrue
Description'The new process has a new console. Note: This property has been Deprecated in Windows XP and is no longer used.'
CreateNewConsole property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
CreateNewProcessGroup property
CIMTYPE'boolean'
Description'The new process is the root process of a new process group.'
writeTrue
CreateNewProcessGroup property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
CreateSeparateWowVdm property
CIMTYPE'boolean'
Description'The new process runs in a private Virtual DOS Machine (VDM).'
writeTrue
CreateSeparateWowVdm property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
CreateSharedWowVdm property
CIMTYPE'boolean'
Description'If the DefaultSeparateVDM switch in the Windows section of WIN.INI is TRUE, this flag causes the CreateProcess function to override the switch and run the new process in the shared Virtual DOS Machine.'
writeTrue
CreateSharedWowVdm property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
DesktopName property
CIMTYPE'string'
DEPRECATEDTrue
Description'Either the name of the desktop only or the name of both the desktop and window station for this process. Note: This property has been Deprecated in Windows XP and is no longer used.'
DesktopName property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
ExecutablePath property
CIMTYPE'string'
Description'Name of executable module'
writeTrue
ExecutablePath property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 6 namespaces
FillAttribute property
CIMTYPE'uint32'
Description'Specifies the initial text and background colors if a new console window is created in a console application'
writeTrue
FillAttribute property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 6 namespaces
ForceOffFeedback property
CIMTYPE'boolean'
Description'Indicates that the feedback cursor is forced off while the process is starting.'
writeTrue
ForceOffFeedback property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
ForceOnFeedback property
CIMTYPE'boolean'
Description'Indicates that the cursor is in feedback mode for two seconds after CreateProcess is called.'
writeTrue
ForceOnFeedback property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
KillTimeout property
CIMTYPE'uint32'
description'Number of seconds that child process is allowed to run; if zero, process will not be terminated'
writeTrue
KillTimeout property is in 2 classes of ROOT\DEFAULT and in 5 namespaces
Name property
CIMTYPE'string'
Description'A unique identifier for this instance'
keyTrue
Name property is in 11 classes of ROOT\DEFAULT and in 142 namespaces
Priority property
CIMTYPE'sint32'
Description'Used to determine the scheduling priorities of the process's threads'
writeTrue
Priority property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 31 namespaces
RunInteractively property
CIMTYPE'boolean'
Description'Indicates that the process has access to the desktop. '
writeTrue
RunInteractively property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
ShowWindowCommand property
CIMTYPE'uint32'
Description'The ShowWindowCommand can be any of the SW_ constants defined in WINUSER.H.'
writeTrue
ShowWindowCommand property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
UseDefaultErrorMode property
CIMTYPE'boolean'
Description'New process inherits the error mode of the calling process. '
writeTrue
UseDefaultErrorMode property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
WindowTitle property
CIMTYPE'string'
Description'For console processes, this is the title displayed in the title bar if a new console window is created'
TemplateTrue
writeTrue
WindowTitle property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
WorkingDirectory property
CIMTYPE'string'
Description'Default directory used by process'
writeTrue
WorkingDirectory property is in 2 classes of ROOT\DEFAULT and in 7 namespaces
XCoordinate property
CIMTYPE'uint32'
Description'Specifies the x coordinate of the upper left corner of a window'
writeTrue
XCoordinate property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
XNumCharacters property
CIMTYPE'uint32'
Description'For a console process, specifies the width of the window in characters'
writeTrue
XNumCharacters property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
XSize property
CIMTYPE'uint32'
Description'Specifies the width of the window'
writeTrue
XSize property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 6 namespaces
YCoordinate property
CIMTYPE'uint32'
Description'Specifies the y coordinate of the upper left corner of a window'
writeTrue
YCoordinate property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
YNumCharacters property
CIMTYPE'uint32'
Description'For a console process, specifies the height of the window in characters'
writeTrue
YNumCharacters property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 4 namespaces
YSize property
CIMTYPE'uint32'
Description'Specifies the height of the window'
writeTrue
YSize property is in 1 class (CommandLineEventConsumer) of ROOT\DEFAULT and in 6 namespaces

Derived properties (3) of CommandLineEventConsumer class

CreatorSID property
CIMTYPE'uint8'
readTrue
CreatorSID property is in 8 classes of ROOT\DEFAULT and in 142 namespaces
MachineName property
CIMTYPE'string'
MachineName property is in 6 classes of ROOT\DEFAULT and in 142 namespaces
MaximumQueueSize property
CIMTYPE'uint32'
units'bytes'
MaximumQueueSize property is in 6 classes of ROOT\DEFAULT and in 142 namespaces

CommandLineEventConsumer Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Executes command in response to an event, see the Win32 SDK documentation for CreateProcess for more complete description of properties.'
LOCALE1033

CommandLineEventConsumer System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\DEFAULT:CommandLineEventConsumer'___SYSTEM8
__NAMESPACE'ROOT\DEFAULT'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['__EventConsumer', '__IndicationRelated', '__SystemClass']___SYSTEM8
__PROPERTY_COUNT27___SYSTEM3
__RELPATH'CommandLineEventConsumer'___SYSTEM8
__DYNASTY'__SystemClass'___SYSTEM8
__SUPERCLASS'__EventConsumer'___SYSTEM8
__CLASS'CommandLineEventConsumer'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CommandLineEventConsumer

Number of classes:8
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
__ConsumerFailureEvent070---
__EventConsumer530---
__EventConsumerProviderRegistration0205---
__FilterToConsumerBinding070----
ActiveScriptEventConsumer080----
LogFileEventConsumer080----
NTEventLogEventConsumer0130----
SMTPEventConsumer0130----
comments powered by Disqus
WUtils.com