All Frameworks Class Hierarchy This Framework Indexes
CATPlantShipInterfaces Interface CATIPspObject
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPspObject
Interface to access Plant Ship object information.
Role: To access Plant Ship object information.
Method Index
- o
GetApplicationName(CATString&)
- Gets the associated application name.
- o
GetDomainName(CATString&)
- Gets the associated domain name.
Methods
o GetApplicationName
| public virtual GetApplicationName( | | ioApplName) |
-
Gets the associated application name.
- Parameters:
-
- ioApplName
- The application name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o GetDomainName
| public virtual GetDomainName( | | ioApplName) |
-
Gets the associated domain name.
- Parameters:
-
- oDomainName
- The domain name.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATIPspObject.h