Commit Graph

3256 Commits (01c31c3638f2000cdbfa18bd9040eb5cdcd457ab)

Author SHA1 Message Date
David Hall 01c31c3638 Added backwards compatible StackTraceHiddenAttribute for pre-NET 6.0 2024-04-27 12:51:14 -06:00
David Hall dc62d8c478 Added null handlers to SafeHANDLE equality methods. (#459) 2024-04-27 12:50:17 -06:00
David Hall a5d7e2b188 As alternative to #454 PR changingPROCESS_BASIC_INFORMATION with breaking field names and types, added properties to align with docs for GetProcessInformation 2024-04-23 09:41:30 -06:00
David Hall 0fd834c411 Fixed marshalling for pszVerb in Shell32.IFolderView2.InvokeVerbOnSelection() #456 2024-04-23 08:35:58 -06:00
David Hall 4d17d7143e Added SafeAllocatedMemoryHandleBase.HandleChanged event and overrode SetHandle 2024-04-23 08:24:12 -06:00
David Hall a0bf0b3164 Fixed false-positive with StrPtrAuto.IsNullOrEmpty (#455) 2024-04-23 08:21:01 -06:00
David Hall 831d40e2e5 Fixed fix #453 after better testing 2024-04-11 17:19:27 -06:00
David Hall 7d03749a4c Fixed Shell32.STRRET under 64-bit (#453) and added Free function to release memory rather than having string methods unalloc. 2024-04-11 16:57:06 -06:00
David Hall 94fdd98d31 Added Vanara.PInvoke.ODBC32 package and supporting unit test 2024-04-10 07:21:07 -06:00
David Hall 35a544b5c7 Fixed SearchApi.IQuerySolution.Resolve() should not require unsafe pointer for parameter "SYSTEMTIME* pstReferenceTime" #451 2024-04-03 07:58:23 -07:00
David Hall 5bcbe8be8c Fixed Module32First, Module32Next, and MODULEENTRY32 to work in both wide and ansi character configs (#449) 2024-04-03 07:49:42 -07:00
David Hall b162c0d26a Updated version to 4.0.1 and copyright date to 2024 2024-04-03 07:29:47 -07:00
David Hall cd7f44dcb8 Doh! 2024-03-28 18:14:50 -06:00
David Hall 581a2980ba Added comparison to IN_ADDR and IN6_ADDR 2024-03-28 18:09:57 -06:00
David Hall 880dd37c8e Added detailed output for bug analysis 2024-03-28 18:03:16 -06:00
David Hall b2d9fa9a7b Added comparer for MIB_UDPROW_OWNER_PID 2024-03-28 18:02:39 -06:00
David Hall e17b7b67e8 Fixed WTSINFO.LastInputTime (#448) 2024-03-28 14:10:29 -06:00
David Hall d3793a106b Fixed FWPM_FILTER0 and FWPM_ACTION0 structures for union misses (#445) 2024-03-28 13:50:21 -06:00
David Hall 375657cf49 Fixed bad decl of Kernel32.READ_DIRECTORY_NOTIFY_INFORMATION_CLASS (#450) 2024-03-28 12:07:45 -06:00
David Hall ab61a44669 Fixed #441 and added unit test for IMAPI. 2024-03-28 12:04:22 -06:00
David Hall d2bccd35f5 Updated SafeSAFEARRAY to handle cleanup better and allow nulls in set functions. Move marshaler from IMAPI to here for safe arrays. 2024-03-28 12:03:36 -06:00
David Hall 5e567af638 Added support for processed bytes during an IOCompletionCallback with OverlappedAsyncResult wrapper (#443) 2024-03-25 16:25:19 -06:00
David Hall b5ba4dce9c Fixed #442 for .NET Core 2024-03-25 16:11:02 -06:00
David Hall 8ea569f81c Fixed bug in GetWindowLongAuto per #442 2024-03-25 16:07:46 -06:00
David Hall 45c0a6869c More beta2 updates 2024-02-23 18:01:41 -07:00
David Hall c884e083c0 Added GetRawInputDeviceInfo overload with enum for RIDI. (see #439) 2024-02-23 17:48:19 -07:00
David Hall f8fdedeb83 Fixed #392 by updating the GetDC method to return a new class called SafeReleaseHDC that disposes using ReleaseDC. 2024-02-23 17:46:46 -07:00
David Hall 1eeb701455 Addressed #438 2024-01-15 15:33:30 -07:00
David Hall 49da77df90 More Net8.0 nullability fixes 2023-12-30 20:42:33 -07:00
David Hall 7cb35c9a78 Updated project info 2023-12-30 17:57:13 -07:00
David Hall 9ee549b347 Removed errant TargetFrameworks 2023-12-30 17:52:31 -07:00
David Hall c1eda2cdcf Fixed net8 cast issue 2023-12-30 17:51:41 -07:00
David Hall d3012da6e6 Updated TargetFrameworks value 2023-12-30 17:51:11 -07:00
David Hall 37e03de0b5 Nullability additions to Vanara.Windows.Forms 2023-12-30 17:50:35 -07:00
David Hall d7564ed99c NET8.0 changes 2023-12-30 16:29:54 -07:00
David Hall 0fb254a3b2 Checkpoint before net80 changes 2023-12-30 15:29:39 -07:00
David Hall 77e4174405 Check in for VssApi -- not ready for packaging, but builds 2023-12-18 17:07:54 -07:00
David Hall 6a8f1e3a11 Updated project and solution files with new Vss updates 2023-11-24 17:27:49 -07:00
David Hall d58047e3c0 Moved vss info files to VssApi and renamed vcxproj to Vanara.PInvoke.VssApi to match .NET projects. 2023-11-24 17:27:33 -07:00
David Hall 103f5ac29f Updated Vss project files 2023-11-24 16:33:54 -07:00
David Hall 907f21467e Fixed build for VssApi 2023-11-22 17:52:26 -07:00
David Hall be8c3ee6e8 Added SelfContained tag to project for Net8.0 2023-11-22 17:51:59 -07:00
David Hall 9d1d4db128 Fixed bugs in IShellFolder test 2023-11-22 17:50:49 -07:00
David Hall c84774927b Updated handle template 2023-11-22 17:50:14 -07:00
David Hall 2c6d71933b Separated SourceLInk and Package details into separate config files for solution 2023-11-22 17:49:48 -07:00
David Hall 4dddb1529c More nullability work on IShellFolder 2023-11-20 07:46:35 -07:00
David Hall c5ecf5e0b4 More nullability work, mostly Shell32 2023-11-19 20:05:15 -07:00
David Hall 7a463b80cd Updated readme 2023-11-19 15:49:21 -07:00
David Hall 31577fd398 Added missing functions and updated project files 2023-11-19 15:41:27 -07:00
David Hall 1536fadf8a Updated Printing tests to demonstrate #434 2023-11-19 09:10:04 -07:00