HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Show_User_Index


Functions

void * Show_User_Index (HT_Rendition *nr, int index)
void * Show_User_Option_By_Index (HT_Rendition *nr, int index)

Function Documentation

void * Show_User_Index HT_Rendition *  nr,
int  index
 

Shows user option corresponding to given index in specified rendition.

Parameters:
nr - Rendition. Passed by reference.
index - User option index
Returns:
pointer - Value of user option corresponding to index

DETAILS

This 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.

NOTES

RESTRICTIONS

See also:

void * Show_User_Option_By_Index HT_Rendition *  nr,
int  index
 

Same function as Show_User_Index().

Parameters:
nr - Rendition. Passed by reference.
index - User option index
Returns:
pointer - Value of user option corresponding to index

DETAILS

No additional details.
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>