IVersionedRelationship::get_TargetVersions

See Also

Retrieves an IVersionCol interface pointer to a collection of object versions. Each item in the collection is a particular version of the target object to which a versioned relationship refers.

HRESULT get_TargetVersions(
IVersionCol **ppTargetVersions
);

Parameters

**ppTargetVersions
[out]
The IVersionCol interface pointer for the collection of target object versions.

Return Value

S_OK

The method completed successfully.

Error
Values

This method failed to complete successfully.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.