Functions | |
void | Show_User_Options_Length (int *length) |
void | Show_One_User_Option_Length (const char *which, int *length) |
void | PShow_One_Net_User_Opt_Len (int count, const HC_KEY *keys, const char *which, int *length) |
void Show_User_Options_Length | ( | int * | length | ) |
Determines string length for proper buffer allocation on a call to Show_User_Options.
length | - length of the user options string for a given segment. Passed by reference. Returned to user. |
void Show_One_User_Option_Length | ( | const char * | which, | |
int * | length | |||
) |
Similar to Show_User_Options_Length(), but returns the value of a single attribute in the currently open segment.
which | - a particular user option | |
length | - length of the user options string for a given segment. Passed by reference. Returned to user. |
void PShow_One_Net_User_Opt_Len | ( | int | count, | |
const HC_KEY * | keys, | |||
const char * | which, | |||
int * | length | |||
) |
Similar to Show_User_Options_Length(), but returns the net effective value of a single attribute along a path of segments specified by an array of HC_KEY's.
count | - size of the keys array | |
keys | - The list of keys starting with the owning segment and following back to some desired segment. | |
which | - a particular user option | |
length | - length of the user options string for a given segment. Passed by reference. Returned to user. |