SElib.instance()
| 
 syntax:  | 
 SElib.instance()  | 
| 
 return:  | 
 number - instance handle of the current ScriptEase session, that is, for the current script. 
  | 
| 
 description:  | 
 For Win32 
 Get the instance handle of the currently executing script. This handle may be used with Windows API functions that use an instance handle. 
  | 
| 
 see:  | 
 Screen.handle(), SElib.makeWindow(), icon.jsh, pickfile.jsh, dropper.jse, iconmany.jse 
  | 
| 
 example:  | 
 var hScript = SElib.instance()  |