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

Interface ShellAPI

    • Field Detail

      • STRUCTURE_ALIGNMENT

        static final int STRUCTURE_ALIGNMENT
      • ABM_NEW

        static final int ABM_NEW
        Appbar message value to send. This parameter can be one of the following values.
        See Also:
        Constant Field Values
      • ABM_REMOVE

        static final int ABM_REMOVE
        Registers a new appbar and specifies the message identifier that the system should use to send notification messages to the appbar.
        See Also:
        Constant Field Values
      • ABM_QUERYPOS

        static final int ABM_QUERYPOS
        Unregisters an appbar, removing the bar from the system's internal list.
        See Also:
        Constant Field Values
      • ABM_SETPOS

        static final int ABM_SETPOS
        Requests a size and screen position for an appbar.
        See Also:
        Constant Field Values
      • ABM_GETSTATE

        static final int ABM_GETSTATE
        Sets the size and screen position of an appbar.
        See Also:
        Constant Field Values
      • ABM_GETTASKBARPOS

        static final int ABM_GETTASKBARPOS
        Retrieves the autohide and always-on-top states of the Windows taskbar.
        See Also:
        Constant Field Values
      • ABM_ACTIVATE

        static final int ABM_ACTIVATE
        Retrieves the bounding rectangle of the Windows taskbar. Note that this applies only to the system taskbar. Other objects, particularly toolbars supplied with third-party software, also can be present. As a result, some of the screen area not covered by the Windows taskbar might not be visible to the user. To retrieve the area of the screen not covered by both the taskbar and other app bars -- the working area available to your application --, use the GetMonitorInfo function.
        See Also:
        Constant Field Values
      • ABM_GETAUTOHIDEBAR

        static final int ABM_GETAUTOHIDEBAR
        Notifies the system to activate or deactivate an appbar. The lParam member of the APPBARDATA pointed to by pData is set to TRUE to activate or FALSE to deactivate.
        See Also:
        Constant Field Values
      • ABM_SETAUTOHIDEBAR

        static final int ABM_SETAUTOHIDEBAR
        Retrieves the handle to the autohide appbar associated with a particular edge of the screen.
        See Also:
        Constant Field Values
      • ABM_WINDOWPOSCHANGED

        static final int ABM_WINDOWPOSCHANGED
        Registers or unregisters an autohide appbar for an edge of the screen.
        See Also:
        Constant Field Values
      • ABM_SETSTATE

        static final int ABM_SETSTATE
        Notifies the system when an appbar's position has changed.
        See Also:
        Constant Field Values
JNA API 4.2.0

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