Functions | |
void * | Show_User_Index (HT_Rendition *nr, int index) |
void * | Show_User_Option_By_Index (HT_Rendition *nr, int index) |
|
Shows user option corresponding to given index in specified rendition.
DETAILSThis returns the option value that you have defined for the given index using Set_User_Index() or HIC_Set_User_Index() . It should be a pointer to something meaningful to you.If you have not set a user option for the given index, the function returns null. NOTESRESTRICTIONS
|
|
Same function as Show_User_Index().
DETAILSNo additional details. |