import "AccessibleRelation.idl";
Public Member Functions | |
| HRESULT | relationType ([out, retval] BSTR *relationType) |
| Returns the type of the relation. | |
| HRESULT | localizedRelationType ([out, retval] BSTR *localizedRelationType) |
| Returns a localized version of the relation type. | |
| HRESULT | nTargets ([out, retval] long *nTargets) |
| Returns the number of targets for this relation. | |
| HRESULT | target ([in] long targetIndex,[out, retval] IUnknown **target) |
| Returns one accessible relation target. | |
| HRESULT | targets ([in] long maxTargets,[out, size_is(maxTargets), length_is(*nTargets)] IUnknown **target,[out, retval] long *nTargets) |
| Returns multiple accessible relation targets. | |
|
|
Returns a localized version of the relation type.
|
|
|
Returns the number of targets for this relation.
|
|
|
Returns the type of the relation.
|
|
||||||||||||
|
Returns one accessible relation target.
|
|
||||||||||||||||
|
Returns multiple accessible relation targets.
|
1.4.6-NO