SilverScreen Solid Modeler

scriptwin_close

scriptwin_close

Previous topic Next topic  

scriptwin_close

Previous topic Next topic JavaScript is required for the print function  

 

SilverPlusRect

SilverEngineRect

 

BOOLEAN scriptwin_close( int handle );

 

int handle;   // A script window handle returned via scriptwin_open

 

 

 




Synopsis

#include "silver.h"

 

The scriptwin_close function destroys a script window.

 

 

Parameters

handle is a script window handle returned by scriptwin_open

 

 

Return Value

scriptwin_close returns TRUE if the handle is a valid script window handle and FALSE otherwise

 

 

Remarks

Script windows are exclusive to the SilverPlus and SilverEngine platforms.

 

 

See Also

scriptwin_open, scriptwin_execute

 

 

Example

See the ScriptWin SilverPlus sample application for an example.