14.3.3.3 Arguments
-
TC
- A pointer to a TypeCode pseudo-object reference, specifying the type to be created.
-
Value
- A pointer to the data to be used to create the
Any
object. The data type of this argument must match the TypeCode specified. -
Release
- Determines whether the
Any
assumes ownership of the memory specified by theValue
argument. IfRelease
isCORBA_TRUE
, theAny
assumes ownership. IfRelease
isCORBA_FALSE
, theAny
does not assume ownership; the data pointed to by theValue
argument is not released upon assignment or destruction.