![]() |
![]() |
![]() |
![]() |
OMfunc_to_name
Synopsis
OMobj_name _OMfunc_to_name (OMpfi__function );
Description
OMfunc_to_name queries AVS/Express' internal table that maps functions to function identifiers, and returns the identifier corresponding to a specified function.Arguments
functionExamples
/* Return the identifier corresponding to function add_num. */
OMobj_name function_identifier;
...
function_identifier = OMfunc_to_name((OMpfi)add_num);See Also
![]() |
![]() |
![]() |
![]() |