banner

External.IsProfessionalSKU method

Determines whether the current operating system is the Home Edition or the Professional version of Microsoft® Windows® XP.

Syntax

window.external.IsProfessionalSKU();

Parameters None
Return Values Boolean
Value Description
0 This operating system is the Home Edition.
1 This operating system is the Professional version.
Applies To window.external
Example
bSKUType = window.external.IsProfessionalSKU();