Function ProReferenceToSelection
Description
Gets and allocates a ProSelection containing a representation for this reference.
Synopsis
#include <ProReference.h>
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
The function succeeded.
One or more arguments was invalid.
This value is not set in the reference.
The reference cannot be converted to a viable selection.
Sample Code References
User Guide References
これは役に立ちましたか?