int cvxCmFolderInqOps
(
vxLongName folder_name,          /* I: folder name */
int *op_cnt,                     /* O: count of operations in the folder  */
int **op_list                    /* O: operations' index */
)
/*
DESCRIPTION:
Get all operations under a folder node.

Returns 1 if function fails; 0 if it succeeds.
*/
________________________________________________________________________________