comadmin.h header
This header is used by COM+ (Component Services). For more information, see:
comadmin.h contains the following programming interfaces:
Interfaces
ICatalogCollection Represents any collection in the COM+ catalog. ICatalogCollection enables you to enumerate, add, remove, and retrieve items in a collection and to access related collections. |
ICatalogObject Represents items in collections on the COM+ catalog. ICatalogObject enables you to get and put properties exposed by objects in the catalog. |
ICOMAdminCatalog Initiates a session to do programmatic COM+ administration, access collections in the catalog, install COM+ applications and components, start and stop services, and connect to remote servers. |
ICOMAdminCatalog2 An extension of the ICOMAdminCatalog interface. |
Enumerations
COMAdminTxIsolationLevelOptions Indicates the isolation level that is to be used for transactions. |