Commit Graph

1371 Commits (c856d06332839b6c5240ad14f6687aa275bcbb91)

Author SHA1 Message Date
dahall c856d06332 Updated project files for v3.1.9 2020-01-17 08:50:25 -07:00
dahall cc7170875f Fix and test for #101 - Bug when using SafeAnysizeStruct. 2020-01-17 07:54:15 -07:00
dahall 16aa08ec14 Added functions from olectl.h 2020-01-13 14:26:26 -07:00
dahall 303d8e707c Updated with current completion stats. 2020-01-13 11:18:26 -07:00
dahall 92acfa944e Added new functions from Win10 1903 2020-01-13 11:16:07 -07:00
dahall 1457225dd2 Updated Kernel32 with Windows 10 1903 API 2020-01-13 10:59:08 -07:00
dahall 4fa31ed4df Updated project files for v3.1.8 2020-01-13 09:33:44 -07:00
dahall 42677e2063 Project files update for v3.1.8. 2020-01-13 09:26:39 -07:00
dahall a98f49d582 Added tests and made corrections to Opc interfaces 2020-01-12 21:11:43 -07:00
dahall 019fd00485 Finished documenation 2020-01-12 21:11:21 -07:00
dahall 8f20fbf502 Completed adding all interfaces for Opc 2020-01-11 16:18:56 -07:00
dahall 95b1a68a6a Added empty unit test projects for Opc and UrlMon libs 2020-01-11 16:18:33 -07:00
dahall 04c8783799 Completed addition of all wia_xp.h content 2020-01-10 15:22:18 -07:00
dahall ca68dcff16 Finished work on UrlMon functions. 2020-01-09 15:55:52 -07:00
dahall f05c216813 Added TYSPEC and uCLSSPEC. 2020-01-09 14:32:34 -07:00
dahall 0a352c058c Merge branch 'master' of https://github.com/dahall/Vanara 2020-01-09 11:25:36 -07:00
dahall 82f0751712 More functions and interfaces for UrlMon 2020-01-09 11:24:59 -07:00
dahall f852e598b1 Added tagSECURITY_ATTRIBUTES, a struct implementation of SECURITY_ATTRIBUTES, for those few times it's needed. 2020-01-09 11:24:19 -07:00
dahall 6c0c07897a Added OLEMISC 2020-01-09 11:23:44 -07:00
dahall d284fb6f69 Added further testing for #66 2020-01-09 09:41:01 -07:00
dahall 095157dbc3 Updated for 3.1.7 2020-01-06 10:53:12 -07:00
David Hall be84942acf
Added updated support info 2020-01-06 07:37:38 -07:00
David Hall 1ccdd47ca7
Updated stats 2020-01-06 07:34:17 -07:00
dahall 25845ccc15 Updated project files for 3.1.7 2020-01-06 07:13:56 -07:00
dahall ca116d6e90 Completed adding and testing all functions for UserEnv.dll 2020-01-05 20:51:15 -07:00
dahall 34ee12d616 Updated PSID.ToString(string) docs 2020-01-05 20:50:42 -07:00
dahall ee98f1578e Updated with new stats. 2020-01-04 15:44:13 -07:00
dahall aff96b0adf Fixed bug in defintion of IEnumIDList.Next and all dependent methods. (#97) 2020-01-04 15:44:00 -07:00
dahall 67046abd5a Merge branch 'master' of https://github.com/dahall/Vanara 2020-01-03 16:51:24 -07:00
dahall 6eb542ecd0 Updated project information for 3.1.7 2020-01-03 16:50:52 -07:00
dahall 6edf55346d Added support for .NET Core 3.1 2020-01-03 16:46:48 -07:00
dahall 5db384a1fc Added .editorconfig file to solution to remove some warnings 2020-01-03 15:10:34 -07:00
dahall 3825a5ddad Completed documentation and cleanup of all xpsobjectmodelX.h code. 2020-01-03 15:10:02 -07:00
Jeffrey Jangli ce4b71e33c Added WellKnownSidType.ServiceSid to method AccountUtils.IsServiceAccount (#96)
Thanks
2020-01-01 20:55:22 -07:00
Jeffrey Jangli a3fb998699 Fixed memory leaks when using WindowsIdentity.GetCurrent() (#91) 2020-01-01 15:41:44 -07:00
Jeffrey Jangli 9a21348784 Improved unit test. (#90)
Thanks.
2020-01-01 11:35:00 -07:00
David Hall 92227c8afd Completed testing and fixes for url.dll in Vanara.PInvoke.Shell32. 2019-12-31 12:11:41 -07:00
David Hall 73bebac442 Added missing CLSCTX_ values. 2019-12-31 12:10:39 -07:00
David Hall b5a43c6255 Added test for UserEnv 2019-12-30 16:54:30 -07:00
David Hall ba0cfb721a Added Vanara.PInvoke.UserEnv to hold user profiles functions. (#80) 2019-12-30 16:01:47 -07:00
David Hall 9534fdf81c Merge branch 'master' of https://github.com/dahall/Vanara 2019-12-30 15:37:56 -07:00
Jeffrey Jangli ed37ebc3c3 -Improved/fxed mem leaks in BITS unit tests and method CopyTemplate.cs (#88) 2019-12-30 15:37:29 -07:00
David Hall ef322f1d42 Added functions and interfaces from url.dll to Shell32. 2019-12-30 15:32:32 -07:00
David Hall 19bbc90234 Corrected bug in ShellItem.Open that would incorrectly try to open .url files as IShellLink. Now opens them as IShellItem. (#82) 2019-12-30 14:21:15 -07:00
David Hall 4ced0d98da Fixed ShellItem.GetImage so it doesn't fail when it cannot make the returning bitmap transparent. (#85) 2019-12-30 11:23:18 -07:00
David Hall d1d4ed7889 Merge branch 'master' of https://github.com/dahall/Vanara 2019-12-30 10:26:10 -07:00
David Hall 08273f800c Added StringHelper.IsNullOrWhiteSpace to account for missing function prior to .NET 4. (#86) 2019-12-30 10:25:45 -07:00
David Hall f1b1951d8f
Added more detail to include. 2019-12-30 10:15:56 -07:00
David Hall b875577809 Fix for #81 2019-12-29 22:37:43 -07:00
David Hall 4efd504b33 Replaced int for SystemMetric as first parameter on GetSystemMetricsForDpi (#79) 2019-12-26 17:43:56 -07:00