int cvxTplInqFnCust
(
vxName Name,      /* I: template name */
int NumBytes,  /* I: no. bytes of function name */
char *FnName      /* O: name of custom function */
)
/*
DESCRIPTION:
Gets the name of the custom function associated with the specified template.
Returns 1 if function fails; 0 if it succeeds.
*/
________________________________________________________________________________

int cvxTplInqFnEcho
(
vxName Name,   /* I: template name */
int NumBytes,  /* I: no. bytes of function name */
char *FnName   /* O: name of echo function */
)
/*
DESCRIPTION:
Gets the name of the "echo" function associated with the specified template.
Returns 1 if function fails; 0 if it succeeds.
*/
________________________________________________________________________________

int cvxTplInqFnInit
(
vxName Name,   /* I: template name */
int NumBytes,  /* I: no. bytes of function name */
char *FnName   /* O: name of initialization function */
)
/*
DESCRIPTION:
Gets the name of the "init" function associated with the specified template.
Returns 1 if function fails; 0 if it succeeds.
*/
________________________________________________________________________________

int cvxTplInqFnTerm
(
vxName Name,      /* I: template name */
int NumBytes,  /* I: no. bytes of function name */
char *FnName        /* O: name of termination function */
)
/*
DESCRIPTION:
Gets the name of the "term" function associated with the specified template.
Returns 1 if function fails; 0 if it succeeds.
*/
________________________________________________________________________________