XXX_User_XXX_Index


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)

Function Documentation

HC_EXTERNAL HIC_API void* HIC_Set_User_Index ( HIC_Rendition const *  nr,
int  index,
const char *  value 
)

Parameters:
nr A pointer to a const HIC_Rendition.
index An int.
value A pointer to a const char.
Returns:
A void pointer.
This function sets the value of the user option corresponding to the given index, if it exists, otherwise it is created and inserted into the user option-by-index list.

HC_EXTERNAL HIC_API void* HIC_Set_User_Option_By_Index ( HIC_Rendition const *  nr,
int  index,
const char *  value 
)

Parameters:
nr A pointer to a const HIC_Rendition.
index An int.
value A pointer to a const char.
Returns:
A void pointer.
This function sets user option by index.

HC_EXTERNAL HIC_API void* HIC_Show_User_Index ( HIC_Rendition const *  nr,
int  index 
)

Parameters:
nr A pointer to a const HIC_Rendition.
index An int.
This function returns the option value for the given index, if it exists, otherwise returns null.

HC_EXTERNAL HIC_API void* HIC_Show_User_Option_By_Index ( HIC_Rendition const *  nr,
int  index 
)

Parameters:
nr A pointer to a const HIC_Rendition.
index An int.
Returns:
A void pointer.
This function gets the user option by index.

HOOPS/3dGS I.M. Interface

     Full Index