SilverScreen Solid Modeler

unload_ss_variable

unload_ss_variable

Previous topic Next topic  

unload_ss_variable

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void unload_ss_variable ( SS_VARIABLE *var )

 

SS_VARIABLE *var;

 

 

 




Synopsis

#include "silver.h"

 

The unload_ss_variable function frees the memory associated with a variable that has been loaded with load_ss_variable.

 

Parameters

SS_VARIABLE is a pointer to a variable that has been loaded with load_ss_variable

 

 

Return Value

none

 

See Also

sysvar_text, sysvar_value, sysvar_xyz, load_ss_variable