Retrieves the application profile count that meets the input criteria.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" #include "CA_access_db.h" int CA_Get_Profile_Count ( PROFILE_LIST_PARM_ST *profile_list_parm_sp );
This subroutine returns the number of application profiles that meet with the input criteria. The criteria can be start profile ID, end profile ID and the state table name. If there are no criteria specified, then the total count of all existing application profiles is returned.
CA_ACCESS_NOBUFS
CA_INV_ADDR
CA_INV_PROFILE_ID
CA_INV_PROFILE_NAME
CA_INV_REQUEST
CA_INV_STATE_TABLE_NAME
CA_NO_MSG_RECV
CA_NOT_INIT
CA_REQ_FAILED
CA_TERMINATING