Vanara/PInvoke/User32
dahall 87273d6edb Optimized code for HICON.ToHBITMAP extension method 2020-12-07 18:49:03 -07: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 markdown files with new format 2020-11-20 18:52:43 -07: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 Added conversion methods from HICON to HBITMAP and BitmapSource. 2020-12-03 19:24:45 -07: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 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 Optimized code for HICON.ToHBITMAP extension method 2020-12-07 18:49:03 -07: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 BREAKING CHANGE: Fixed return value of TrackPopupMenuEx so command identifiers could be returned. 2020-09-25 17:17:12 -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