All Frameworks Class Hierarchy This Framework Previous Indexes
ElecHarnessItf Interface CATIEleUipDuplicate
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIEleUipDuplicate
Usage: you can freely reimplement this interface.
interface CATIEleUipDuplicate
This Interface CATIEleUipDuplicate allows user to give suffix to be added to duplicated harness by implementing function GetSuffix
Interface must be implemented by the user.
Method Index
- o
GetSuffix(CATBaseUnknown*,CATUnicodeString&)
-
User has to provide the implementation for this method when he implements this interface on CAAEleDuplicate component.
Methods
o GetSuffix
-
User has to provide the implementation for this method when he implements this interface on CAAEleDuplicate component.
Location of header files for argument types in frameworks:
- Parameters:
-
- iElecObject
- (Input): Root of the black box to be duplicated
- oSuffix
- (Output): the suffix to be added.
- Returns:
- An HRESULT value
Legal values:
- S_OK
- Method is successful
- E_FAIL
- Method Failed
This object is included in the file: CATIEleUipDuplicate.h
If needed, your Imakefile.mk should include the module: CATEhiInterfaces