Description | ||||||||||||||
Gets and allocates a ProSelection containing a representation for this reference. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProReference.h> | ||||||||||||||
ProError | ProReferenceToSelection | ( | ||||||||||||
ProReference reference | ||||||||||||||
/* (In) | ||||||||||||||
The reference handle. | ||||||||||||||
*/ | ||||||||||||||
ProSelection* selection | ||||||||||||||
/* (Out) | ||||||||||||||
The resulting ProSelection handle. Note that this does not contain reference specific information like local copy flags, and status. This selection is separately allocated and should be freed using ProSelectionFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|