Retrieve the parameter identified by the index. The index will range from 0 to the total number of parameters - 1. This number can be obtained by calling the cwbRC_GetParmCount API.
unsigned int CWB_ENTRY cwbRC_GetParm(
cwbRC_PgmHandle program,
unsigned short index,
unsigned short *type,
unsigned long *length,
unsigned char **parameter);
The following list shows common return values.
None