Difference between revisions of "ISInterface:GetSessionCount"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
===Syntax=== | ===Syntax=== | ||
− | + | *unsigned long GetSessionCount() | |
== Purpose == | == Purpose == | ||
− | + | To obtain the number of other sessions of Inner Space | |
== Usage == | == Usage == | ||
=== Parameters === | === Parameters === | ||
− | + | ''None' | |
=== Return Value === | === Return Value === | ||
− | + | *unsigned long | |
+ | :Returns the number of other sessions | ||
== Examples == | == Examples == | ||
− | + | unsigned long sessions; | |
+ | sessions = pISInterface->GetSessionCount(); | ||
== See Also == | == See Also == |
Latest revision as of 00:27, 3 September 2005
Syntax
- unsigned long GetSessionCount()
Purpose
To obtain the number of other sessions of Inner Space
Usage
Parameters
None'
Return Value
- unsigned long
- Returns the number of other sessions
Examples
unsigned long sessions; sessions = pISInterface->GetSessionCount();