Win32_DCOMApplicationSetting, ROOT\CIMV2

Class | Methods (6) | Properties (12) | Qualifiers (5) | Instances (40) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Win32_DCOMApplicationSetting class represents the settings of a DCOM application. It contains DCOM configuration options associated with the AppID key in the registry. These options are valid on the components logically grouped under the given application class.

Win32_DCOMApplicationSetting methods

Win32_DCOMApplicationSetting has 6 methods (6 Local)

NameOriginReturn
GetAccessSecurityDescriptorWin32_DCOMApplicationSettinguint32 {'out':True}
GetConfigurationSecurityDescriptorWin32_DCOMApplicationSettinguint32 {'out':True}
GetLaunchSecurityDescriptorWin32_DCOMApplicationSettinguint32 {'out':True}
SetAccessSecurityDescriptorWin32_DCOMApplicationSettinguint32 {'out':True}
SetConfigurationSecurityDescriptorWin32_DCOMApplicationSettinguint32 {'out':True}
SetLaunchSecurityDescriptorWin32_DCOMApplicationSettinguint32 {'out':True}

Win32_DCOMApplicationSetting properties

Win32_DCOMApplicationSetting has 12 properties (9 Local, 3 Derived)

NameOriginCIMType
key
AppID
Win32_DCOMApplicationSetting8 [string]
AuthenticationLevelWin32_DCOMApplicationSetting19 [uint32]
CaptionCIM_Setting8 [string]
CustomSurrogateWin32_DCOMApplicationSetting8 [string]
DescriptionCIM_Setting8 [string]
EnableAtStorageActivationWin32_DCOMApplicationSetting11 [boolean]
LocalServiceWin32_DCOMApplicationSetting8 [string]
RemoteServerNameWin32_DCOMApplicationSetting8 [string]
RunAsUserWin32_DCOMApplicationSetting8 [string]
ServiceParametersWin32_DCOMApplicationSetting8 [string]
SettingIDCIM_Setting8 [string]
UseSurrogateWin32_DCOMApplicationSetting11 [boolean]

Detailed description of Win32_DCOMApplicationSetting methods

Local methods (6) of Win32_DCOMApplicationSetting class

GetAccessSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Descriptorobject:Win32_SecurityDescriptor0-{'out':True}
description'Retrieves a structural representation of the object's security descriptor.
The method returns an integer value that can be interpreted as follows:
0 - Successful completion.
Other - HRESULT Win32 error code.
'
implementedTrue
Privileges['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap['0', '..']
Values['Success', 'Other']
GetAccessSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
GetConfigurationSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Descriptorobject:Win32_SecurityDescriptor0-{'out':True}
description'Retrieves a structural representation of the object's security descriptor.
The method returns an integer value that can be interpreted as follows:
0 - Successful completion.
Other - HRESULT Win32 error code.
'
implementedTrue
Privileges['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap['0', '..']
Values['Success', 'Other']
GetConfigurationSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
GetLaunchSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Descriptorobject:Win32_SecurityDescriptor0-{'out':True}
description'Retrieves a structural representation of the object's security descriptor.
The method returns an integer value that can be interpreted as follows:
0 - Successful completion.
Other - HRESULT Win32 error code.
'
implementedTrue
Privileges['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap['0', '..']
Values['Success', 'Other']
GetLaunchSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
SetAccessSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Descriptorobject:Win32_SecurityDescriptor0-{'in':True}
description'Sets security descriptor to the specified structure.
The method returns an integer value that can be interpreted as follows:
0 - Successful completion.
Other - HRESULT Win32 error code.
'
implementedTrue
Privileges['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap['0', '..']
Values['Success', 'Other']
SetAccessSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
SetConfigurationSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Descriptorobject:Win32_SecurityDescriptor0-{'in':True}
description'Sets security descriptor to the specified structure.
The method returns an integer value that can be interpreted as follows:
0 - Successful completion.
Other - HRESULT Win32 error code.
'
implementedTrue
Privileges['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap['0', '..']
Values['Success', 'Other']
SetConfigurationSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
SetLaunchSecurityDescriptor method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Descriptorobject:Win32_SecurityDescriptor0-{'in':True}
description'Sets security descriptor to the specified structure.
The method returns an integer value that can be interpreted as follows:
0 - Successful completion.
Other - HRESULT Win32 error code.
'
implementedTrue
Privileges['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap['0', '..']
Values['Success', 'Other']
SetLaunchSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces

Detailed description of Win32_DCOMApplicationSetting properties

Local properties (9) of Win32_DCOMApplicationSetting class

AppID property
CIMTYPE'string'
Description'The AppID property is a Globally Unique Identifier (GUID) for this DCOM application.'
keyTrue
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[Default]']
readTrue
AppID property is in 4 classes of ROOT\cimv2 and in 3 namespaces
AuthenticationLevel property
CIMTYPE'uint32'
Description'The AuthenticationLevel property specifies the minimum client authentication level required by this COM server. If NULL, the default values are used. Authentication levels include:
None - no authentication is performed.
Connect - authentication is performed only when the client establishes a relationship with the application.
Call - authentication is performed only at the beginning of each call when the application receives the request.
Packet - authentication is performed on all data received from the client.
PacketIntegrity - all the data transferred between client and application is authenticated and verified.
PacketPrivacy - The properties of the other authentication levels are used, and all data is encrypted.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[AuthenticationLevel]']
readTrue
ValueMap['1', '2', '3', '4', '5', '6']
Values['None', 'Connect', 'Call', 'Packet', 'PacketIntegrity', 'PacketPrivacy']
writeTrue
AuthenticationLevel property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 3 namespaces
CustomSurrogate property
CIMTYPE'string'
Description'The CustomSurrogate property contains the name of the custom surrogate in which the in-process DCOM application is activated. If this value is NULL and the UseSurrogate key is TRUE, then the system provides a surrogate process.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[DllSurrogate]']
readTrue
CustomSurrogate property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
EnableAtStorageActivation property
CIMTYPE'boolean'
Description'The EnableAtStorageActivation property indicates whether the instance of the DCOM application retrieves the saved state of the application or begins from the state in which the application is first initialized.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[ActivateAtStorage]']
readTrue
EnableAtStorageActivation property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
LocalService property
CIMTYPE'string'
Description'The LocalService property contains the name for the services provided by the DCOM application.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[LocalService]']
readTrue
LocalService property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
RemoteServerName property
CIMTYPE'string'
Description'The RemoteServerName property indicates the name of the remote server where the application is activated.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[RemoteServerName]']
readTrue
writeTrue
RemoteServerName property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
RunAsUser property
CIMTYPE'string'
Description'The RunAsUser property indicates whether the application is to be run under a specific user account on activation.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[RunAs]']
readTrue
RunAsUser property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
ServiceParameters property
CIMTYPE'string'
Description'The ServiceParameters property contains the command line parameters passed to the DCOM application. This is valid only if the application is written as a Win32 service'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[ServiceParameters]']
readTrue
ServiceParameters property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
UseSurrogate property
CIMTYPE'boolean'
Description'The UseSurrogate property specifies whether the DCOM application can be activated as an out-of-processserver by use of a surrogate executable.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{GUID}[DllSurrogate]']
readTrue
writeTrue
UseSurrogate property is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces

Derived properties (3) of Win32_DCOMApplicationSetting class

Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) of the CIM_Setting object.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
Description property
CIMTYPE'string'
Description'A textual description of the CIM_Setting object.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
SettingID property
CIMTYPE'string'
Description'The identifier by which the CIM_Setting object is known.'
MaxLen256
readTrue
SettingID property is in 37 classes of ROOT\cimv2 and in 10 namespaces

Win32_DCOMApplicationSetting Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'The Win32_DCOMApplicationSetting class represents the settings of a DCOM application. It contains DCOM configuration options associated with the AppID key in the registry. These options are valid on the components logically grouped under the given application class.'
dynamicTrue
Locale1033
provider'CIMWin32'
UUID'{E5D8A561-F6C0-11d2-B35E-00105A1F8569}'

Win32_DCOMApplicationSetting System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_DCOMApplicationSetting'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['Win32_COMSetting', 'CIM_Setting']___SYSTEM8
__PROPERTY_COUNT12___SYSTEM3
__RELPATH'Win32_DCOMApplicationSetting'___SYSTEM8
__DYNASTY'CIM_Setting'___SYSTEM8
__SUPERCLASS'Win32_COMSetting'___SYSTEM8
__CLASS'Win32_DCOMApplicationSetting'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_DCOMApplicationSetting

Number of classes:43
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_CollectionSetting220-4-
CIM_ElementSetting1320-40-
CIM_ModifySettingAction0141---
CIM_MonitorSetting020---
CIM_Setting2730-40-
CIM_SettingCheck0141---
CIM_SettingContext020---
CIM_VideoSetting120---
ScriptingStandardConsumerSetting0501--
Win32_AutochkSetting0401---
Win32_ClassicCOMClassSetting026040---
Win32_ClassicCOMClassSettings02040---
Win32_ClientApplicationSetting020999---
Win32_COMApplicationSettings02040---
Win32_COMSetting230-40-
Win32_DCOMApplicationAccessAllowedSetting02040---
Win32_DCOMApplicationLaunchAllowedSetting02040---
Win32_DeviceSettings320-19-
Win32_LogicalFileSecuritySetting062999---
Win32_LogicalShareSecuritySetting0525---
Win32_NamedJobObjectLimitSetting01402---
Win32_NamedJobObjectSecLimitSetting0702---
Win32_NetworkAdapterSetting02016---
Win32_OperatingSystemAutochkSetting0201---
Win32_PageFileElementSetting020----
Win32_PageFileSetting060----
Win32_PrinterSetting0202---
Win32_QuotaSetting0901---
Win32_SecuritySetting242-1-
Win32_SecuritySettingAccess270-1-
Win32_SecuritySettingAuditing270---
Win32_SecuritySettingGroup120---
Win32_SecuritySettingOfLogicalFile020999---
Win32_SecuritySettingOfLogicalShare0205---
Win32_SecuritySettingOfObject220-40-
Win32_SecuritySettingOwner120---
Win32_SerialPortSetting0201---
Win32_SettingCheck320---
Win32_SystemSetting420-40-
Win32_VideoSettings020----
Win32_VolumeQuotaSetting0201---
Win32_WMIElementSetting0201---
Win32_WMISetting02701--
comments powered by Disqus
WUtils.com