Vanara/PInvoke/User32
dahall fec3fcbbe0 Fix #223 due to INPUT alignment problem 2021-04-11 20:27:45 -06:00
..
Extensions Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
BasicMessageWindow.cs Fixed issues with BasicMessageWindow that caused creation failures and WndProc call failures. 2021-02-08 15:31:59 -07:00
CorrelationReport.md Updated project files for 3.3.4 2021-02-11 13:33:26 -07:00
ICONINFO.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
SystemEventHandler.cs Added param to SystemEventHandler constructor to force creation of the message pump in a thread and a PreprocessMessage method that pre-processes messages in the pump. 2020-12-25 20:41:20 -07:00
TvOut.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
User32_NMHDR.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
User32_WindowMessage.cs Removed incorrect FlagsAttribute from WindowMessage enum and removed duplicate, unused WM_HSHELL values 2020-12-20 08:28:33 -07:00
User32_WindowStyles.cs BREAKING CHANGE: Corrected invalid WindowStyles.WS_SIZEFRAME changing to WS_THICKFRAME 2020-07-29 17:58:20 -06:00
Vanara.PInvoke.User32.csproj Use explicit framework reference. Remove transitive TFM requirement. (#212) 2021-03-23 07:26:03 -06:00
WinUser.Accelerator.cs Added IUserHandle reference to all user object handles. 2019-10-17 11:21:20 -06:00
WinUser.Button.cs Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.Caret.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.Clipboard.cs Added Obsolete tag to StandardClipboardFormat to push towards using CLIPFORMAT 2019-09-10 13:29:56 -06:00
WinUser.ComboBox.cs Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.CoordSpace.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.Cursor.cs Added IDC_ cursor resource id constants 2020-12-27 16:50:05 -07:00
WinUser.Dbt.cs Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.Desktop.cs Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.DialogBox.cs Added overloads for DialogBox and DialogBoxParam that take ResourceId params instead of strings. 2020-07-30 14:38:17 -06:00
WinUser.Display.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.Edit.cs Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.Gdi.cs Added missing param attributes to CopyImage 2020-11-05 07:14:10 -07:00
WinUser.Help.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.HighDpi.cs Replaced int for SystemMetric as first parameter on GetSystemMetricsForDpi (#79) 2019-12-26 17:43:56 -07:00
WinUser.HighDpi2.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.Hook.cs Added ObjectIdentifiers static class with constants used by WinEventProc. (#113) 2020-04-03 08:02:45 -06:00
WinUser.Icon.cs Doc fixes 2020-12-26 20:34:36 -07:00
WinUser.Input.cs Fix #223 due to INPUT alignment problem 2021-04-11 20:27:45 -06:00
WinUser.Keyboard.cs Moved HOTKEYF from ComCtrl32 to User32 to align with WM_GETHOTKEY location 2021-01-01 15:03:01 -07:00
WinUser.Menu.cs BREAKING CHANGE: Changed AppendMenu param from UIntPtr to IntPtr for easier conversion from HMENU and int command ids. Change MENUINFO.dwMenuData to IntPtr for easier conversions. 2020-12-27 16:51:46 -07:00
WinUser.Message.cs More SendMessage work 2021-01-01 15:05:32 -07:00
WinUser.Monitor.cs Addressed #155 by adding GetMonitorInfo overload that accepts MONITORINFOEX 2020-08-06 12:52:15 -06:00
WinUser.Mouse.cs Moved MouseButtonState from User32 to Shared assembly and up to PInvoke namespace. Fixed dependencies. 2020-12-27 17:30:06 -07:00
WinUser.OwnerDrawn.cs Added owner-draw structures and enum to User32. 2020-12-31 20:14:04 -07:00
WinUser.Paint.cs XML Comment corrections (bad params, bad refs, bad syntax). 2019-11-05 22:52:45 -07:00
WinUser.Pointer.cs XML doc fixes. 2020-03-09 10:53:39 -06:00
WinUser.Power.cs Added PowerBroadcastType enum and POWERBROADCAST_SETTING struct for WM_POWERBROADCAST messages 2020-05-14 10:08:45 -06:00
WinUser.ProcessThread.cs Completed work on adding all WinUser.h functions 2019-02-27 16:32:18 -07:00
WinUser.Rect.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.Res.cs Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.ScrollBar.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.Static.cs Doc fixes 2020-12-26 20:34:36 -07:00
WinUser.System.cs BREAKING CHANGE: Changed CorrepsondingAction to CorrespondingAction due to misspelling. 2019-07-12 09:49:54 -06:00
WinUser.Timer.cs Completed work on adding all WinUser.h functions 2019-02-27 16:32:18 -07:00
WinUser.Touch.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
WinUser.Window.cs Improved parameter attributes and overloads for CreateWindowEx and GetClassInfoEx 2021-02-08 15:33:07 -07:00
WinUser.WindowProperties.cs Another 2.0 major commit. All tests working. 2018-11-19 21:18:50 -07:00
WinUser.cs Completed work on adding all WinUser.h functions 2019-02-27 16:32:18 -07:00
WindowClass.cs Added `WindowClass` to ensupsulate information about a window class. 2021-02-08 15:30:54 -07:00