14.3.11.3 Arguments

TC
A TypeCode pseudo-object reference specifying the TypeCode value for the replaced Any object. This argument is duplicated.
Value
A void pointer specifying the storage pointed to by the Any object.
Release
Determines whether the Any manages the specified Value argument. If Release is CORBA_TRUE , the Any assumes ownership. If Release is CORBA_FALSE, the Any does not assume ownership and the data pointed to by the Value parameter is not released upon assignment or destruction.