SilverScreen Solid Modeler

rex_unload

rex_unload

Previous topic Next topic  

rex_unload

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int rex_unload( int handle )

 

int handle;      // handle of DLL

 

 

 




Synopsis

#include "silver.h"

 

the rex_unload function decreases the reference count of the indicated DLL, and if that count is 0, then the DLL is removed from memory.

 

 

Parameters

handle is a DLL handle as returned by rex_load.

 

 

Return Value

None.

 

 

See Also

rex_load, rex_exec