Microsoft SDK for Java

Version.WIN32S

Determines whether the operating system is Win32s running on a 16-bit version of Windows.

Syntax

public static final int WIN32S;

Remarks

To determine which operating system your application is running on compare this field with the value of the platformId field. The Win32s platform is a layer used on 16-bit versions of Windows to provide access to 32-bit applications.

See Also   platformId

© 1999 Microsoft Corporation. All rights reserved. Terms of use.