ISInterface:AddTopLevelObject
Jump to navigation
Jump to search
Syntax
- bool AddTopLevelObject(char *Name, fLSTopLevelObject Function)
Purpose
To create Top-Level_Objects
Usage
Parameters
- char *Name
- [in]Name of the Top-Level Object
- fLSTopLevelObject Function
- [in]Function the TLO executes
Return Value
- bool
- Returns true on success, false on failure