MM Developer's Guide
MM Interfaces | MM Methods | MM Types and Misc API


IMoaMmPropReferenceValue

Interface ID: IID_IMoaMmPropReferenceValue
Pointer type: PIMoaMmPropReferenceValue
Inheritance: IMoaUnknown
Header file: mmipref.h

Methods

ValueToPropReference()
PropReferenceToValue()

PropReferenceToValue()

Syntax
PropReferenceToValue(PMoaMmValue pValue)
Parameters
pValue
Pointer to place to store the resulting value object
Returns
MoaError
Description
This method converts a property reference to a Lingo value. The caller must release this interface when done with it.

ValueToPropReference()

Syntax
ValueToPropReference(ConstPMoaMmValue pValue, PIMoaMmPropertyReference * ppPropRef)
Parameters
pValue
Pointer to a value object
ppPropRef
Pointer to a place to put the property reference interface that is returned
Returns
MoaError
Description
This method converts a value containing a Lingo wrapper around a property reference to the actual interface.

Copyright © 1995-2008 Adobe Macromedia Software LLC, Inc.