All Frameworks Class Hierarchy This Framework Previous Indexes
CATPlantShipModeler Class CATPspServices
CATPspServices
Usage: you must use this class as is. You should never derive it.
public class CATPspServices
Services to query Plant Ship data.
Role: To query application and domain information.
Method Index
- o
ListAllApplicationNames(CATICStringList**)
- List all known application names.
- o
ListAllDomainNames(CATICStringList**)
- List all known domain names.
Methods
o ListAllApplicationNames
-
List all known application names.
- Parameters:
-
- oListOfApplNames
- [out, IUnknown#Release] List of application names.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o ListAllDomainNames
-
List all known domain names.
- Parameters:
-
- oListOfDomainNames
- [out, IUnknown#Release] List of domain names.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATPspServices.h
If needed, your Imakefile.mk should include the module: CATPspUtilities