Functions | |
void | Show_Unicode_Options (const unsigned short *options) |
void | Show_Net_Unicode_Options (const unsigned short *options) |
void | Show_One_Unicode_Option (const unsigned short *requestedOption, const unsigned short *options) |
void | Show_One_Net_Unicode_Option (const unsigned short *requestedOption, const unsigned short *options) |
void | QShow_Unicode_Options (const char *segment, const unsigned short *options) |
void | QShow_Net_Unicode_Options (const char *segment, const unsigned short *options) |
void | QShow_One_Unicode_Option (const char *segment, const unsigned short *requestedOption, const unsigned short *options) |
void | QShow_One_Net_Unicode_Opt (const char *segment, const unsigned short *requestedOption, const unsigned short *options) |
void | PShow_One_Net_Unicode_Opt (int keyCount, HC_KEY *keys, const unsigned short *requestedOption, const unsigned short *options) |
void | PShow_Net_Unicode_Options (int keycount, HC_KEY *pathkeys, const unsigned short *options) |
void Show_Unicode_Options | ( | const unsigned short * | options | ) |
Show the unicode user options string stored on the currently open segment.
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void Show_Net_Unicode_Options | ( | const unsigned short * | options | ) |
Similar to Show_Unicode_Options(), but returns the net effective value of the attribute(s) in the currently open segment.
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void Show_One_Unicode_Option | ( | const unsigned short * | requestedOption, | |
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but returns the value of a single attribute in the currently open segment.
requestedOption | - unicode string containing the specific option you want the value of. | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void Show_One_Net_Unicode_Option | ( | const unsigned short * | requestedOption, | |
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but returns the net effective value of a single attribute in the currently open segment.
requestedOption | - unicode string containing the specific option you want the value of. | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void QShow_Unicode_Options | ( | const char * | segment, | |
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment to be queried | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void QShow_Net_Unicode_Options | ( | const char * | segment, | |
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but returns the net effective value of the attribute(s) in a given segment, rather than the currently open one.
segment | - Name of the segment to be queried | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void QShow_One_Unicode_Option | ( | const char * | segment, | |
const unsigned short * | requestedOption, | |||
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but returns the value of a single attribute in a given segment, rather than the currently open one.
segment | - Name of the segment to be queried | |
requestedOption | - unicode string containing the specific option you want the value of. | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void QShow_One_Net_Unicode_Opt | ( | const char * | segment, | |
const unsigned short * | requestedOption, | |||
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but returns the net effective value of a single attribute in a given segment, rather than the currently open one.
segment | - Name of the segment to be queried | |
requestedOption | - unicode string containing the specific option you want the value of. | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void PShow_One_Net_Unicode_Opt | ( | int | keyCount, | |
HC_KEY * | keys, | |||
const unsigned short * | requestedOption, | |||
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but returns the net effective value of a single attribute along a path of segments specified by an array of HC_KEY's.
keyCount | - number of keys in the keys array | |
keys | - The list of keys starting with the owning segment and following all the way back to the root segment or other desired segment. | |
requestedOption | - unicode string containing the specific option you want the value of. | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |
void PShow_Net_Unicode_Options | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
const unsigned short * | options | |||
) |
Similar to Show_Unicode_Options(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
keycount | - number of keys in the keys array | |
pathkeys | - The list of keys starting with the owning segment and following all the way back to the root segment or other desired segment. | |
options | - unicode string containing the options on the requested segment. Returned to caller. Passed by reference always |