Vanara/PInvoke/User32
dahall 435b843080 Added `IntPtr SendMessage<TEnum, TWP>(HWND hWnd, TEnum msg, TWP wParam, IntPtr lParam = default)` 2020-08-06 17:15:12 -06:00
..
Extensions Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
CorrelationReport.md Updated project information files 2020-07-14 16:02:36 -06:00
ICONINFO.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06: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 Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06: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 Updated project file information 2020-06-27 18:54:55 -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 class StandardCursor with values IDC_xx for LoadCursor 2020-07-29 17:29:32 -06: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 Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06: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 Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.Input.cs Completed work on adding all WinUser.h functions 2019-02-27 16:32:18 -07:00
WinUser.Keyboard.cs Added input functions from WinUser.h 2019-02-25 12:06:41 -07:00
WinUser.Menu.cs Fixed build warnings for missing XML docs and obsolete marshal directives 2020-04-02 19:14:40 -06:00
WinUser.Message.cs Added `IntPtr SendMessage<TEnum, TWP>(HWND hWnd, TEnum msg, TWP wParam, IntPtr lParam = default)` 2020-08-06 17:15:12 -06:00
WinUser.Monitor.cs Addressed #155 by adding GetMonitorInfo overload that accepts MONITORINFOEX 2020-08-06 12:52:15 -06:00
WinUser.Mouse.cs Added input functions from WinUser.h 2019-02-25 12:06:41 -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.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 Added User32 EnumChildWindows and GetChildWindow methods 2020-08-05 10:39:03 -06: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