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 the Value argument. If Release is CORBA_TRUE, the Any assumes ownership. If Release is CORBA_FALSE, the Any does not assume ownership; the data pointed to by the Value argument is not released upon assignment or destruction.