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
Anyobject. The data type of this argument must match the TypeCode specified. -
Release - Determines whether the
Anyassumes ownership of the memory specified by theValueargument. IfReleaseisCORBA_TRUE, theAnyassumes ownership. IfReleaseisCORBA_FALSE, theAnydoes not assume ownership; the data pointed to by theValueargument is not released upon assignment or destruction.