Pointer to a ConstPMoaDrCMRef to be used as the basis for the new value
pValue
Pointer to MoaMmValue to receive the result
Returns
MoaError
Description
Creates a new cast member reference-type MoaMmValue from a MoaDrCMRef.
pCMRef is a pointer to a MoaDrCMRef to be used as the basis for the new value.
pValue contains a pointer to a MoaMmValue to receive the result.
This call populates the MoaMmValue at pValue with a new MoaMmValue,
overwriting any current value.
Make sure to release any preexisting value before making this call.
The caller is responsible for releasing the returned value using IMoaMmUtils::ValueRelease().
Obtains the MoaDrCMRef for a cast member reference-type MoaMmValue.
pCMRef is a pointer to a MoaDrCMRef to receive the result.
Returns kMoaDrErr_CastMemberExpected if pValue is not an cast member reference-type value.