Functions | |
void | Show_Net_User_Opt_Length (int *length) |
void | PShow_Net_User_Opt_Length (int keycount, HC_KEY *pathkeys, int *length) |
void | QShow_Net_User_Opt_Length (const char *segment, int *length) |
void Show_Net_User_Opt_Length | ( | int * | length | ) |
Finds the net effective value of length for the specified segment, and returns it.
length | - length of the user options string for a given segment. Passed by reference. Returned to user. |
void PShow_Net_User_Opt_Length | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
int * | length | |||
) |
Similar to Show_Net_User_Opt_Length(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
keycount | - size of the pathkeys array | |
pathkeys | - The list of keys starting with the owning segment and following back to some desired segment. | |
length | - length of the user options string for a given segment. Passed by reference. Returned to user. |
void QShow_Net_User_Opt_Length | ( | const char * | segment, | |
int * | length | |||
) |
Similar to Show_Net_User_Opt_Length(), but operates on a given segment rather than the currently open one.
segment | - name of the segment to be queried | |
length | - length of the user options string for a given segment. Passed by reference. Returned to user. |