Description | |||||||||||
Gets the original type of a reference handle. This could be different from the actively used type if the reference has been backed up, copied locally, or replaced with an alternate. | |||||||||||
Synopsis | |||||||||||
#include <ProReference.h> | |||||||||||
ProError | ProReferenceOriginaltypeGet | ( | |||||||||
ProReference reference | |||||||||||
/* (In) | |||||||||||
The reference handle. | |||||||||||
*/ | |||||||||||
ProType* type | |||||||||||
/* (Out) | |||||||||||
The original item type that was referenced. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProReferenceIsLocalcopy | |||||||||||
ProReferenceIsAlternate | |||||||||||
ProReferenceStatusGet |