GetRelationshipDesc
Purpose
The CMetaAIM GetRelationshipDesc function returns the relationship object specified by Name.
Description
The application is responsible to free the relationship description object returned.
Requirements
The relationship must be in the current model.
Syntax
HRESULT GetRelationshipDesc (
LPCTSTR Name,
CMetaRelationshipDesc *&pRelationship);
Argument |
In/Out |
Description |
Name |
In |
Name of the relationship. |
pRelationship |
Out |
Pointer to relationship object. |