WOWInprocServers collection

Contains a list of the in-process servers registered with the system for 32-bit components on 64-bit computers. It contains an object for each component.

This collection supports the Remove method of the COMAdminCatalogCollection object, but not the Add method. To install or import components into an application, use methods on the COMAdminCatalog object.

Members

The WOWInprocServers collection inherits from the IUnknown interface but does not have additional members.

You can navigate from this collection to any of the following collections:

You can navigate to this collection from the following collections:

Properties

The following properties are supported by the COMAdminCatalogObject object within the collection:

CLSID

Entry Value
Description A GUID for the component. This property is returned when the Key property method is called on an object of this collection.
Access ReadOnly
Type String
Default N/A
Minimum system Windows XP

 

InprocServer32

Entry Value
Description The file path for the component.
Access ReadOnly
Type String
Default N/A
Minimum system Windows XP

 

ProgID

Entry Value
Description A name identifying the component. This property is returned when the Name property method is called on an object of this collection.
Access ReadOnly
Type String
Default N/A
Minimum system Windows XP

 

See also

COM+ Administration Collections