BACK TO INDEX

Win32_ClassicCOMClassSetting
The Win32_ClassicCOMClassSetting class represents the settings of a COM component.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AppIDStringThe AppID property contains a Globally Unique Identifier (GUID) for the COM application using this COM component.
AutoConvertToClsidStringThe AutoConvertToClsid property contains the Globally Unique Identifier (GUID)of the COM class to which this COM component will automatically be converted.
AutoTreatAsClsidStringThe AutoTreatAsClsid property contains a Globally Unique Identifier (GUID) for the COM component that will automatically emulate instances of this class.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
ComponentIdStringThe ComponentId property contains the Globally Unique Identifier (GUID) of this COM component.
ControlBooleanThe Control property indicates whether this COM component is an OLE control.
DefaultIconStringThe DefaultIcon property contains the path to the executable file and the resource identifier of the default icon used by the class.
DescriptionStringA textual description of the CIM_Setting object.
InprocHandlerStringThe InprocHandler property contains the full path to a 16-bit custom handler for the COM component.
InprocHandler32StringThe InprocHandler32 property contains the full path to a 32-bit custom handler for the COM component.
InprocServerStringThe InprocServer property contains the full path to a 16-bit in-process server DLL for this COM component.
InprocServer32StringThe InprocServer32 property contains the full path to a 32-bit in-process server DLL for this COM component.
InsertableBooleanThe Insertable property indicates whether the COM component can be inserted into OLE container applications.
JavaClassBooleanThe JavaClass property indicates whether the COM component is a Java component.
LocalServerStringThe LocalServer property contains the full path to a 16-bit local server application.
LocalServer32StringThe LocalServer32 property contains the full path to a 32-bit local server application.
LongDisplayNameStringThe LongDisplayName property specifies the COM application's full name. It is used in areas such as the Results field of the OLE Paste Special dialog box.
ProgIdStringThe ProgId property contains a programmatic identifier associated with the COM component. The format of a ProgID is ... This identifier is not guaranteed to be unique.
SettingIDStringThe identifier by which the CIM_Setting object is known.
ShortDisplayNameStringThe ShortDisplayName property specifies the COM application's short name (used in menus and pop-ups).
ThreadingModelStringThe ThreadingModel property specifies the threading model used by in-process COM classes, including: Apartment - components may be entered by one and only one thread. Common data held by these kinds of object servers must be protected against thread collisions since the object server supports multiple components. Each component can be entered simultaneously by different threads. Free - components place no restrictions on which threads or how many threads can enter the object. The object cannot contain thread-specific data and must protect its data from simultaneous access by multiple threads. Free-threaded components however, cannot be accessed by apartment threads directly, and calls to them are marshaled across from the client apartment. Both - components that can be used in either apartment-threaded or free-threaded modes. These components can be entered by multiple threads, protect their data from thread collisions, and do not contain thread-specific data. If this property is NULL, then no threading model is used. The component is created on the main thread of the client and calls from other threads are marshaled to this thread. Please refer to the Platform Software Development Kit for information on the various threading models.
ToolBoxBitmap32StringThe ToolBoxBitmap32 property indicates the module name and resource ID for a small (16 x 16) bitmap used for the face of a toolbar or toolbox button. Used when the COM component is an OLE or ActiveX control
TreatAsClsidStringThe TreatAsClsid property contains a Globally Unique Identifier (GUID), of a COM component that can emulate instances of this component.
TypeLibraryIdStringThe TypeLibraryId property contains a Globally Unique Identifier (GUID) for the Type-Library for this COM component.
VersionStringThe Version property contains the version number of this COM class.
VersionIndependentProgIdStringThe VersionIndependentProgId property contains a program identifier that is consistent for all versions of the same program.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_ClassicCOMClassSetting
   {
    Caption = "DAO.DBEngine.35";
    ComponentId = "{00000010-0000-0010-8000-00AA006D2EA4}";
    Control = FALSE;
    Description = "DAO.DBEngine.35";
    InprocServer32 = "C:\\Program Files\\Common Files\\Microsoft Shared\\DAO\\DAO350.DLL";
    Insertable = FALSE;
    JavaClass = FALSE;
    ProgId = "DAO.DBEngine.35";
    ThreadingModel = "Apartment";
   };