All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIProviders
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIProviders
Interface to manage provider declaration to a document.
public virtual HRESULT AddProvider( | const CLSID& | clsid, |
CATBaseUnknown* | oProvider) = 0 |
public virtual HRESULT ListProviders( | const CLSID& | clsid, |
CATLISTP(CATBaseUnknown)** | oListProviders) = 0 |
public virtual HRESULT RemoveProvider( | const CLSID& | clsid, |
CATBaseUnknown* | oProvider) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.