GetDefines

M. Gallant 08/22/2002

GetDefines applet evaluates win32 constants (typically originating from #defines directives in header files) for the MS JVM. It simply uses reflection to dynamically query the static properties of the com.ms.win32.win interface. Note that not all constants from all header files are accessible, but only those made available via the latest version of the MS JVM installed. In addition, up-to-date (as of 08/2002) header file constants from winnt.h, wincrypt.h and wininet.h have been converted to an interface com.ms.win32.upgrd.win using the tool defscan.java available with the MS SDK for Java 4. For #defines that are integers, both the decimal and hex values are displayed. Macros are not included with this utility.
(Click the title text to hide text).