Difference between revisions of "ISInterface:EnumScripts"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Purpose ==
 
== Purpose ==
 +
This function is used to enumerate all currently running scripts.
  
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 +
*fScriptEnumCallback Callback
 +
: Callback function to be called with each script name
 +
*void *pData
 +
: Custom data to be passed to the callback function
 +
 
=== Return Value ===
 
=== Return Value ===
 +
*unsigned long
 +
: Number of scripts running
  
 
== Examples ==
 
== Examples ==

Revision as of 01:54, 23 July 2005

Purpose

This function is used to enumerate all currently running scripts.

Usage

Parameters

  • fScriptEnumCallback Callback
Callback function to be called with each script name
  • void *pData
Custom data to be passed to the callback function

Return Value

  • unsigned long
Number of scripts running

Examples

See Also