TutOptionSetUnknown set the value of the option to UNKNOWN
option
option to be set to UNKNOWN
TRUE
if operation is successful, FALSE
otherwise.
If TutOptionSetUnknown fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TutOptionSetUnknown sets the current value of option
to UNKNOWN
. This is similar to using the unsetopt
command from the command interface.
None
TutOptionGetKnown, TutOptionLookup
This example sets the value of the option named str_opt
to UNKNOWN
:
T_OPTION str_opt; str_opt = TutOptionLookup("str_opt"); if (str_opt == NULL) {/* error */
} if (!TutOptionSetUnknown(str_opt)) {/* error */
}
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |