Microsoft SDK for Java

Version.WIN32_NT

Determines whether the operating system is Windows NT.

Syntax

public static final int WIN32_NT;

Remarks

To determine which operating system your application is running on, compare this field with the value of the platformId field.

See Also   platformId

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