Difference between revisions of "ISInterface:EnumScripts"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
=== Parameters ===
 
=== Parameters ===
 
*fScriptEnumCallback Callback
 
*fScriptEnumCallback Callback
: Callback function to be called with each script name
+
:'''[in]''' Callback function to be called with each script name
 
*void *pData
 
*void *pData
: Custom data to be passed to the callback function
+
:'''[in]''' Custom data to be passed to the callback function
  
 
=== Return Value ===
 
=== Return Value ===

Latest revision as of 21:03, 2 September 2005

Syntax

  • unsigned long EnumScripts(fScriptEnumCallback Callback, void *pData)

Purpose

This function is used to enumerate all currently running scripts.

Usage

Parameters

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

Return Value

  • unsigned long
Number of scripts running

Examples

See Also