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

Class WinDef.HICON

    • Constructor Summary

      Constructors 
      Constructor and Description
      HICON()
      Instantiates a new hicon.
      HICON(Pointer p)
      Instantiates a new hicon.
      HICON(WinNT.HANDLE handle)
      Instantiates a new hicon from a handle - this is required since in Win32 API HANDLE and HICON are the same, whereas in Java they are not, so in order to "cast" the handle we need this constructor
    • Constructor Detail

      • HICON

        public HICON()
        Instantiates a new hicon.
      • HICON

        public HICON(WinNT.HANDLE handle)
        Instantiates a new hicon from a handle - this is required since in Win32 API HANDLE and HICON are the same, whereas in Java they are not, so in order to "cast" the handle we need this constructor
        Parameters:
        handle - The WinNT.HANDLE to cast
      • HICON

        public HICON(Pointer p)
        Instantiates a new hicon.
        Parameters:
        p - the p
JNA API 5.3.1

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