All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATICfgMngUEBsf

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATICfgMngUEBsf
 

Usage: you can reimplement this interface by deriving the supplied adapter class.


interface CATICfgMngUEBsf

Implement this interface to define: - List of predefined BSF filters - List of existing domains


Method Index


o GetBSFNames(CATListOfCATUnicodeString&)
Get the list of available BSF filters.
o GetDomainList(CATListOfCATUnicodeString&)
Get the list of available domains.

Methods


o GetBSFNames
public virtual HRESULT GetBSFNames(CATListOfCATUnicodeString& iBSFNames)=0
Get the list of available BSF filters. You will to implement the definition of these filters through CATICfgUEBsf.h .
Parameters:
iBSFNames
List of filters.
o GetDomainList
public virtual HRESULT GetDomainList(CATListOfCATUnicodeString& oDomainList) =0
Get the list of available domains.
Parameters:
oDomainList
List of domains.

This object is included in the file: CATICfgMngUEBsf.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.