Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCCom Home | FCCom Function List SetOption()

SetOption()

Purpose:
FCCom::SetOption() sets a connection option or a global header for the connection.
Usage:
ret = FCCom::SetOption(<connident>,<optname>,<optval>);
Arguments:

integer <connident> - An ident returned by an earlier call to FCCom::Alloc().

alpha <optname> - Name of the option to set.

alpha <optval> - Value to set the option to.
Returns:
0 - OK
-1 - Error - invalid ident.
Where Used:
FCCom::SetOption() can be called anytime you have a valid <connident>.
Example:
Example
Description:
FCCom::SetOption() sets a connection option or a global header for the connection. Options that you can set are:
Bugs/Features/Comments:
See Also:
FCCom Function List


Back to Top