|
||
void cv_set ( int variable, int setting )
int variable; // control variable specifier int setting; // new setting
|
|
|
Synopsis |
#include "silver.h"
The cv_set function sets the control variable variable to setting .
|
|
Parameters |
variable is an integer indicating which control variable is desired. setting is an integer, appropriate to the control variable selected. Possible values for variable are listed in the entry for cv_get ; note that not all control variables available to cv_get may be set by cv_set .
|
|
Return Value |
none |
|
See Also |
cv_get, also see Control Variables for more detailed information on control variables.
|
|