Functions | |
HC_EXTERNAL HIC_API void * | HIC_Set_User_Index (HIC_Rendition const *nr, int index, const char *value) |
HC_EXTERNAL HIC_API void * | HIC_Set_User_Option_By_Index (HIC_Rendition const *nr, int index, const char *value) |
HC_EXTERNAL HIC_API void * | HIC_Show_User_Index (HIC_Rendition const *nr, int index) |
HC_EXTERNAL HIC_API void * | HIC_Show_User_Option_By_Index (HIC_Rendition const *nr, int index) |
HC_EXTERNAL HIC_API void* HIC_Set_User_Index | ( | HIC_Rendition const * | nr, | |
int | index, | |||
const char * | value | |||
) |
nr | A pointer to a const HIC_Rendition. | |
index | An int. | |
value | A pointer to a const char. |
HC_EXTERNAL HIC_API void* HIC_Set_User_Option_By_Index | ( | HIC_Rendition const * | nr, | |
int | index, | |||
const char * | value | |||
) |
nr | A pointer to a const HIC_Rendition. | |
index | An int. | |
value | A pointer to a const char. |
HC_EXTERNAL HIC_API void* HIC_Show_User_Index | ( | HIC_Rendition const * | nr, | |
int | index | |||
) |
nr | A pointer to a const HIC_Rendition. | |
index | An int. |
HC_EXTERNAL HIC_API void* HIC_Show_User_Option_By_Index | ( | HIC_Rendition const * | nr, | |
int | index | |||
) |
nr | A pointer to a const HIC_Rendition. | |
index | An int. |