Determines whether the current object version and another object version you supply are versions of the same Repository object.
HRESULT IsVersionOfSameItemAs(
IRepositoryObjectVersion *pReposVersion
VARIANT_BOOL *pbSameItem
);
Parameters
*pReposVersion
[in]
Interface pointer to the other object version.
*pbFrozen
[out]
TRUE if the current object version is frozen; FALSE if it is not frozen.
Return Value
S_OK
The method completed successfully.
Error
This method failed to complete successfully.