Modifier and Type | Interface and Description |
---|---|
static class |
WinUser.BLENDFUNCTION |
static class |
WinUser.COPYDATASTRUCT
Contains data to be passed to another application by the WM_COPYDATA message.
|
static class |
WinUser.CWPSTRUCT
Defines the message parameters passed to a WH_CALLWNDPROC hook procedure, CallWndProc.
|
static class |
WinUser.FLASHWINFO |
static class |
WinUser.GUITHREADINFO |
static class |
WinUser.HARDWAREINPUT
Contains information about a simulated message generated by an input
device other than a keyboard or mouse.
|
static class |
WinUser.HDEVNOTIFY |
static class |
WinUser.HHOOK |
static class |
WinUser.HMONITOR
Each physical display is represented by a monitor handle of type HMONITOR.
|
static interface |
WinUser.HOOKPROC |
static class |
WinUser.INPUT
Used by SendInput to store information for synthesizing input events such
as keystrokes, mouse movement, and mouse clicks.
|
static class |
WinUser.KBDLLHOOKSTRUCT |
static class |
WinUser.KEYBDINPUT
Contains information about a simulated keyboard event.
|
static class |
WinUser.LASTINPUTINFO
Contains the time of the last input.
|
static interface |
WinUser.LowLevelKeyboardProc |
static interface |
WinUser.MONITORENUMPROC
An application-defined callback function that is called by the
User32.EnumDisplayMonitors(com.sun.jna.platform.win32.WinDef.HDC, com.sun.jna.platform.win32.WinDef.RECT, com.sun.jna.platform.win32.WinUser.MONITORENUMPROC, com.sun.jna.platform.win32.WinDef.LPARAM) function. |
static class |
WinUser.MONITORINFO
The MONITORINFO structure contains information about a display monitor.
|
static class |
WinUser.MONITORINFOEX
The MONITORINFOEX structure contains information about a display monitor.
|
static class |
WinUser.MOUSEINPUT
Contains information about a simulated mouse event.
|
static class |
WinUser.MSG |
static class |
WinUser.RAWINPUTDEVICELIST
Contains information about a raw input device.
|
static class |
WinUser.SIZE
Specifies the width and height of a rectangle.
|
static class |
WinUser.WINDOWINFO |
static class |
WinUser.WINDOWPLACEMENT
Contains information about the placement of a window on the screen.
|
static interface |
WinUser.WindowProc
An application-defined function that processes messages sent to a window.
|
static interface |
WinUser.WinEventProc
An application-defined callback (or hook) function that the system calls
in response to events generated by an accessible object.
|
static class |
WinUser.WNDCLASSEX
Contains window class information.
|
static interface |
WinUser.WNDENUMPROC |
WinDef.ATOM, WinDef.BOOL, WinDef.BOOLByReference, WinDef.BYTE, WinDef.CHAR, WinDef.CHARByReference, WinDef.DWORD, WinDef.DWORDByReference, WinDef.DWORDLONG, WinDef.HBITMAP, WinDef.HBRUSH, WinDef.HCURSOR, WinDef.HDC, WinDef.HFONT, WinDef.HGLRC, WinDef.HGLRCByReference, WinDef.HICON, WinDef.HINSTANCE, WinDef.HKL, WinDef.HMENU, WinDef.HMODULE, WinDef.HPALETTE, WinDef.HPEN, WinDef.HRGN, WinDef.HRSRC, WinDef.HWND, WinDef.INT_PTR, WinDef.LCID, WinDef.LONG, WinDef.LONGByReference, WinDef.LONGLONG, WinDef.LONGLONGByReference, WinDef.LPARAM, WinDef.LPVOID, WinDef.LRESULT, WinDef.POINT, WinDef.PVOID, WinDef.RECT, WinDef.SCODE, WinDef.SCODEByReference, WinDef.SHORT, WinDef.UCHAR, WinDef.UINT, WinDef.UINT_PTR, WinDef.UINTByReference, WinDef.ULONG, WinDef.ULONGByReference, WinDef.ULONGLONG, WinDef.ULONGLONGByReference, WinDef.USHORT, WinDef.USHORTByReference, WinDef.WORD, WinDef.WORDByReference, WinDef.WPARAM
Modifier and Type | Field and Description |
---|---|
static int |
AC_SRC_ALPHA |
static int |
AC_SRC_NO_ALPHA |
static int |
AC_SRC_NO_PREMULT_ALPHA |
static int |
AC_SRC_OVER |
static int |
BS_3STATE
Creates a button that is the same as a check box, except that the box can
be grayed as well as checked or cleared.
|
static int |
BS_AUTO3STATE
Creates a button that is the same as a three-state check box, except that
the box changes its state when the user selects it.
|
static int |
BS_AUTOCHECKBOX
Creates a button that is the same as a check box, except that the check
state automatically toggles between checked and cleared each time the
user selects the check box.
|
static int |
BS_AUTORADIOBUTTON
Creates a button that is the same as a radio button, except that when the
user selects it,
the system automatically sets the button's check state to checked and automatically sets the check state for all other buttons in the same group to cleared. |
static int |
BS_CHECKBOX
Creates a small, empty check box with text.
|
static int |
BS_DEFPUSHBUTTON
Creates a push button that behaves like a BS_PUSHBUTTON style button, but
has a distinct appearance.
|
static int |
BS_GROUPBOX
Creates a rectangle in which other controls can be grouped.
|
static int |
BS_LEFTTEXT
Places text on the left side of the radio button or check box when
combined with a radio button or check box style.
|
static int |
BS_OWNERDRAW
Creates an owner-drawn button.
|
static int |
BS_PUSHBOX
A button that only shows the text
|
static int |
BS_PUSHBUTTON
Creates a push button that posts a WM_COMMAND message to the owner window
when the user selects the button.
|
static int |
BS_RADIOBUTTON
Creates a small circle with text.
|
static int |
BS_TYPEMASK
Do not use this style.
|
static int |
BS_USERBUTTON
Obsolete, but provided for compatibility with 16-bit versions of Windows.
|
static int |
CCHDEVICENAME
Length of the device name in MONITORINFOEX
|
static int |
CF_BITMAT
A handle to a bitmap (HBITMAP).
|
static int |
CF_DIB
A memory object containing a BITMAPINFO structure followed by the bitmap
bits.
|
static int |
CF_DIBV5
A memory object containing a BITMAPV5HEADER structure followed by the
bitmap color space information and the bitmap bits.
|
static int |
CF_DIF
Software Arts' Data Interchange Format.
|
static int |
CF_DSPBITMAP
Bitmap display format associated with a private format.
|
static int |
CF_DSPENHMETAFILE
Enhanced metafile display format associated with a private format.
|
static int |
CF_DSPMETAFILEPICT
Metafile-picture display format associated with a private format.
|
static int |
CF_DSPTEXT
Text display format associated with a private format.
|
static int |
CF_ENHMETAFILE
A handle to an enhanced metafile (HENHMETAFILE).
|
static int |
CF_GDIOBJFIRST
Start of a range of integer values for application-defined GDI object
clipboard formats.
|
static int |
CF_GDIOBJLAST |
static int |
CF_HDROP
A handle to type HDROP that identifies a list of files.
|
static int |
CF_LOCALE
The data is a handle to the locale identifier associated with text in the
clipboard.
|
static int |
CF_METAFILEPICT
Handle to a metafile picture format as defined by the METAFILEPICT
structure.
|
static int |
CF_OEMTEXT
Text format containing characters in the OEM character set.
|
static int |
CF_OWNERDISPLAY
Owner-display format.
|
static int |
CF_PALETTE
Handle to a color palette.
|
static int |
CF_PENDATA
Data for the pen extensions to the Microsoft Windows for Pen Computing.
|
static int |
CF_PRIVATEFIRST
Start of a range of integer values for private clipboard formats.
|
static int |
CF_PRIVATELAST |
static int |
CF_RIFF
Represents audio data more complex than can be represented in a CF_WAVE
standard wave format.
|
static int |
CF_SYLK
Microsoft Symbolic Link (SYLK) format.
|
static int |
CF_TEXT
Text format.
|
static int |
CF_TIFF
Tagged-image file format.
|
static int |
CF_UNICODETEXT
Unicode text format.
|
static int |
CF_WAVE
Represents audio data in one of the standard wave formats, such as 11 kHz
or 22 kHz PCM.
|
static int |
DWL_DLGPROC |
static int |
DWL_MSGRESULT |
static int |
DWL_USER |
static int |
EWX_FORCE
This flag has no effect if terminal services is enabled.
|
static int |
EWX_FORCEIFHUNG
Forces processes to terminate if they do not respond to the WM_QUERYENDSESSION or WM_ENDSESSION
message within the timeout interval.
|
static int |
EWX_HYBRID_SHUTDOWN
Beginning with Windows 8: You can prepare the system for a faster startup by
combining the EWX_HYBRID_SHUTDOWN flag with the EWX_SHUTDOWN flag.
|
static int |
EWX_LOGOFF
Shuts down all processes running in the logon session of the process that called the ExitWindowsEx function.
|
static int |
EWX_POWEROFF
Shuts down the system and turns off the power.
|
static int |
EWX_REBOOT
Shuts down the system and then restarts the system.
|
static int |
EWX_RESTARTAPPS
Shuts down the system and then restarts it, as well as any applications that have been registered for
restart using the RegisterApplicationRestart function.
|
static int |
EWX_SHUTDOWN
Shuts down the system to a point at which it is safe to turn off the power.
|
static int |
FLASHW_ALL |
static int |
FLASHW_CAPTION |
static int |
FLASHW_STOP |
static int |
FLASHW_TIMER |
static int |
FLASHW_TIMERNOFG |
static int |
FLASHW_TRAY |
static int |
GA_PARENT
Retrieves the parent window.
|
static int |
GA_ROOT
Retrieves the root window by walking the chain of parent windows.
|
static int |
GA_ROOTOWNER
Retrieves the owned root window by walking the chain of parent and owner windows returned by GetParent.
|
static int |
GCL_CBCLSEXTRA
Retrieves the size, in bytes, of the extra memory associated with the
class.
|
static int |
GCL_CBWNDEXTRA
Retrieves the size, in bytes, of the extra window memory associated with
each window in the class.
|
static int |
GCL_HICON
Retrieves a handle to the icon associated with the class.
|
static int |
GCL_HICONSM
Retrieves a handle to the small icon associated with the class.
|
static int |
GCL_STYLE
Retrieves the window-class style bits.
|
static int |
GCLP_HBRBACKGROUND
Retrieves a handle to the background brush associated with the class.
|
static int |
GCLP_HCURSOR
Retrieves a handle to the cursor associated with the class.
|
static int |
GCLP_HICON
Retrieves a handle to the icon associated with the class.
|
static int |
GCLP_HICONSM
Retrieves a handle to the small icon associated with the class.
|
static int |
GCLP_HMODULE
Retrieves a handle to the module that registered the class.
|
static int |
GCLP_MENUNAME
Retrieves the pointer to the menu name string.
|
static int |
GCLP_WNDPROC
Retrieves the address of the window procedure, or a handle representing
the address of the window procedure.
|
static int |
GCW_ATOM
Retrieves an ATOM value that uniquely identifies the window class.
|
static int |
GW_CHILD
The retrieved handle identifies the child window at the top of the Z
order, if the specified window is a parent window; otherwise, the
retrieved handle is NULL.
|
static int |
GW_ENABLEDPOPUP
The retrieved handle identifies the enabled popup window owned by the
specified window (the search uses the first such window found using
GW_HWNDNEXT); otherwise, if there are no enabled popup windows, the
retrieved handle is that of the specified window.
|
static int |
GW_HWNDFIRST
The retrieved handle identifies the window of the same type that is
highest in the Z order.
|
static int |
GW_HWNDLAST
The retrieved handle identifies the window of the same type that is
lowest in the Z order.
|
static int |
GW_HWNDNEXT
The retrieved handle identifies the window below the specified window in
the Z order.
|
static int |
GW_HWNDPREV
The retrieved handle identifies the window above the specified window in
the Z order.
|
static int |
GW_OWNER
The retrieved handle identifies the specified window's owner window, if
any.
|
static int |
GWL_EXSTYLE |
static int |
GWL_HINSTANCE |
static int |
GWL_HWNDPARENT |
static int |
GWL_ID |
static int |
GWL_STYLE |
static int |
GWL_USERDATA |
static int |
GWL_WNDPROC |
static WinDef.HWND |
HWND_BROADCAST |
static WinDef.HWND |
HWND_MESSAGE |
static int |
ICON_BIG
Retrieve the large icon for the window.
|
static int |
ICON_SMALL
Retrieve the small icon for the window.
|
static int |
ICON_SMALL2
Retrieves the small icon provided by the application.
|
static int |
IDC_APPSTARTING
Standard arrow and small hourglass cursor.
|
static int |
IDC_ARROW
Standard arrow cursor.
|
static int |
IDC_CROSS
Crosshair cursor.
|
static int |
IDC_HAND
Hand cursor.
|
static int |
IDC_HELP
Arrow and question mark cursor.
|
static int |
IDC_IBEAM
I-beam cursor.
|
static int |
IDC_NO
Slashed circle cursor.
|
static int |
IDC_SIZEALL
Four-pointed arrow cursor pointing north, south, east, and west.
|
static int |
IDC_SIZENESW
Double-pointed arrow cursor pointing northeast and southwest.
|
static int |
IDC_SIZENS
Double-pointed arrow cursor pointing north and south.
|
static int |
IDC_SIZENWSE
Double-pointed arrow cursor pointing northwest and southeast.
|
static int |
IDC_SIZEWE
Double-pointed arrow cursor pointing west and east.
|
static int |
IDC_UPARROW
Vertical arrow cursor.
|
static int |
IDC_WAIT
Hourglass cursor.
|
static int |
IDI_APPLICATION
Application icon.
|
static int |
IDI_ASTERISK
Asterisk icon.
|
static int |
IDI_EXCLAMATION
Exclamation point icon.
|
static int |
IDI_HAND
Stop sign icon.
|
static int |
IDI_QUESTION
Question-mark icon.
|
static int |
IDI_WINLOGO
Application icon.
|
static int |
IMAGE_BITMAP |
static int |
IMAGE_CURSOR |
static int |
IMAGE_ENHMETAFILE |
static int |
IMAGE_ICON |
static int |
KL_NAMELENGTH
The minimum length of a keyboard layout name.
|
static int |
LR_COLOR |
static int |
LR_COPYDELETEORG |
static int |
LR_COPYFROMRESOURCE |
static int |
LR_COPYRETURNORG |
static int |
LR_CREATEDIBSECTION |
static int |
LR_DEFAULTCOLOR |
static int |
LR_DEFAULTSIZE |
static int |
LR_LOADFROMFILE |
static int |
LR_LOADMAP3DCOLORS |
static int |
LR_LOADTRANSPARENT |
static int |
LR_MONOCHROME |
static int |
LR_SHARED |
static int |
LR_VGACOLOR |
static int |
LWA_ALPHA |
static int |
LWA_COLORKEY |
static int |
MAPVK_VK_TO_CHAR
The uCode parameter is a virtual-key code and is translated into an unshifted
character value in the low order word of the return value.
|
static int |
MAPVK_VK_TO_VSC
The uCode parameter is a virtual-key code and is translated into a scan code.
|
static int |
MAPVK_VK_TO_VSC_EX
The uCode parameter is a virtual-key code and is translated into a scan code.
|
static int |
MAPVK_VSC_TO_VK
The uCode parameter is a scan code and is translated into a virtual-key code
that does not distinguish between left- and right-hand keys.
|
static int |
MAPVK_VSC_TO_VK_EX
The uCode parameter is a scan code and is translated into a virtual-key code
that distinguishes between left- and right-hand keys.
|
static int |
MOD_ALT |
static int |
MOD_CONTROL |
static int |
MOD_NOREPEAT |
static int |
MOD_SHIFT |
static int |
MOD_WIN |
static int |
MODIFIER_ALT_MASK
Bitmask for the ALT key modifier.
|
static int |
MODIFIER_CTRL_MASK
Bitmask for the CTRL key modifier.
|
static int |
MODIFIER_HANKAKU_MASK
Bitmask for the HANKAKU key modifier.
|
static int |
MODIFIER_RESERVED1_MASK
Bitmask for the RESERVED1 key modifier.
|
static int |
MODIFIER_RESERVED2_MASK
Bitmask for the RESERVED2 key modifier.
|
static int |
MODIFIER_SHIFT_MASK
Bitmask for the SHIFT key modifier.
|
static int |
MONITOR_DEFAULTTONEAREST
Returns a handle to the display monitor that is nearest to the window.
|
static int |
MONITOR_DEFAULTTONULL
Returns NULL.
|
static int |
MONITOR_DEFAULTTOPRIMARY
Returns a handle to the primary display monitor.
|
static int |
MONITORINFOF_PRIMARY
This is the primary display monitor.
|
static int |
RDW_ALLCHILDREN |
static int |
RDW_ERASE |
static int |
RDW_ERASENOW |
static int |
RDW_FRAME |
static int |
RDW_INTERNALPAINT |
static int |
RDW_INVALIDATE |
static int |
RDW_NOCHILDREN |
static int |
RDW_NOERASE |
static int |
RDW_NOFRAME |
static int |
RDW_NOINTERNALPAINT |
static int |
RDW_UPDATENOW |
static int |
RDW_VALIDATE |
static int |
RIM_TYPEHID
The device is an HID that is not a keyboard and not a mouse.
|
static int |
RIM_TYPEKEYBOARD
The device is a keyboard.
|
static int |
RIM_TYPEMOUSE
The device is a mouse.
|
static int |
SC_MAXIMIZE
Maximizes the window.
|
static int |
SC_MINIMIZE
Minimizes the window.
|
static int |
SM_ARRANGE |
static int |
SM_CARETBLINKINGENABLED |
static int |
SM_CLEANBOOT |
static int |
SM_CMONITORS |
static int |
SM_CMOUSEBUTTONS |
static int |
SM_CXBORDER |
static int |
SM_CXCURSOR |
static int |
SM_CXDLGFRAME |
static int |
SM_CXDOUBLECLK |
static int |
SM_CXDRAG |
static int |
SM_CXEDGE |
static int |
SM_CXFIXEDFRAME |
static int |
SM_CXFOCUSBORDER |
static int |
SM_CXFRAME |
static int |
SM_CXFULLSCREEN |
static int |
SM_CXHSCROLL |
static int |
SM_CXHTHUMB |
static int |
SM_CXICON |
static int |
SM_CXICONSPACING |
static int |
SM_CXMAXIMIZED |
static int |
SM_CXMAXTRACK |
static int |
SM_CXMENUCHECK |
static int |
SM_CXMENUSIZE |
static int |
SM_CXMIN |
static int |
SM_CXMINIMIZED |
static int |
SM_CXMINSPACING |
static int |
SM_CXMINTRACK |
static int |
SM_CXPADDEDBORDER |
static int |
SM_CXSCREEN |
static int |
SM_CXSIZE |
static int |
SM_CXSIZEFRAME |
static int |
SM_CXSMICON |
static int |
SM_CXSMSIZE |
static int |
SM_CXVIRTUALSCREEN |
static int |
SM_CXVSCROLL |
static int |
SM_CYBORDER |
static int |
SM_CYCAPTION |
static int |
SM_CYCURSOR |
static int |
SM_CYDLGFRAME |
static int |
SM_CYDOUBLECLK |
static int |
SM_CYDRAG |
static int |
SM_CYEDGE |
static int |
SM_CYFIXEDFRAME |
static int |
SM_CYFOCUSBORDER |
static int |
SM_CYFRAME |
static int |
SM_CYFULLSCREEN |
static int |
SM_CYHSCROLL |
static int |
SM_CYICON |
static int |
SM_CYICONSPACING |
static int |
SM_CYKANJIWINDOW |
static int |
SM_CYMAXIMIZED |
static int |
SM_CYMAXTRACK |
static int |
SM_CYMENU |
static int |
SM_CYMENUCHECK |
static int |
SM_CYMENUSIZE |
static int |
SM_CYMIN |
static int |
SM_CYMINIMIZED |
static int |
SM_CYMINSPACING |
static int |
SM_CYMINTRACK |
static int |
SM_CYSCREEN |
static int |
SM_CYSIZE |
static int |
SM_CYSIZEFRAME |
static int |
SM_CYSMCAPTION |
static int |
SM_CYSMICON |
static int |
SM_CYSMSIZE |
static int |
SM_CYVIRTUALSCREEN |
static int |
SM_CYVSCROLL |
static int |
SM_CYVTHUMB |
static int |
SM_DBCSENABLED |
static int |
SM_DEBUG |
static int |
SM_IMMENABLED |
static int |
SM_MEDIACENTER |
static int |
SM_MENUDROPALIGNMENT |
static int |
SM_MIDEASTENABLED |
static int |
SM_MOUSEHORIZONTALWHEELPRESENT |
static int |
SM_MOUSEPRESENT |
static int |
SM_MOUSEWHEELPRESENT |
static int |
SM_NETWORK |
static int |
SM_PENWINDOWS |
static int |
SM_REMOTECONTROL |
static int |
SM_REMOTESESSION |
static int |
SM_RESERVED1 |
static int |
SM_RESERVED2 |
static int |
SM_RESERVED3 |
static int |
SM_RESERVED4 |
static int |
SM_SAMEDISPLAYFORMAT |
static int |
SM_SECURE |
static int |
SM_SERVERR2 |
static int |
SM_SHOWSOUNDS |
static int |
SM_SHUTTINGDOWN |
static int |
SM_SLOWMACHINE |
static int |
SM_STARTER |
static int |
SM_SWAPBUTTON |
static int |
SM_TABLETPC |
static int |
SM_XVIRTUALSCREEN |
static int |
SM_YVIRTUALSCREEN |
static int |
SMTO_ABORTIFHUNG
The function returns without waiting for the time-out period to elapse if
the receiving thread appears to not respond or "hangs."
|
static int |
SMTO_BLOCK
Prevents the calling thread from processing any other requests until the
function returns.
|
static int |
SMTO_ERRORONEXIT
The function should return 0 if the receiving window is destroyed or its
owning thread dies while the message is being processed.
|
static int |
SMTO_NORMAL
The calling thread is not prevented from processing other requests while
waiting for the function to return.
|
static int |
SMTO_NOTIMEOUTIFNOTHUNG
The function does not enforce the time-out period as long as the
receiving thread is processing messages.
|
static int |
SW_FORCEMINIMIZE |
static int |
SW_HIDE |
static int |
SW_MAX |
static int |
SW_MAXIMIZE |
static int |
SW_MINIMIZE |
static int |
SW_NORMAL |
static int |
SW_RESTORE |
static int |
SW_SHOW |
static int |
SW_SHOWDEFAULT |
static int |
SW_SHOWMAXIMIZED |
static int |
SW_SHOWMINIMIZED |
static int |
SW_SHOWMINNOACTIVE |
static int |
SW_SHOWNA |
static int |
SW_SHOWNOACTIVATE |
static int |
SW_SHOWNORMAL |
static int |
SWP_ASYNCWINDOWPOS
If the calling thread and the thread that owns the window are attached
to different input queues, the system posts the request to the thread
that owns the window.
|
static int |
SWP_DEFERERASE
Prevents generation of the WM_SYNCPAINT message.
|
static int |
SWP_DRAWFRAME
Draws a frame (defined in the window's class description) around the window.
|
static int |
SWP_FRAMECHANGED
Applies new frame styles set using the SetWindowLong function.
|
static int |
SWP_HIDEWINDOW
Hides the window.
|
static int |
SWP_NOACTIVATE
Does not activate the window.
|
static int |
SWP_NOCOPYBITS
Discards the entire contents of the client area.
|
static int |
SWP_NOMOVE
Retains the current position (ignores X and Y parameters).
|
static int |
SWP_NOOWNERZORDER
Does not change the owner window's position in the Z order.
|
static int |
SWP_NOREDRAW
Does not redraw changes.
|
static int |
SWP_NOREPOSITION
Same as the SWP_NOOWNERZORDER flag.
|
static int |
SWP_NOSENDCHANGING
Used by User32.SetWindowPos.
|
static int |
SWP_NOSIZE
Retains the current size (ignores the cx and cy parameters).
|
static int |
SWP_NOZORDER
Retains the current Z order (ignores the hWndInsertAfter parameter).
|
static int |
SWP_SHOWWINDOW
Displays the window.
|
static int |
ULW_ALPHA |
static int |
ULW_COLORKEY |
static int |
ULW_OPAQUE |
static int |
VK_CONTROL |
static int |
VK_LCONTROL |
static int |
VK_LMENU |
static int |
VK_LSHIFT |
static int |
VK_MENU |
static int |
VK_RCONTROL |
static int |
VK_RMENU |
static int |
VK_RSHIFT |
static int |
VK_SHIFT |
static int |
WH_CALLWNDPROC |
static int |
WH_KEYBOARD |
static int |
WH_KEYBOARD_LL |
static int |
WH_MOUSE |
static int |
WH_MOUSE_LL |
static int |
WM_CHAR
Posted to the window with the keyboard focus when a WM_KEYDOWN message is
translated by the TranslateMessage function.
|
static int |
WM_CLOSE
Sent as a signal that a window or an application should terminate.
|
static int |
WM_COPYDATA
An application sends the WM_COPYDATA message to pass data to another application.
|
static int |
WM_CREATE |
static int |
WM_DESTROY |
static int |
WM_DEVICECHANGE |
static int |
WM_DRAWITEM
Sent to the parent window of an owner-drawn button, combo box, list box,
or menu when a visual aspect of the button, combo box, list box, or menu
has changed.
|
static int |
WM_GETICON
Sent to a window to retrieve a handle to the large or small icon
associated with a window.
|
static int |
WM_HOTKEY
Posted when the user presses a hot key registered by the RegisterHotKey
function.
|
static int |
WM_KEYDOWN
Posted to the window with the keyboard focus when a nonsystem key is
pressed.
|
static int |
WM_KEYUP |
static int |
WM_MDIMAXIMIZE
An application sends the WM_MDIMAXIMIZE message to a multiple-document
interface (MDI) client window to maximize an MDI child window.
|
static int |
WM_PAINT
The WM_PAINT message is sent when the system or another application makes
a request to paint a portion of an \ application's window.
|
static int |
WM_QUIT
Indicates a request to terminate an application, and is generated when
the application calls the PostQuitMessage function.
|
static int |
WM_SESSION_CHANGE |
static int |
WM_SHOWWINDOW
Sent to a window when the window is about to be hidden or shown.
|
static int |
WM_SIZE |
static int |
WM_SYSCOMMAND
A window receives this message when the user chooses a command from the
Window menu (formerly known as the system or control menu) or when the
user chooses the maximize button, minimize button, restore button, or
close button.
|
static int |
WM_SYSKEYDOWN |
static int |
WM_SYSKEYUP |
static int |
WM_USER
Used to define private messages for use by private window classes,
usually of the form WM_USER+x, where x is an integer value.
|
static int |
WS_BORDER
The window has a thin-line border.
|
static int |
WS_CAPTION
The window has a title bar (includes the WS_BORDER style).
|
static int |
WS_CHILD
The window is a child window.
|
static int |
WS_CHILDWINDOW
Same as the WS_CHILD style.
|
static int |
WS_CLIPCHILDREN
Excludes the area occupied by child windows when drawing occurs within
the parent window.
|
static int |
WS_CLIPSIBLINGS
Clips child windows relative to each other; that is, when a particular
child window receives a WM_PAINT message, the WS_CLIPSIBLINGS style clips
all other overlapping child windows out of the region of the child window
to be updated.
|
static int |
WS_DISABLED
The window is initially disabled.
|
static int |
WS_DLGFRAME
The window has a border of a style typically used with dialog boxes.
|
static int |
WS_EX_COMPOSITED |
static int |
WS_EX_LAYERED |
static int |
WS_EX_TRANSPARENT |
static int |
WS_GROUP
The window is the first control of a group of controls.
|
static int |
WS_HSCROLL
The window has a horizontal scroll bar.
|
static int |
WS_ICONIC
The window is initially minimized.
|
static int |
WS_MAXIMIZE
The window is initially maximized.
|
static int |
WS_MAXIMIZEBOX
The window has a maximize button.
|
static int |
WS_MINIMIZE
The window is initially minimized.
|
static int |
WS_MINIMIZEBOX
The window has a minimize button.
|
static int |
WS_OVERLAPPED
The window style overlapped.
|
static int |
WS_OVERLAPPEDWINDOW
The window is an overlapped window.
|
static int |
WS_POPUP
The windows is a pop-up window.
|
static int |
WS_POPUPWINDOW
The window is a pop-up window.
|
static int |
WS_SIZEBOX
The window has a sizing border.
|
static int |
WS_SYSMENU
The window has a window menu on its title bar.
|
static int |
WS_TABSTOP
The window is a control that can receive the keyboard focus when the
user presses the TAB key.
|
static int |
WS_THICKFRAME
The window has a sizing border.
|
static int |
WS_TILED
The window is an overlapped window.
|
static int |
WS_TILEDWINDOW
The window is an overlapped window.
|
static int |
WS_VISIBLE
The window is initially visible.
|
static int |
WS_VSCROLL
The window has a vertical scroll bar.
|
static final WinDef.HWND HWND_BROADCAST
static final WinDef.HWND HWND_MESSAGE
static final int FLASHW_STOP
static final int FLASHW_CAPTION
static final int FLASHW_TRAY
static final int FLASHW_ALL
static final int FLASHW_TIMER
static final int FLASHW_TIMERNOFG
static final int IMAGE_BITMAP
static final int IMAGE_ICON
static final int IMAGE_CURSOR
static final int IMAGE_ENHMETAFILE
static final int LR_DEFAULTCOLOR
static final int LR_MONOCHROME
static final int LR_COLOR
static final int LR_COPYRETURNORG
static final int LR_COPYDELETEORG
static final int LR_LOADFROMFILE
static final int LR_LOADTRANSPARENT
static final int LR_DEFAULTSIZE
static final int LR_VGACOLOR
static final int LR_LOADMAP3DCOLORS
static final int LR_CREATEDIBSECTION
static final int LR_COPYFROMRESOURCE
static final int LR_SHARED
static final int GWL_EXSTYLE
static final int GWL_STYLE
static final int GWL_WNDPROC
static final int GWL_HINSTANCE
static final int GWL_ID
static final int GWL_USERDATA
static final int GWL_HWNDPARENT
static final int DWL_DLGPROC
static final int DWL_MSGRESULT
static final int DWL_USER
static final int WS_BORDER
static final int WS_CAPTION
static final int WS_CHILD
static final int WS_CHILDWINDOW
static final int WS_CLIPCHILDREN
static final int WS_CLIPSIBLINGS
static final int WS_DISABLED
static final int WS_DLGFRAME
static final int WS_GROUP
static final int WS_HSCROLL
static final int WS_ICONIC
static final int WS_MAXIMIZE
static final int WS_MAXIMIZEBOX
static final int WS_MINIMIZE
static final int WS_MINIMIZEBOX
static final int WS_OVERLAPPED
static final int WS_POPUP
static final int WS_SYSMENU
static final int WS_THICKFRAME
static final int WS_POPUPWINDOW
static final int WS_OVERLAPPEDWINDOW
static final int WS_SIZEBOX
static final int WS_TABSTOP
static final int WS_TILED
static final int WS_TILEDWINDOW
static final int WS_VISIBLE
static final int WS_VSCROLL
static final int WS_EX_COMPOSITED
static final int WS_EX_LAYERED
static final int WS_EX_TRANSPARENT
static final int LWA_COLORKEY
static final int LWA_ALPHA
static final int ULW_COLORKEY
static final int ULW_ALPHA
static final int ULW_OPAQUE
static final int AC_SRC_OVER
static final int AC_SRC_ALPHA
static final int AC_SRC_NO_PREMULT_ALPHA
static final int AC_SRC_NO_ALPHA
static final int VK_SHIFT
static final int VK_LSHIFT
static final int VK_RSHIFT
static final int VK_CONTROL
static final int VK_LCONTROL
static final int VK_RCONTROL
static final int VK_MENU
static final int VK_LMENU
static final int VK_RMENU
static final int MOD_ALT
static final int MOD_CONTROL
static final int MOD_NOREPEAT
static final int MOD_SHIFT
static final int MOD_WIN
static final int WH_KEYBOARD
static final int WH_CALLWNDPROC
static final int WH_MOUSE
static final int WH_KEYBOARD_LL
static final int WH_MOUSE_LL
static final int WM_PAINT
static final int WM_CLOSE
static final int WM_QUIT
static final int WM_SHOWWINDOW
static final int WM_DRAWITEM
static final int WM_KEYDOWN
static final int WM_CHAR
static final int WM_SYSCOMMAND
static final int WM_MDIMAXIMIZE
static final int WM_HOTKEY
static final int WM_USER
static final int WM_COPYDATA
static final int WM_KEYUP
static final int WM_SYSKEYDOWN
static final int WM_SYSKEYUP
static final int WM_SESSION_CHANGE
static final int WM_CREATE
static final int WM_SIZE
static final int WM_DESTROY
static final int WM_DEVICECHANGE
static final int WM_GETICON
static final int ICON_BIG
static final int ICON_SMALL
static final int ICON_SMALL2
static final int SM_CXSCREEN
static final int SM_CYSCREEN
static final int SM_CXVSCROLL
static final int SM_CYHSCROLL
static final int SM_CYCAPTION
static final int SM_CXBORDER
static final int SM_CYBORDER
static final int SM_CXDLGFRAME
static final int SM_CYDLGFRAME
static final int SM_CYVTHUMB
static final int SM_CXHTHUMB
static final int SM_CXICON
static final int SM_CYICON
static final int SM_CXCURSOR
static final int SM_CYCURSOR
static final int SM_CYMENU
static final int SM_CXFULLSCREEN
static final int SM_CYFULLSCREEN
static final int SM_CYKANJIWINDOW
static final int SM_MOUSEPRESENT
static final int SM_CYVSCROLL
static final int SM_CXHSCROLL
static final int SM_DEBUG
static final int SM_SWAPBUTTON
static final int SM_RESERVED1
static final int SM_RESERVED2
static final int SM_RESERVED3
static final int SM_RESERVED4
static final int SM_CXMIN
static final int SM_CYMIN
static final int SM_CXSIZE
static final int SM_CYSIZE
static final int SM_CXFRAME
static final int SM_CYFRAME
static final int SM_CXMINTRACK
static final int SM_CYMINTRACK
static final int SM_CXDOUBLECLK
static final int SM_CYDOUBLECLK
static final int SM_CXICONSPACING
static final int SM_CYICONSPACING
static final int SM_MENUDROPALIGNMENT
static final int SM_PENWINDOWS
static final int SM_DBCSENABLED
static final int SM_CMOUSEBUTTONS
static final int SM_CXFIXEDFRAME
static final int SM_CYFIXEDFRAME
static final int SM_CXSIZEFRAME
static final int SM_CYSIZEFRAME
static final int SM_SECURE
static final int SM_CXEDGE
static final int SM_CYEDGE
static final int SM_CXMINSPACING
static final int SM_CYMINSPACING
static final int SM_CXSMICON
static final int SM_CYSMICON
static final int SM_CYSMCAPTION
static final int SM_CXSMSIZE
static final int SM_CYSMSIZE
static final int SM_CXMENUSIZE
static final int SM_CYMENUSIZE
static final int SM_ARRANGE
static final int SM_CXMINIMIZED
static final int SM_CYMINIMIZED
static final int SM_CXMAXTRACK
static final int SM_CYMAXTRACK
static final int SM_CXMAXIMIZED
static final int SM_CYMAXIMIZED
static final int SM_NETWORK
static final int SM_CLEANBOOT
static final int SM_CXDRAG
static final int SM_CYDRAG
static final int SM_SHOWSOUNDS
static final int SM_CXMENUCHECK
static final int SM_CYMENUCHECK
static final int SM_SLOWMACHINE
static final int SM_MIDEASTENABLED
static final int SM_MOUSEWHEELPRESENT
static final int SM_XVIRTUALSCREEN
static final int SM_YVIRTUALSCREEN
static final int SM_CXVIRTUALSCREEN
static final int SM_CYVIRTUALSCREEN
static final int SM_CMONITORS
static final int SM_SAMEDISPLAYFORMAT
static final int SM_IMMENABLED
static final int SM_CXFOCUSBORDER
static final int SM_CYFOCUSBORDER
static final int SM_TABLETPC
static final int SM_MEDIACENTER
static final int SM_STARTER
static final int SM_SERVERR2
static final int SM_MOUSEHORIZONTALWHEELPRESENT
static final int SM_CXPADDEDBORDER
static final int SM_REMOTESESSION
static final int SM_SHUTTINGDOWN
static final int SM_REMOTECONTROL
static final int SM_CARETBLINKINGENABLED
static final int SW_HIDE
static final int SW_SHOWNORMAL
static final int SW_NORMAL
static final int SW_SHOWMINIMIZED
static final int SW_SHOWMAXIMIZED
static final int SW_MAXIMIZE
static final int SW_SHOWNOACTIVATE
static final int SW_SHOW
static final int SW_MINIMIZE
static final int SW_SHOWMINNOACTIVE
static final int SW_SHOWNA
static final int SW_RESTORE
static final int SW_SHOWDEFAULT
static final int SW_FORCEMINIMIZE
static final int SW_MAX
static final int RDW_INVALIDATE
static final int RDW_INTERNALPAINT
static final int RDW_ERASE
static final int RDW_VALIDATE
static final int RDW_NOINTERNALPAINT
static final int RDW_NOERASE
static final int RDW_NOCHILDREN
static final int RDW_ALLCHILDREN
static final int RDW_UPDATENOW
static final int RDW_ERASENOW
static final int RDW_FRAME
static final int RDW_NOFRAME
static final int GW_HWNDFIRST
static final int GW_HWNDLAST
static final int GW_HWNDNEXT
static final int GW_HWNDPREV
static final int GW_OWNER
static final int GW_CHILD
static final int GW_ENABLEDPOPUP
static final int SWP_ASYNCWINDOWPOS
static final int SWP_DEFERERASE
static final int SWP_DRAWFRAME
static final int SWP_FRAMECHANGED
static final int SWP_HIDEWINDOW
static final int SWP_NOACTIVATE
static final int SWP_NOCOPYBITS
static final int SWP_NOMOVE
static final int SWP_NOOWNERZORDER
static final int SWP_NOREDRAW
static final int SWP_NOREPOSITION
static final int SWP_NOSENDCHANGING
static final int SWP_NOSIZE
static final int SWP_NOZORDER
static final int SWP_SHOWWINDOW
static final int SC_MINIMIZE
static final int SC_MAXIMIZE
static final int BS_PUSHBUTTON
static final int BS_DEFPUSHBUTTON
static final int BS_CHECKBOX
static final int BS_AUTOCHECKBOX
static final int BS_RADIOBUTTON
static final int BS_3STATE
static final int BS_AUTO3STATE
static final int BS_GROUPBOX
static final int BS_USERBUTTON
static final int BS_AUTORADIOBUTTON
static final int BS_PUSHBOX
static final int BS_OWNERDRAW
static final int BS_TYPEMASK
static final int BS_LEFTTEXT
static final int MONITOR_DEFAULTTONULL
static final int MONITOR_DEFAULTTOPRIMARY
static final int MONITOR_DEFAULTTONEAREST
static final int MONITORINFOF_PRIMARY
static final int CCHDEVICENAME
static final int EWX_HYBRID_SHUTDOWN
static final int EWX_LOGOFF
static final int EWX_POWEROFF
User32.ExitWindowsEx(com.sun.jna.platform.win32.WinDef.UINT, com.sun.jna.platform.win32.WinDef.DWORD)
.static final int EWX_REBOOT
User32.ExitWindowsEx(com.sun.jna.platform.win32.WinDef.UINT, com.sun.jna.platform.win32.WinDef.DWORD)
.static final int EWX_RESTARTAPPS
static final int EWX_SHUTDOWN
User32.ExitWindowsEx(com.sun.jna.platform.win32.WinDef.UINT, com.sun.jna.platform.win32.WinDef.DWORD)
. Specifying
this flag will not turn off the power even if the system supports the power-off feature. You must
specify EWX_POWEROFF to do this.
Windows XP with SP1: If the system supports the power-off feature, specifying this flag turns off the power.static final int EWX_FORCE
static final int EWX_FORCEIFHUNG
User32.ExitWindowsEx(com.sun.jna.platform.win32.WinDef.UINT, com.sun.jna.platform.win32.WinDef.DWORD)
.static final int GA_PARENT
static final int GA_ROOT
static final int GA_ROOTOWNER
static final int GCW_ATOM
static final int GCL_HICON
static final int GCL_HICONSM
static final int GCL_CBCLSEXTRA
static final int GCL_CBWNDEXTRA
static final int GCLP_HBRBACKGROUND
static final int GCLP_HCURSOR
static final int GCLP_HICON
static final int GCLP_HICONSM
static final int GCLP_HMODULE
static final int GCLP_MENUNAME
static final int GCL_STYLE
static final int GCLP_WNDPROC
static final int SMTO_ABORTIFHUNG
static final int SMTO_BLOCK
static final int SMTO_NORMAL
static final int SMTO_NOTIMEOUTIFNOTHUNG
static final int SMTO_ERRORONEXIT
static final int IDC_APPSTARTING
static final int IDC_ARROW
static final int IDC_CROSS
static final int IDC_HAND
static final int IDC_HELP
static final int IDC_IBEAM
static final int IDC_NO
static final int IDC_SIZEALL
static final int IDC_SIZENESW
static final int IDC_SIZENS
static final int IDC_SIZENWSE
static final int IDC_SIZEWE
static final int IDC_UPARROW
static final int IDC_WAIT
static final int IDI_APPLICATION
static final int IDI_ASTERISK
static final int IDI_EXCLAMATION
static final int IDI_HAND
static final int IDI_QUESTION
static final int IDI_WINLOGO
static final int RIM_TYPEMOUSE
static final int RIM_TYPEKEYBOARD
static final int RIM_TYPEHID
static final int CF_BITMAT
static final int CF_DIB
static final int CF_DIBV5
static final int CF_DIF
static final int CF_DSPBITMAP
static final int CF_DSPENHMETAFILE
static final int CF_DSPMETAFILEPICT
static final int CF_DSPTEXT
static final int CF_ENHMETAFILE
static final int CF_GDIOBJFIRST
Handles associated with clipboard formats in this range are not automatically deleted using the GlobalFree function when the clipboard is emptied. Also, when using values in this range, the hMem parameter is not a handle to a GDI object, but is a handle allocated by the GlobalAlloc function with the GMEM_MOVEABLE flag.
static final int CF_GDIOBJLAST
CF_GDIOBJFIRST
,
Constant Field Valuesstatic final int CF_HDROP
static final int CF_LOCALE
An application that pastes text from the clipboard can retrieve this format to determine which character set was used to generate the text.
Note that the clipboard does not support plain text in multiple character sets. To achieve this, use a formatted text data type such as RTF instead.
The system uses the code page associated with CF_LOCALE to implicitly convert from CF_TEXT to CF_UNICODETEXT. Therefore, the correct code page table is used for the conversion.
static final int CF_METAFILEPICT
static final int CF_OEMTEXT
static final int CF_OWNERDISPLAY
static final int CF_PALETTE
If the clipboard contains data in the CF_PALETTE (logical color palette) format, the application should use the SelectPalette and RealizePalette functions to realize (compare) any other data in the clipboard against that logical palette.
When displaying clipboard data, the clipboard always uses as its current palette any object on the clipboard that is in the CF_PALETTE format.
static final int CF_PENDATA
static final int CF_PRIVATEFIRST
static final int CF_PRIVATELAST
CF_PRIVATEFIRST
,
Constant Field Valuesstatic final int CF_RIFF
static final int CF_SYLK
static final int CF_TEXT
static final int CF_TIFF
static final int CF_UNICODETEXT
static final int CF_WAVE
static final int MAPVK_VK_TO_VSC
User32.MapVirtualKeyEx(int, int, com.sun.jna.platform.win32.WinDef.HKL)
static final int MAPVK_VSC_TO_VK
User32.MapVirtualKeyEx(int, int, com.sun.jna.platform.win32.WinDef.HKL)
static final int MAPVK_VK_TO_CHAR
User32.MapVirtualKeyEx(int, int, com.sun.jna.platform.win32.WinDef.HKL)
static final int MAPVK_VSC_TO_VK_EX
User32.MapVirtualKeyEx(int, int, com.sun.jna.platform.win32.WinDef.HKL)
static final int MAPVK_VK_TO_VSC_EX
User32.MapVirtualKeyEx(int, int, com.sun.jna.platform.win32.WinDef.HKL)
static final int KL_NAMELENGTH
User32.GetKeyboardLayoutName(char[])
static final int MODIFIER_SHIFT_MASK
static final int MODIFIER_CTRL_MASK
static final int MODIFIER_ALT_MASK
static final int MODIFIER_HANKAKU_MASK
static final int MODIFIER_RESERVED1_MASK
static final int MODIFIER_RESERVED2_MASK