Functions | |
HC_EXTERNAL HIC_API void | HIC_PShow_One_Net_User_Data (HIC_Rendition const *nr, int count, HC_KEY const *keys, HC_POINTER_SIZED_INT index, void *data, long data_length, long *data_length_out) |
HC_EXTERNAL HIC_API bool | HIC_PShow_One_Net_User_Option (HIC_Rendition const *nr, int count, HC_KEY const *keys, char const *uoname, char *options) |
HC_EXTERNAL HIC_API void * | HIC_Set_User_Index (HIC_Rendition const *nr, int index, const void *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_One_User_Data_By_Key (HIC_Rendition const *nr, HC_KEY key, HC_POINTER_SIZED_INT index, void *data, long data_length, long *data_length_out) |
HC_EXTERNAL HIC_API bool | HIC_Show_One_User_Option_By_Key (HIC_Rendition const *nr, HC_KEY key, char const *uoname, char *options) |
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_PShow_One_Net_User_Data | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HC_KEY const * | keys, | |||
HC_POINTER_SIZED_INT | index, | |||
void * | data, | |||
long | data_length, | |||
long * | data_length_out | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
keys | An HC_KEY array. | |
index | The desired data index. | |
data | The output buffer. | |
data_length | The output buffer length. | |
data_length_out | The length of the data returned. |
HC_EXTERNAL HIC_API bool HIC_PShow_One_Net_User_Option | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HC_KEY const * | keys, | |||
char const * | uoname, | |||
char * | options | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
keys | An HC_KEY array. | |
uoname | The desired option string. | |
options | The output buffer. |
HC_EXTERNAL HIC_API void* HIC_Set_User_Index | ( | HIC_Rendition const * | nr, | |
int | index, | |||
const void * | 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_One_User_Data_By_Key | ( | HIC_Rendition const * | nr, | |
HC_KEY | key, | |||
HC_POINTER_SIZED_INT | index, | |||
void * | data, | |||
long | data_length, | |||
long * | data_length_out | |||
) |
nr | A pointer to a const HIC_Rendition. | |
key | An HC_KEY. | |
index | The desired data index. | |
data | The output buffer. | |
data_length | The output buffer length. | |
data_length_out | The length of the data returned. |
HC_EXTERNAL HIC_API bool HIC_Show_One_User_Option_By_Key | ( | HIC_Rendition const * | nr, | |
HC_KEY | key, | |||
char const * | uoname, | |||
char * | options | |||
) |
nr | A pointer to a const HIC_Rendition. | |
key | An HC_KEY. | |
uoname | The desired option string. | |
options | The output buffer. |
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. |