Important: The information in this document is obsolete and should not be used for new development.
Coercing Script Values
Scripting components can provide support for two optional routines,OSACoerceFromDesc
andOSACoerceToDesc
, which coerce data in a descriptor record to a script value and coerce a script value to data in a descriptor record, respectively.A scripting component that supports the routines in this section has the
kOSASupportsAECoercion
bit set in thecomponentFlags
field of its component description record.
Subtopics
- OSACoerceFromDesc
- OSACoerceToDesc