Skip navigation links
JNA API 4.2.1
com.sun.jna.platform.win32

Interface WinReg

  • All Superinterfaces:
    AltCallingConvention, Library, StdCall, StdCallLibrary


    public interface WinReg
    extends StdCallLibrary
    This module contains the function prototypes and constant, type and structure definitions for the Windows 32-Bit Registry API. Ported from WinReg.h Microsoft Windows SDK 6.0A.
    Author:
    dblock[at]dblock.org
    • Field Detail

      • HKEY_CLASSES_ROOT

        static final WinReg.HKEY HKEY_CLASSES_ROOT
      • HKEY_CURRENT_USER

        static final WinReg.HKEY HKEY_CURRENT_USER
      • HKEY_LOCAL_MACHINE

        static final WinReg.HKEY HKEY_LOCAL_MACHINE
      • HKEY_PERFORMANCE_DATA

        static final WinReg.HKEY HKEY_PERFORMANCE_DATA
      • HKEY_PERFORMANCE_TEXT

        static final WinReg.HKEY HKEY_PERFORMANCE_TEXT
      • HKEY_PERFORMANCE_NLSTEXT

        static final WinReg.HKEY HKEY_PERFORMANCE_NLSTEXT
      • HKEY_CURRENT_CONFIG

        static final WinReg.HKEY HKEY_CURRENT_CONFIG
      • HKEY_DYN_DATA

        static final WinReg.HKEY HKEY_DYN_DATA
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.