banner

External.GetLocalUserCount method

Retrieves the number of available user accounts.

Syntax

window.external.GetLocalUserCount();

Parameters None
Return Values Integer. The number of available user accounts, not including accounts preconfigured by Microsoft® Windows® XP. Examples of preconfigured accounts are administrator, guest, and the help assistant.
Applies To window.external
Example
iUsers = window.external.GetLocalUserCount();