Package com.sun.jna.platform.win32
Schnittstelle ShellAPI
- Alle Superschnittstellen:
AltCallingConvention
,Library
,StdCall
,StdCallLibrary
- Alle bekannten Unterschnittstellen:
Shell32
Ported from ShellAPI.h.
Microsoft Windows SDK 6.0A.
- Autor:
- dblock[at]dblock.org
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class
Contains information about a system appbar message.static class
Contains information used by ShellExecuteEx.static class
Contains information that the SHFileOperation function uses to perform file operations.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Library
Library.Handler
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.win32.StdCallLibrary
StdCallLibrary.StdCallCallback
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Bottom edge.static final int
Left edge.static final int
Right edge.static final int
Top edge.static final int
Retrieves the bounding rectangle of the Windows taskbar.static final int
Notifies the system to activate or deactivate an appbar.static final int
Sets the size and screen position of an appbar.static final int
Retrieves the autohide and always-on-top states of the Windows taskbar.static final int
Appbar message value to send.static final int
Unregisters an appbar, removing the bar from the system's internal list.static final int
Registers a new appbar and specifies the message identifier that the system should use to send notification messages to the appbar.static final int
Retrieves the handle to the autohide appbar associated with a particular edge of the screen.static final int
Requests a size and screen position for an appbar.static final int
Notifies the system when an appbar's position has changed.static final int
Registers or unregisters an autohide appbar for an edge of the screen.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final TypeMapper
Von Schnittstelle geerbte Felder com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
Von Schnittstelle geerbte Felder com.sun.jna.win32.StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION
-
Felddetails
-
STRUCTURE_ALIGNMENT
static final int STRUCTURE_ALIGNMENT -
TYPE_MAPPER
-
FO_MOVE
static final int FO_MOVE- Siehe auch:
-
FO_COPY
static final int FO_COPY- Siehe auch:
-
FO_DELETE
static final int FO_DELETE- Siehe auch:
-
FO_RENAME
static final int FO_RENAME- Siehe auch:
-
FOF_MULTIDESTFILES
static final int FOF_MULTIDESTFILES- Siehe auch:
-
FOF_CONFIRMMOUSE
static final int FOF_CONFIRMMOUSE- Siehe auch:
-
FOF_SILENT
static final int FOF_SILENT- Siehe auch:
-
FOF_RENAMEONCOLLISION
static final int FOF_RENAMEONCOLLISION- Siehe auch:
-
FOF_NOCONFIRMATION
static final int FOF_NOCONFIRMATION- Siehe auch:
-
FOF_WANTMAPPINGHANDLE
static final int FOF_WANTMAPPINGHANDLE- Siehe auch:
-
FOF_ALLOWUNDO
static final int FOF_ALLOWUNDO- Siehe auch:
-
FOF_FILESONLY
static final int FOF_FILESONLY- Siehe auch:
-
FOF_SIMPLEPROGRESS
static final int FOF_SIMPLEPROGRESS- Siehe auch:
-
FOF_NOCONFIRMMKDIR
static final int FOF_NOCONFIRMMKDIR- Siehe auch:
-
FOF_NOERRORUI
static final int FOF_NOERRORUI- Siehe auch:
-
FOF_NOCOPYSECURITYATTRIBS
static final int FOF_NOCOPYSECURITYATTRIBS- Siehe auch:
-
FOF_NORECURSION
static final int FOF_NORECURSION- Siehe auch:
-
FOF_NO_CONNECTED_ELEMENTS
static final int FOF_NO_CONNECTED_ELEMENTS- Siehe auch:
-
FOF_WANTNUKEWARNING
static final int FOF_WANTNUKEWARNING- Siehe auch:
-
FOF_NORECURSEREPARSE
static final int FOF_NORECURSEREPARSE- Siehe auch:
-
FOF_NO_UI
static final int FOF_NO_UI- Siehe auch:
-
PO_DELETE
static final int PO_DELETE- Siehe auch:
-
PO_RENAME
static final int PO_RENAME- Siehe auch:
-
PO_PORTCHANGE
static final int PO_PORTCHANGE- Siehe auch:
-
PO_REN_PORT
static final int PO_REN_PORT- Siehe auch:
-
ABM_NEW
static final int ABM_NEWAppbar message value to send. This parameter can be one of the following values.- Siehe auch:
-
ABM_REMOVE
static final int ABM_REMOVERegisters a new appbar and specifies the message identifier that the system should use to send notification messages to the appbar.- Siehe auch:
-
ABM_QUERYPOS
static final int ABM_QUERYPOSUnregisters an appbar, removing the bar from the system's internal list.- Siehe auch:
-
ABM_SETPOS
static final int ABM_SETPOSRequests a size and screen position for an appbar.- Siehe auch:
-
ABM_GETSTATE
static final int ABM_GETSTATESets the size and screen position of an appbar.- Siehe auch:
-
ABM_GETTASKBARPOS
static final int ABM_GETTASKBARPOSRetrieves the autohide and always-on-top states of the Windows taskbar.- Siehe auch:
-
ABM_ACTIVATE
static final int ABM_ACTIVATERetrieves 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.- Siehe auch:
-
ABM_GETAUTOHIDEBAR
static final int ABM_GETAUTOHIDEBARNotifies 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.- Siehe auch:
-
ABM_SETAUTOHIDEBAR
static final int ABM_SETAUTOHIDEBARRetrieves the handle to the autohide appbar associated with a particular edge of the screen.- Siehe auch:
-
ABM_WINDOWPOSCHANGED
static final int ABM_WINDOWPOSCHANGEDRegisters or unregisters an autohide appbar for an edge of the screen.- Siehe auch:
-
ABM_SETSTATE
static final int ABM_SETSTATENotifies the system when an appbar's position has changed.- Siehe auch:
-
ABE_LEFT
static final int ABE_LEFTLeft edge.- Siehe auch:
-
ABE_TOP
static final int ABE_TOPTop edge.- Siehe auch:
-
ABE_RIGHT
static final int ABE_RIGHTRight edge.- Siehe auch:
-
ABE_BOTTOM
static final int ABE_BOTTOMBottom edge.- Siehe auch:
-