ufpGetType()
Return the type of the user-defined function.
Syntax
type = ufpGetType ( ufpHd ) ;
Type
AcuSolve User-Defined Function Basic Routine
Parameters
- ufpHd (pointer)
- The opaque handle which was passed to the user function.
Return Value
The type of the user-defined function is returned as an integer.
Description
This routine returns the type of a user-defined function. There is currently no type
differentiation among AcuTrace user defined
functions; the function always returns a value of
1. This routine is reserved for future use. For
example,
Integer type ;
...
type = ufpGetType( ufpHd ) ;
Errors
This routine expects a valid ufpHd as an argument; an invalid argument returns an error.