Namespace Dapplo.Windows.User32.Enums
Enums
ClassLongIndex
CursorInfoFlags
Flags for the CURSOR_INFO "flags" field, see: https://msdn.microsoft.com/en-us/library/windows/desktop/ms648381.aspx
DesktopAccessRight
Used to open a desktop
ExtendedWindowStyleFlags
GetWindowCommands
Used by the user32.GetWindow function See GetWindow function The relationship between the specified window and the window whose handle is to be retrieved. This parameter can be one of the following values.
MonitorFrom
Flags for the MonitorFromRect / MonitorFromWindow "flags" field see MonitorFromRect function or see MonitorFromWindow function
MonitorInfoFlags
A set of flags that represent attributes of the display monitor.
ObjectIdentifiers
Used for User32.SetWinEventHook See WinUser.h or here
ObjectStates
See here
PrintWindowFlags
RegionResults
See See GetWindowRgn function
ScrollBarCommands
ScrollBarStateIndexes
See here
ScrollBarTypes
See here
ScrollInfoMask
The ScrollInfoMask enum is used for retrieving the SCROLLINFO via the GetScrollInfo See here
ScrollModes
Scroll-modes for the WindowScroller
SendMessageTimeoutFlags
ShowWindowCommands
Used by User32.ShowWindow
SysCommands
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.
SystemMetric
Flags used with the Windows API (User32.dll):GetSystemMetrics(SystemMetric smIndex) This Enum and declaration signature was written by Gabriel T. Sharp [email protected] or [email protected] Obtained on pinvoke.net, please contribute your code to support the wiki!
SystemParametersInfoActions
SPI_ System-wide parameter - Used in SystemParametersInfo function
SystemParametersInfoBehaviors
If a system parameter is being set, specifies whether the user profile is to be updated, and if so, whether the WM_SETTINGCHANGE message is to be broadcast to all top-level windows to notify them of the change. This parameter can be zero if you do not want to update the user profile or broadcast the WM_SETTINGCHANGE message, or it can be one or more of the following values.
TitleBarInfoIndexes
The following are the title bar elements represented in the arrays.
WindowLongIndex
Get/Set WindowLong Enum See: http://msdn.microsoft.com/en-us/library/ms633591.aspx
WindowPlacementFlags
WindowPos
See here
WindowStyleFlags
The following are the window styles. After the window has been created, these styles cannot be modified, except as noted. See Window Styles