Updated projects for version 2.3.9

pull/60/head
David Hall 2019-05-25 19:47:54 -06:00
parent c5dec3b510
commit 0b83c0a914
39 changed files with 127 additions and 80 deletions

View File

@ -9,7 +9,7 @@
* Memory stream based on marshaled memory</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.Core</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -0,0 +1,27 @@
## Correlation report for oleacc.dll
### Methods (100% complete)
Native Method | Native DLL | Header | Managed Method
--- | --- | --- | ---
[AccessibleChildren](http://msdn2.microsoft.com/en-us/library/dc9262d8-f57f-41f8-8945-d95f38d197e9) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.AccessibleChildren
[AccessibleObjectFromEvent](http://msdn2.microsoft.com/en-us/library/d453c163-3918-4a1c-9636-16816227a295) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.AccessibleObjectFromEvent
[AccessibleObjectFromPoint](http://msdn2.microsoft.com/en-us/library/b781b74f-5c36-4a65-a9b1-ecf7f8e5b531) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.AccessibleObjectFromPoint
[AccessibleObjectFromWindow](http://msdn2.microsoft.com/en-us/library/297ac50f-2a58-477b-ba57-5d1416c191b3) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.AccessibleObjectFromWindow
[AccNotifyTouchInteraction](http://msdn2.microsoft.com/en-us/library/CB533913-95A7-45D5-B0D3-E931E4F73B2E) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.AccNotifyTouchInteraction
[AccSetRunningUtilityState](http://msdn2.microsoft.com/en-us/library/0AEDDE0D-D8E2-4C9E-AB2B-2FF0ACC3695D) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.AccSetRunningUtilityState
[CreateStdAccessibleObject](http://msdn2.microsoft.com/en-us/library/50b6f391-98a4-4276-840f-028cc18e99ef) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.CreateStdAccessibleObject
[CreateStdAccessibleProxy](http://msdn2.microsoft.com/en-us/library/724b2a38-f7ca-4423-acd4-0871623d1201) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.CreateStdAccessibleProxy
[GetOleaccVersionInfo](http://msdn2.microsoft.com/en-us/library/96dcdb85-4f35-4274-ba57-2f565c3ebb5f) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.GetOleaccVersionInfo
[GetProcessHandleFromHwnd](http://msdn2.microsoft.com/en-us/library/173579d2-c930-402c-81c7-761b063b5b51) | oleacc.dll | | Vanara.PInvoke.Oleacc.GetProcessHandleFromHwnd
[GetRoleText](http://msdn2.microsoft.com/en-us/library/58436001-92d7-4afa-af07-169c8bbda9ba) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.GetRoleText
[GetStateText](http://msdn2.microsoft.com/en-us/library/2a136883-870e-48c3-b182-1cdc64768894) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.GetStateText
[LresultFromObject](http://msdn2.microsoft.com/en-us/library/c219a4cd-7a8f-4942-8975-b3d823b6497f) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.LresultFromObject
[ObjectFromLresult](http://msdn2.microsoft.com/en-us/library/97e766fd-e142-40d1-aba7-408b45d33426) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.ObjectFromLresult
[WindowFromAccessibleObject](http://msdn2.microsoft.com/en-us/library/b3a3d3dd-ef84-4323-ab6d-6331d8389f11) | oleacc.dll | oleacc.h | Vanara.PInvoke.Oleacc.WindowFromAccessibleObject
### Interfaces
Native Interface | Native DLL | Header | Managed Interface
--- | --- | --- | ---
[IAccessible](https://www.google.com/search?num=5&q=IAccessible+site%3Amicrosoft.com) | oleacc.dll | |
[IAccessibleHandler](https://www.google.com/search?num=5&q=IAccessibleHandler+site%3Amicrosoft.com) | oleacc.dll | |
[IAccIdentity](https://www.google.com/search?num=5&q=IAccIdentity+site%3Amicrosoft.com) | oleacc.dll | |
[IAccPropServer](https://www.google.com/search?num=5&q=IAccPropServer+site%3Amicrosoft.com) | oleacc.dll | |
[IAccPropServices](https://www.google.com/search?num=5&q=IAccPropServices+site%3Amicrosoft.com) | oleacc.dll | |

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows AclUI.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.AclUI</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (interfaces, structures and constants) imported for Windows BITS (Background Intelligent Transfer Service).</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.BITS</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows Cabinet.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.Cabinet</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows ComCtl32.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.ComCtl32</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows CredUI.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.CredUI</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows BCrypt.dll and NCrypt.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.Cryptography</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows DwmApi.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.DwmApi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows Gdi32.dll</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.Gdi32</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows IpHlpApi.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.IpHlpApi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -1133,12 +1133,13 @@ Native Structure | Header | Managed Structure
[CPINFO](http://msdn2.microsoft.com/en-us/library/dd317780) | Winnls.h | Vanara.PInvoke.Kernel32+CPINFO
[CPINFOEX](http://msdn2.microsoft.com/en-us/library/dd317781) | Winnls.h | Vanara.PInvoke.Kernel32+CPINFOEX
[CPU_RATE_CONTROL_UNION](https://www.google.com/search?num=5&q=CPU_RATE_CONTROL_UNION+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+JOBOBJECT_CPU_RATE_CONTROL_INFORMATION+CPU_RATE_CONTROL_UNION
[CREATE_PROCESS_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679286) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+CREATE_PROCESS_DEBUG_INFO
[CREATE_THREAD_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679287) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+CREATE_THREAD_DEBUG_INFO
[CREATE_PROCESS_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679286) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+CREATE_PROCESS_DEBUG_INFO
[CREATE_THREAD_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679287) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+CREATE_THREAD_DEBUG_INFO
[CREATEFILE2_EXTENDED_PARAMETERS](http://msdn2.microsoft.com/en-us/library/hh449426) | FileAPI.h | Vanara.PInvoke.Kernel32+CREATEFILE2_EXTENDED_PARAMETERS
[CRITICAL_SECTION](https://www.google.com/search?num=5&q=CRITICAL_SECTION+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+CRITICAL_SECTION
[CURRENCYFMT](http://msdn2.microsoft.com/en-us/library/dd317784) | Winnls.h | Vanara.PInvoke.Kernel32+CURRENCYFMT
[DCB](http://msdn2.microsoft.com/en-us/library/aa363214) | Winbase.h | Vanara.PInvoke.Kernel32+DCB
[DEBUG_EVENT](http://msdn2.microsoft.com/en-us/library/ms679308) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT
[DETAIL](https://www.google.com/search?num=5&q=DETAIL+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+REASON_CONTEXT+DETAIL
[DUMMYSTRUCTNAME](https://www.google.com/search?num=5&q=DUMMYSTRUCTNAME+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+PACKAGE_VERSION+DUMMYSTRUCTNAME
[DYNAMIC_TIME_ZONE_INFORMATION](http://msdn2.microsoft.com/en-us/library/ms724253) | WinBase.h | Vanara.PInvoke.Kernel32+DYNAMIC_TIME_ZONE_INFORMATION
@ -1149,11 +1150,12 @@ Native Structure | Header | Managed Structure
[ENUM_PAGE_FILE_INFORMATION](http://msdn2.microsoft.com/en-us/library/020f3be8-f624-4788-8079-0f7679c9bef0) | psapi.h | Vanara.PInvoke.Kernel32+ENUM_PAGE_FILE_INFORMATION
[Error](https://www.google.com/search?num=5&q=Error+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+COPYFILE2_MESSAGE+Error
[Event](https://www.google.com/search?num=5&q=Event+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+PSS_HANDLE_ENTRY+Event
[EXCEPTION_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679326) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+EXCEPTION_DEBUG_INFO
[EXCEPTION_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679326) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_DEBUG_INFO
[EXCEPTION_INFO](http://msdn2.microsoft.com/en-us/library/ms679308) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO
[EXCEPTION_POINTERS](http://msdn2.microsoft.com/en-us/library/ms679331) | WinNT.h | Vanara.PInvoke.Kernel32+EXCEPTION_POINTERS
[EXCEPTION_RECORD](http://msdn2.microsoft.com/en-us/library/aa363082) | WinNT.h | Vanara.PInvoke.Kernel32+EXCEPTION_RECORD
[EXIT_PROCESS_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679334) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+EXIT_PROCESS_DEBUG_INFO
[EXIT_THREAD_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679335) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+EXIT_THREAD_DEBUG_INFO
[EXIT_PROCESS_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679334) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXIT_PROCESS_DEBUG_INFO
[EXIT_THREAD_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms679335) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXIT_THREAD_DEBUG_INFO
[FILE_ALIGNMENT_INFO](http://msdn2.microsoft.com/en-us/library/a6d3cba0-d59b-45c2-a763-ecdde5b36348) | winbase.h | Vanara.PInvoke.Kernel32+FILE_ALIGNMENT_INFO
[FILE_ALLOCATION_INFO](http://msdn2.microsoft.com/en-us/library/909f1747-0099-407e-89a7-bec6331887da) | winbase.h | Vanara.PInvoke.Kernel32+FILE_ALLOCATION_INFO
[FILE_ATTRIBUTE_TAG_INFO](http://msdn2.microsoft.com/en-us/library/4a2467a2-c22a-4ee6-a40e-5603ea381adc) | winbase.h | Vanara.PInvoke.Kernel32+FILE_ATTRIBUTE_TAG_INFO
@ -1219,7 +1221,7 @@ Native Structure | Header | Managed Structure
[JOBOBJECT_SECURITY_LIMIT_INFORMATION](http://msdn2.microsoft.com/en-us/library/ms684159) | WinNT.h | Vanara.PInvoke.Kernel32+JOBOBJECT_SECURITY_LIMIT_INFORMATION
[KEY_EVENT_RECORD](http://msdn2.microsoft.com/en-us/library/b3fed86b-84ef-48e4-97e1-cb3d65f714a7) | Wincon.h | Vanara.PInvoke.Kernel32+KEY_EVENT_RECORD
[LDT_ENTRY](http://msdn2.microsoft.com/en-us/library/ms680348) | WinNT.h | Vanara.PInvoke.Kernel32+LDT_ENTRY
[LOAD_DLL_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms680351) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+LOAD_DLL_DEBUG_INFO
[LOAD_DLL_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms680351) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+LOAD_DLL_DEBUG_INFO
[M128A](https://www.google.com/search?num=5&q=M128A+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+CONTEXT64+M128A
[MEM_ADDRESS_REQUIREMENTS](http://msdn2.microsoft.com/en-us/library/1CAB4942-F0D2-4A60-9472-4EDF2FC9FA7A) | winnt.h | Vanara.PInvoke.Kernel32+MEM_ADDRESS_REQUIREMENTS
[MEM_EXTENDED_PARAMETER](http://msdn2.microsoft.com/en-us/library/8D189F7E-83E7-4AF3-9E25-928C66666887) | winnt.h | Vanara.PInvoke.Kernel32+MEM_EXTENDED_PARAMETER
@ -1239,7 +1241,7 @@ Native Structure | Header | Managed Structure
[NUMBERFMT](http://msdn2.microsoft.com/en-us/library/dd319095) | Winnls.h | Vanara.PInvoke.Kernel32+NUMBERFMT
[OFSTRUCT](http://msdn2.microsoft.com/en-us/library/aa365282) | WinBase.h | Vanara.PInvoke.Kernel32+OFSTRUCT
[OSVERSIONINFOEX](http://msdn2.microsoft.com/en-us/library/ms724833) | Winnt.h | Vanara.PInvoke.Kernel32+OSVERSIONINFOEX
[OUTPUT_DEBUG_STRING_INFO](http://msdn2.microsoft.com/en-us/library/ms680545) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+OUTPUT_DEBUG_STRING_INFO
[OUTPUT_DEBUG_STRING_INFO](http://msdn2.microsoft.com/en-us/library/ms680545) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+OUTPUT_DEBUG_STRING_INFO
[PACKAGE_ID](http://msdn2.microsoft.com/en-us/library/4B15281A-2227-47B7-A750-0A01DB8543FC) | appmodel.h | Vanara.PInvoke.Kernel32+PACKAGE_ID
[PACKAGE_INFO_REFERENCE](https://www.google.com/search?num=5&q=PACKAGE_INFO_REFERENCE+site%3Amicrosoft.com) | appmodel.h | Vanara.PInvoke.Kernel32+PACKAGE_INFO_REFERENCE
[PACKAGE_VERSION](http://msdn2.microsoft.com/en-us/library/8543DF84-A908-4DF5-AEE6-169FECB2AA97) | appmodel.h | Vanara.PInvoke.Kernel32+PACKAGE_VERSION
@ -1297,7 +1299,7 @@ Native Structure | Header | Managed Structure
[PTP_WORK](https://www.google.com/search?num=5&q=PTP_WORK+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+PTP_WORK
[REASON_CONTEXT](http://msdn2.microsoft.com/en-us/library/dd405536) | MinWinBase.h | Vanara.PInvoke.Kernel32+REASON_CONTEXT
[REGION_DATA](https://www.google.com/search?num=5&q=REGION_DATA+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+PROCESS_HEAP_ENTRY+BLOCK_REGION_UNION+REGION_DATA
[RIP_INFO](http://msdn2.microsoft.com/en-us/library/ms680587) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+RIP_INFO
[RIP_INFO](http://msdn2.microsoft.com/en-us/library/ms680587) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+RIP_INFO
[Section](https://www.google.com/search?num=5&q=Section+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+PSS_HANDLE_ENTRY+Section
[Semaphore](https://www.google.com/search?num=5&q=Semaphore+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+PSS_HANDLE_ENTRY+Semaphore
[Server](https://www.google.com/search?num=5&q=Server+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+FILE_REMOTE_PROTOCOL_INFO+Server
@ -1331,7 +1333,7 @@ Native Structure | Header | Managed Structure
[UMS_SYSTEM_THREAD_INFORMATION](http://msdn2.microsoft.com/en-us/library/eecdc592-5046-47c3-a4c6-ecb10899db3c) | winbase.h | Vanara.PInvoke.Kernel32+UMS_SYSTEM_THREAD_INFORMATION
[Union](https://www.google.com/search?num=5&q=Union+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+COPYFILE2_MESSAGE+Union
[UNION](https://www.google.com/search?num=5&q=UNION+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+PSS_HANDLE_ENTRY+UNION
[UNLOAD_DLL_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms681403) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+EXCEPTION_INFO+UNLOAD_DLL_DEBUG_INFO
[UNLOAD_DLL_DEBUG_INFO](http://msdn2.microsoft.com/en-us/library/ms681403) | WinBase.h | Vanara.PInvoke.Kernel32+DEBUG_EVENT+UNLOAD_DLL_DEBUG_INFO
[UpdateResourceHandle](https://www.google.com/search?num=5&q=UpdateResourceHandle+site%3Amicrosoft.com) | | Vanara.PInvoke.Kernel32+UpdateResourceHandle
[WIN32_FILE_ATTRIBUTE_DATA](http://msdn2.microsoft.com/en-us/library/aa365739) | WinBase.h | Vanara.PInvoke.Kernel32+WIN32_FILE_ATTRIBUTE_DATA
[WIN32_FIND_STREAM_DATA](http://msdn2.microsoft.com/en-us/library/aa365741) | WinBase.h | Vanara.PInvoke.Kernel32+WIN32_FIND_STREAM_DATA

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows Mpr.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.Mpr</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows NTDSApi.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.NTDSApi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows NtDll.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.NtDll</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows NetApi32.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.NetApi32</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (interfaces, structures and constants) for Windows NetListMgr COM object.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.NetListMgr</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -1,5 +1,5 @@
## Correlation report for ole32.dll, oleaut32.dll, propsys.dll
### Methods (27% complete)
### Methods (29% complete)
Native Method | Native DLL | Header | Managed Method
--- | --- | --- | ---
[BindMoniker](https://www.google.com/search?num=5&q=BindMoniker+site%3Amicrosoft.com) | ole32.dll | |
@ -153,7 +153,7 @@ Native Method | Native DLL | Header | Managed Method
[CreateErrorInfo](https://www.google.com/search?num=5&q=CreateErrorInfo+site%3Amicrosoft.com) | ole32.dll | |
[CreateFileMoniker](http://msdn2.microsoft.com/en-us/library/d9677fa0-cda0-4b63-a21f-1fd0e27c8f3f) | ole32.dll | objbase.h | Vanara.PInvoke.Ole32.CreateFileMoniker
[CreateGenericComposite](https://www.google.com/search?num=5&q=CreateGenericComposite+site%3Amicrosoft.com) | ole32.dll | |
[CreateILockBytesOnHGlobal](https://www.google.com/search?num=5&q=CreateILockBytesOnHGlobal+site%3Amicrosoft.com) | ole32.dll | |
[CreateILockBytesOnHGlobal](http://msdn2.microsoft.com/en-us/library/e7963be7-ccd8-49fb-85bb-e22fbbb6dc5c) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.CreateILockBytesOnHGlobal
[CreateItemMoniker](https://www.google.com/search?num=5&q=CreateItemMoniker+site%3Amicrosoft.com) | ole32.dll | |
[CreateObjrefMoniker](https://www.google.com/search?num=5&q=CreateObjrefMoniker+site%3Amicrosoft.com) | ole32.dll | |
[CreateOleAdviseHolder](https://www.google.com/search?num=5&q=CreateOleAdviseHolder+site%3Amicrosoft.com) | ole32.dll | |
@ -193,16 +193,16 @@ Native Method | Native DLL | Header | Managed Method
[DragDropSetFDT](https://www.google.com/search?num=5&q=DragDropSetFDT+site%3Amicrosoft.com) | ole32.dll | |
[EnableHookObject](https://www.google.com/search?num=5&q=EnableHookObject+site%3Amicrosoft.com) | ole32.dll | |
[FindExt](https://www.google.com/search?num=5&q=FindExt+site%3Amicrosoft.com) | ole32.dll | |
[FmtIdToPropStgName](https://www.google.com/search?num=5&q=FmtIdToPropStgName+site%3Amicrosoft.com) | ole32.dll | |
[FmtIdToPropStgName](http://msdn2.microsoft.com/en-us/library/044f8883-bbd2-4cd3-b9dc-739ecb711bdd) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.FmtIdToPropStgName
[FreePropVariantArray](https://www.google.com/search?num=5&q=FreePropVariantArray+site%3Amicrosoft.com) | ole32.dll | |
[GetActiveObject](https://www.google.com/search?num=5&q=GetActiveObject+site%3Amicrosoft.com) | oleaut32.dll | |
[GetActiveObjectExt](https://www.google.com/search?num=5&q=GetActiveObjectExt+site%3Amicrosoft.com) | ole32.dll | |
[GetAltMonthNames](https://www.google.com/search?num=5&q=GetAltMonthNames+site%3Amicrosoft.com) | oleaut32.dll | |
[GetClassFile](https://www.google.com/search?num=5&q=GetClassFile+site%3Amicrosoft.com) | ole32.dll | |
[GetConvertStg](https://www.google.com/search?num=5&q=GetConvertStg+site%3Amicrosoft.com) | ole32.dll | |
[GetConvertStg](http://msdn2.microsoft.com/en-us/library/748649a2-cf75-4ffa-ac1f-4a148b845d21) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.GetConvertStg
[GetDocumentBitStg](https://www.google.com/search?num=5&q=GetDocumentBitStg+site%3Amicrosoft.com) | ole32.dll | |
[GetErrorInfo](https://www.google.com/search?num=5&q=GetErrorInfo+site%3Amicrosoft.com) | ole32.dll | |
[GetHGlobalFromILockBytes](https://www.google.com/search?num=5&q=GetHGlobalFromILockBytes+site%3Amicrosoft.com) | ole32.dll | |
[GetHGlobalFromILockBytes](http://msdn2.microsoft.com/en-us/library/084fcd1d-5b85-448c-862a-378353e1e2e6) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.GetHGlobalFromILockBytes
[GetHGlobalFromStream](http://msdn2.microsoft.com/en-us/library/79e39345-7a20-4b0f-bceb-f62de13d3260) | ole32.dll | combaseapi.h | Vanara.PInvoke.Ole32.GetHGlobalFromStream
[GetHookInterface](https://www.google.com/search?num=5&q=GetHookInterface+site%3Amicrosoft.com) | ole32.dll | |
[GetObjectFromRotByPath](https://www.google.com/search?num=5&q=GetObjectFromRotByPath+site%3Amicrosoft.com) | ole32.dll | |
@ -365,7 +365,7 @@ Native Method | Native DLL | Header | Managed Method
[OleUninitialize](http://msdn2.microsoft.com/en-us/library/ms691326) | ole32.dll | Ole2.h | Vanara.PInvoke.Ole32.OleUninitialize
[OpenOrCreateStream](https://www.google.com/search?num=5&q=OpenOrCreateStream+site%3Amicrosoft.com) | ole32.dll | |
[ProgIDFromCLSID](http://msdn2.microsoft.com/en-us/library/a863cbc2-f8ab-468a-8254-b273077a6a2b) | ole32.dll | combaseapi.h | Vanara.PInvoke.Ole32.ProgIDFromCLSID
[PropStgNameToFmtId](https://www.google.com/search?num=5&q=PropStgNameToFmtId+site%3Amicrosoft.com) | ole32.dll | |
[PropStgNameToFmtId](http://msdn2.microsoft.com/en-us/library/bbbaf5a3-df17-42fd-ba2b-ad5b572c8a3f) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.PropStgNameToFmtId
[PropSysAllocString](https://www.google.com/search?num=5&q=PropSysAllocString+site%3Amicrosoft.com) | ole32.dll | |
[PropSysFreeString](https://www.google.com/search?num=5&q=PropSysFreeString+site%3Amicrosoft.com) | ole32.dll | |
[PropVariantChangeType](http://msdn2.microsoft.com/en-us/library/bb776514) | ole32.dll | Propvarutil.h | Vanara.PInvoke.PropSys.PropVariantChangeType
@ -495,8 +495,8 @@ Native Method | Native DLL | Header | Managed Method
[PSStringFromPropertyKey](http://msdn2.microsoft.com/en-us/library/081f8e6d-9189-44f9-9b27-e85f4793da48) | propsys.dll | propsys.h | Vanara.PInvoke.PropSys.PSStringFromPropertyKey
[PSUnregisterPropertySchema](http://msdn2.microsoft.com/en-us/library/57df82a9-8954-4c2b-b794-82ac542149e2) | propsys.dll | propsys.h | Vanara.PInvoke.PropSys.PSUnregisterPropertySchema
[QueryPathOfRegTypeLib](https://www.google.com/search?num=5&q=QueryPathOfRegTypeLib+site%3Amicrosoft.com) | oleaut32.dll | |
[ReadClassStg](https://www.google.com/search?num=5&q=ReadClassStg+site%3Amicrosoft.com) | ole32.dll | |
[ReadClassStm](https://www.google.com/search?num=5&q=ReadClassStm+site%3Amicrosoft.com) | ole32.dll | |
[ReadClassStg](http://msdn2.microsoft.com/en-us/library/90256fcd-54ce-48e1-aa12-d8f91cd4dfb1) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.ReadClassStg
[ReadClassStm](http://msdn2.microsoft.com/en-us/library/bcf11c5b-e164-4a0f-b30f-ee9e76c4356d) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.ReadClassStm
[ReadFmtUserTypeStg](https://www.google.com/search?num=5&q=ReadFmtUserTypeStg+site%3Amicrosoft.com) | ole32.dll | |
[ReadOleStg](https://www.google.com/search?num=5&q=ReadOleStg+site%3Amicrosoft.com) | ole32.dll | |
[ReadStorageProperties](https://www.google.com/search?num=5&q=ReadStorageProperties+site%3Amicrosoft.com) | ole32.dll | |
@ -554,25 +554,25 @@ Native Method | Native DLL | Header | Managed Method
[StdTypesRegisterServer](https://www.google.com/search?num=5&q=StdTypesRegisterServer+site%3Amicrosoft.com) | ole32.dll | |
[StgConvertPropertyToVariant](https://www.google.com/search?num=5&q=StgConvertPropertyToVariant+site%3Amicrosoft.com) | ole32.dll | |
[StgConvertVariantToProperty](https://www.google.com/search?num=5&q=StgConvertVariantToProperty+site%3Amicrosoft.com) | ole32.dll | |
[StgCreateDocfile](https://www.google.com/search?num=5&q=StgCreateDocfile+site%3Amicrosoft.com) | ole32.dll | |
[StgCreateDocfileOnILockBytes](https://www.google.com/search?num=5&q=StgCreateDocfileOnILockBytes+site%3Amicrosoft.com) | ole32.dll | |
[StgCreatePropSetStg](https://www.google.com/search?num=5&q=StgCreatePropSetStg+site%3Amicrosoft.com) | ole32.dll | |
[StgCreatePropStg](https://www.google.com/search?num=5&q=StgCreatePropStg+site%3Amicrosoft.com) | ole32.dll | |
[StgCreateStorageEx](http://msdn2.microsoft.com/en-us/library/aa380328) | ole32.dll | Objbase.h | Vanara.PInvoke.Ole32.StgCreateStorageEx
[StgCreateDocfile](http://msdn2.microsoft.com/en-us/library/3292484b-8eff-438d-b989-b58ae323872b) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgCreateDocfile
[StgCreateDocfileOnILockBytes](http://msdn2.microsoft.com/en-us/library/8af5098d-db04-4273-8f5f-6d1a1d9541de) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgCreateDocfileOnILockBytes
[StgCreatePropSetStg](http://msdn2.microsoft.com/en-us/library/0113b29d-23aa-4590-b8ac-33789a7a2ed4) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgCreatePropSetStg
[StgCreatePropStg](http://msdn2.microsoft.com/en-us/library/fc171888-3723-4894-a356-1b234352c4e8) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgCreatePropStg
[StgCreateStorageEx](http://msdn2.microsoft.com/en-us/library/6442977d-e980-419e-abe9-9d15dbb045c1) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgCreateStorageEx
[StgDeserializePropVariant](http://msdn2.microsoft.com/en-us/library/bb776578) | propsys.dll | Propvarutil.h | Vanara.PInvoke.PropSys.StgDeserializePropVariant
[StgGetIFillLockBytesOnFile](https://www.google.com/search?num=5&q=StgGetIFillLockBytesOnFile+site%3Amicrosoft.com) | ole32.dll | |
[StgGetIFillLockBytesOnILockBytes](https://www.google.com/search?num=5&q=StgGetIFillLockBytesOnILockBytes+site%3Amicrosoft.com) | ole32.dll | |
[StgIsStorageFile](http://msdn2.microsoft.com/en-us/library/aa380334) | ole32.dll | Objbase.h | Vanara.PInvoke.Ole32.StgIsStorageFile
[StgIsStorageILockBytes](https://www.google.com/search?num=5&q=StgIsStorageILockBytes+site%3Amicrosoft.com) | ole32.dll | |
[StgIsStorageFile](http://msdn2.microsoft.com/en-us/library/6a0d2da5-4d5c-4da7-9ea6-3b52cd6673fc) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgIsStorageFile
[StgIsStorageILockBytes](http://msdn2.microsoft.com/en-us/library/ce0e29fd-1b21-4064-8e37-1a5d5df8bb61) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgIsStorageILockBytes
[StgOpenAsyncDocfileOnIFillLockBytes](https://www.google.com/search?num=5&q=StgOpenAsyncDocfileOnIFillLockBytes+site%3Amicrosoft.com) | ole32.dll | |
[StgOpenPropStg](https://www.google.com/search?num=5&q=StgOpenPropStg+site%3Amicrosoft.com) | ole32.dll | |
[StgOpenStorage](http://msdn2.microsoft.com/en-us/library/aa380341) | ole32.dll | Objbase.h | Vanara.PInvoke.Ole32.StgOpenStorage
[StgOpenStorageEx](http://msdn2.microsoft.com/en-us/library/aa380342) | ole32.dll | Objbase.h | Vanara.PInvoke.Ole32.StgOpenStorageEx
[StgOpenPropStg](http://msdn2.microsoft.com/en-us/library/ecc78e49-f1c2-4c2d-8390-b2b6f1dc776e) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgOpenPropStg
[StgOpenStorage](http://msdn2.microsoft.com/en-us/library/5ff18dc8-b24f-42bb-8c32-efc4d3696687) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgOpenStorage
[StgOpenStorageEx](http://msdn2.microsoft.com/en-us/library/4f2138fb-1f80-4345-a3cb-9c11023457b1) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgOpenStorageEx
[StgOpenStorageOnHandle](https://www.google.com/search?num=5&q=StgOpenStorageOnHandle+site%3Amicrosoft.com) | ole32.dll | |
[StgOpenStorageOnILockBytes](https://www.google.com/search?num=5&q=StgOpenStorageOnILockBytes+site%3Amicrosoft.com) | ole32.dll | |
[StgOpenStorageOnILockBytes](http://msdn2.microsoft.com/en-us/library/7920bd46-0a8f-42e0-9988-59d85edb64e2) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgOpenStorageOnILockBytes
[StgPropertyLengthAsVariant](https://www.google.com/search?num=5&q=StgPropertyLengthAsVariant+site%3Amicrosoft.com) | ole32.dll | |
[StgSerializePropVariant](http://msdn2.microsoft.com/en-us/library/bb776579) | propsys.dll | Propvarutil.h | Vanara.PInvoke.PropSys.StgSerializePropVariant
[StgSetTimes](https://www.google.com/search?num=5&q=StgSetTimes+site%3Amicrosoft.com) | ole32.dll | |
[StgSetTimes](http://msdn2.microsoft.com/en-us/library/5ade3e7a-a22a-458f-b463-1680893edc15) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.StgSetTimes
[StringFromCLSID](https://www.google.com/search?num=5&q=StringFromCLSID+site%3Amicrosoft.com) | ole32.dll | |
[StringFromGUID2](https://www.google.com/search?num=5&q=StringFromGUID2+site%3Amicrosoft.com) | ole32.dll | |
[StringFromIID](https://www.google.com/search?num=5&q=StringFromIID+site%3Amicrosoft.com) | ole32.dll | |
@ -948,8 +948,8 @@ Native Method | Native DLL | Header | Managed Method
[VarXor](https://www.google.com/search?num=5&q=VarXor+site%3Amicrosoft.com) | oleaut32.dll | |
[VectorFromBstr](https://www.google.com/search?num=5&q=VectorFromBstr+site%3Amicrosoft.com) | oleaut32.dll | |
[WinRTPropertyValueToPropVariant](https://www.google.com/search?num=5&q=WinRTPropertyValueToPropVariant+site%3Amicrosoft.com) | propsys.dll | |
[WriteClassStg](https://www.google.com/search?num=5&q=WriteClassStg+site%3Amicrosoft.com) | ole32.dll | |
[WriteClassStm](https://www.google.com/search?num=5&q=WriteClassStm+site%3Amicrosoft.com) | ole32.dll | |
[WriteClassStg](http://msdn2.microsoft.com/en-us/library/5f2f16d1-923f-4ba7-8d4b-7e8535f6f15e) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.WriteClassStg
[WriteClassStm](http://msdn2.microsoft.com/en-us/library/c08bfbc8-f7ac-4534-8c98-c732c6daa2f7) | ole32.dll | coml2api.h | Vanara.PInvoke.Ole32.WriteClassStm
[WriteFmtUserTypeStg](https://www.google.com/search?num=5&q=WriteFmtUserTypeStg+site%3Amicrosoft.com) | ole32.dll | |
[WriteOleStg](https://www.google.com/search?num=5&q=WriteOleStg+site%3Amicrosoft.com) | ole32.dll | |
[WriteStorageProperties](https://www.google.com/search?num=5&q=WriteStorageProperties+site%3Amicrosoft.com) | ole32.dll | |
@ -982,10 +982,11 @@ Native Structure | Header | Managed Structure
[STATPROPSETSTG](http://msdn2.microsoft.com/en-us/library/8e5cc502-9f96-4f4b-8729-cac4a1ffcd6f) | propidl.h | Vanara.PInvoke.Ole32+STATPROPSETSTG
[STATPROPSTG](http://msdn2.microsoft.com/en-us/library/3b8de6d3-18a3-4c0a-94d1-04bcec05d41a) | propidl.h | Vanara.PInvoke.Ole32+STATPROPSTG
[STGOPTIONS](http://msdn2.microsoft.com/en-us/library/aa380344) | Objbase.h | Vanara.PInvoke.Ole32+STGOPTIONS
[StorageLayout](http://msdn2.microsoft.com/en-us/library/1e4fb36d-077b-44bd-ab6e-8c122ec95a46) | objidl.h | Vanara.PInvoke.Ole32+StorageLayout
### Interfaces
Native Interface | Native DLL | Header | Managed Interface
--- | --- | --- | ---
[IActivationFilter](https://www.google.com/search?num=5&q=IActivationFilter+site%3Amicrosoft.com) | | Vanara.PInvoke.Ole32+IActivationFilter
[IActivationFilter](https://www.google.com/search?num=5&q=IActivationFilter+site%3Amicrosoft.com) | objidl.h | Vanara.PInvoke.Ole32+IActivationFilter
[IAgileObject](http://msdn2.microsoft.com/en-us/library/787A22DE-AEAB-4570-BB97-C49D656E5D40) | objidl.h | Vanara.PInvoke.Ole32+IAgileObject
[IAgileReference](http://msdn2.microsoft.com/en-us/library/51787A45-BCDE-4028-A338-1C16F2DE79AD) | objidl.h | Vanara.PInvoke.Ole32+IAgileReference
[IBindCtxV](http://msdn2.microsoft.com/en-us/library/e4c8abb5-0c89-44dd-8d95-efbfcc999b46) | objidl.h | Vanara.PInvoke.Ole32+IBindCtxV
@ -994,15 +995,19 @@ Native Interface | Native DLL | Header | Managed Interface
[IContext](http://msdn2.microsoft.com/en-us/library/89c41d9c-186c-4927-990d-92aa501f7d35) | objidl.h | Vanara.PInvoke.Ole32+IContext
[ICreateObject](http://msdn2.microsoft.com/en-us/library/90502b4a-dc0a-4077-83d7-e9f5445ba69b) | propsys.h | Vanara.PInvoke.PropSys+ICreateObject
[IDelayedPropertyStoreFactory](http://msdn2.microsoft.com/en-us/library/855c9f10-9f40-4c60-a669-551fa51133f5) | propsys.h | Vanara.PInvoke.PropSys+IDelayedPropertyStoreFactory
[IDirectWriterLock](http://msdn2.microsoft.com/en-us/library/cff56e4f-b8c5-4d87-9289-f8f2212d7c42) | objidl.h | Vanara.PInvoke.Ole32+IDirectWriterLock
[IDropSource](http://msdn2.microsoft.com/en-us/library/963a36bc-4ad7-4591-bffc-a96b4310177d) | oleidl.h | Vanara.PInvoke.Ole32+IDropSource
[IDropTarget](http://msdn2.microsoft.com/en-us/library/13fbe834-1ef8-4944-b2e4-9f5c413c65c8) | oleidl.h | Vanara.PInvoke.Ole32+IDropTarget
[IEnumContextProps](http://msdn2.microsoft.com/en-us/library/64591e45-5478-4360-8c1f-08b09b5aef8e) | objidl.h | Vanara.PInvoke.Ole32+IEnumContextProps
[IEnumSTATPROPSETSTG](http://msdn2.microsoft.com/en-us/library/8d5e658f-312c-4c91-8794-808b2e8dd182) | propidl.h | Vanara.PInvoke.Ole32+IEnumSTATPROPSETSTG
[IEnumSTATPROPSTG](http://msdn2.microsoft.com/en-us/library/e625e52a-5628-4d18-9282-aa1c141c83af) | propidl.h | Vanara.PInvoke.Ole32+IEnumSTATPROPSTG
[IEnumSTATPROPSETSTG](http://msdn2.microsoft.com/en-us/library/0000013B-0000-0000-C000-000000000046) | propidl.h | Vanara.PInvoke.Ole32+IEnumSTATPROPSETSTG
[IEnumSTATPROPSTG](http://msdn2.microsoft.com/en-us/library/e625e52a-5628-4d18-9282-aa1c141c83af) | propidlbase.h | Vanara.PInvoke.Ole32+IEnumSTATPROPSTG
[IEnumSTATSTG](http://msdn2.microsoft.com/en-us/library/aa379217) | Objidl.h | Vanara.PInvoke.Ole32+IEnumSTATSTG
[IEnumUnknown](http://msdn2.microsoft.com/en-us/library/5aaed96f-39c1-4201-80d0-a2a8a177b65e) | objidl.h | Vanara.PInvoke.Ole32+IEnumUnknown
[IErrorLog](https://www.google.com/search?num=5&q=IErrorLog+site%3Amicrosoft.com) | OAIdl.h | Vanara.PInvoke.Ole32+IErrorLog
[IFillLockBytes](http://msdn2.microsoft.com/en-us/library/99caf010-415e-11cf-8814-00aa00b569f5) | objidl.h | Vanara.PInvoke.Ole32+IFillLockBytes
[IInitializeWithStream](http://msdn2.microsoft.com/en-us/library/bb761810) | Propsys.h | Vanara.PInvoke.PropSys+IInitializeWithStream
[ILayoutStorage](http://msdn2.microsoft.com/en-us/library/72201600-4bbb-4346-a13f-927e8463b6ec) | objidl.h | Vanara.PInvoke.Ole32+ILayoutStorage
[ILockBytes](http://msdn2.microsoft.com/en-us/library/bb2c5d0d-8dc8-4844-9a20-ef8e4def5731) | objidl.h | Vanara.PInvoke.Ole32+ILockBytes
[IMalloc](http://msdn2.microsoft.com/en-us/library/047f281e-2665-4d6d-9a0b-918cd3339447) | objidl.h | Vanara.PInvoke.Ole32+IMalloc
[IMarshal](http://msdn2.microsoft.com/en-us/library/e6f08949-f27d-4aba-adff-eaf9c356a928) | objidl.h | Vanara.PInvoke.Ole32+IMarshal
[INoMarshal](http://msdn2.microsoft.com/en-us/library/6C82B08D-C8AF-4FB6-988C-CD7F9BABEE92) | objidl.h | Vanara.PInvoke.Ole32+INoMarshal
@ -1028,5 +1033,6 @@ Native Interface | Native DLL | Header | Managed Interface
[IPropertySystem](http://msdn2.microsoft.com/en-us/library/9ead94d9-4d4e-44c6-8c53-11c4c4ee2fb2) | propsys.h | Vanara.PInvoke.PropSys+IPropertySystem
[IRecordInfo](https://www.google.com/search?num=5&q=IRecordInfo+site%3Amicrosoft.com) | OAIdl.h | Vanara.PInvoke.Ole32+IRecordInfo
[IRunningObjectTable](http://msdn2.microsoft.com/en-us/library/ff89bcb5-df6d-4325-b0e8-613217a68f42) | objidl.h | Vanara.PInvoke.Ole32+IRunningObjectTable
[ISequentialStream](http://msdn2.microsoft.com/en-us/library/c1d33800-d2f1-4942-92fa-e115f524c23c) | objidl.h | Vanara.PInvoke.Ole32+ISequentialStream
[IStorage](http://msdn2.microsoft.com/en-us/library/aa380015) | Objidl.h | Vanara.PInvoke.Ole32+IStorage
[ISurrogate](http://msdn2.microsoft.com/en-us/library/fbed0514-3646-4744-aa7a-4a98f1a12cc0) | objidl.h | Vanara.PInvoke.Ole32+ISurrogate

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows PowrProf.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.PowrProf</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows AdvApi32.dll, Authz.dll and Secur32.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.Security</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -3,8 +3,10 @@
Class | Description
---- | ----
AssociateAttribute | Associates a Guid with an element.
ComTryGetNext | Delegate that gets the next value in an enumeration and returns true or returns false to indicate there are no more items in the enumeration.
CoTaskMemStringMarshaler | Marshals strings that are allocated by native code and must be freed using CoTaskMemFree after use.
FunctionHelper | Generic functions to help with standard function patterns like getting a string from a method.
IEnumFromCom<T> | Creates an enumerable class from a get next method in the form of HRESULT Next(uint, TItem[], out uint) and a reset method. Useful if a class doesn't support `IEnumerable` or <see cref="T:System.Collections.Generic.IEnumerable`1" /> like some COM objects.
IEnumFromIndexer<T> | Creates an enumerable class from a counter and an indexer. Useful if a class doesn't support `IEnumerable` or <see cref="T:System.Collections.Generic.IEnumerable`1" /> like some COM objects.
IEnumFromNext<T> | Creates an enumerable class from a get next method and a reset method. Useful if a class doesn't support `IEnumerable` or <see cref="T:System.Collections.Generic.IEnumerable`1" /> like some COM objects.
Lib | Holds string values for all used external API libraries.

View File

@ -11,7 +11,7 @@
* Shared structures and enums (see release notes)</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.Shared</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
@ -32,7 +32,7 @@
<PackageReleaseNotes>Currently implements:
Classes
AssociateAttribute, CoTaskMemStringMarshaler, FunctionHelper, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, Lib, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, TryGetNext, WIN32_FIND_DATA
AssociateAttribute, ComTryGetNext, CoTaskMemStringMarshaler, FunctionHelper, IEnumFromCom&lt;T&gt;, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, Lib, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, TryGetNext, WIN32_FIND_DATA
Structures
ACCESS_MASK, BusNumber, CM_FULL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_LIST, CM_RESOURCE_LIST, COLORREF, Connection, DevicePrivate, DeviceSpecificData, Dma, DmaV3, Generic, HACCEL, HANDLE, HBITMAP, HBRUSH, HCURSOR, HDC, HDESK, HDPA, HDROP, HDSA, HDWP, HENHMETAFILE, HFILE, HFONT, HGDIOBJ, HICON, HIMAGELIST, HINSTANCE, HKEY, HMENU, HMETAFILE, HMONITOR, HPALETTE, HPEN, HPROCESS, HPROPSHEET, HPROPSHEETPAGE, HRESULT, HRGN, HTHEME, HTHREAD, HTHUMBNAIL, HTOKEN, HWINSTA, HWND, Interrupt, LOGFONT, Memory40, Memory48, Memory64, MessageInterruptRaw, MSG, NTStatus, OBJECT_TYPE_LIST, PACE, PACL, POINTS, PRECT, PSECURITY_DESCRIPTOR, PSID, RECT, ResourceId, SECURITY_ATTRIBUTES, SIZE, SizeT, SYSTEMTIME, union, WIN32_FIND_DATA, Win32Error

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows ShlwApi.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.ShlwApi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported for Windows Task Scheduler 1.0 and 2.0 COM objects.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.TaskSchd</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows User32.dll and specific to graphics or window management.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.User32.Gdi</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows User32.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.User32</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows UxTheme.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.UxTheme</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows VirtDisk.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.VirtDisk</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows WinINet.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.WinINet</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>PInvoke API (methods, structures and constants) imported from Windows Ws2_32.dll.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.PInvoke.Ws2_32</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -61,8 +61,10 @@ NetApi32.dll | [Vanara.PInvoke.NetApi32](https://github.com/dahall/Vanara/blob/m
NetListMgr.dll | [Vanara.PInvoke.NetListMgr](https://github.com/dahall/Vanara/blob/master/PInvoke/NetListMgr/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.NetListMgr)](https://www.nuget.org/packages/Vanara.PInvoke.NetListMgr)
NTDSApi.dll | [Vanara.PInvoke.NTDSApi](https://github.com/dahall/Vanara/blob/master/PInvoke/NTDSApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.NTDSApi)](https://www.nuget.org/packages/Vanara.PInvoke.NTDSApi)
NTDll.dll | [Vanara.PInvoke.NTDll](https://github.com/dahall/Vanara/blob/master/PInvoke/NTDll/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/4%25-red.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.NTDll)](https://www.nuget.org/packages/Vanara.PInvoke.NTDll)
Ole32.dll, OleAut32 and PropSys.dll | [Vanara.PInvoke.Ole](https://github.com/dahall/Vanara/blob/master/PInvoke/Ole/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/27%25-red.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.Ole)](https://www.nuget.org/packages/Vanara.PInvoke.Ole)
Ole32.dll, OleAut32 and PropSys.dll | [Vanara.PInvoke.Ole](https://github.com/dahall/Vanara/blob/master/PInvoke/Ole/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/29%25-red.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.Ole)](https://www.nuget.org/packages/Vanara.PInvoke.Ole)
Oleacc.dll | [Vanara.PInvoke.Accessibility](https://github.com/dahall/Vanara/blob/master/PInvoke/Accessibility/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.Accessibility)](https://www.nuget.org/packages/Vanara.PInvoke.Accessibility)
PowrProf.dll | [Vanara.PInvoke.PowrProf](https://github.com/dahall/Vanara/blob/master/PInvoke/PowrProf/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.PowrProf)](https://www.nuget.org/packages/Vanara.PInvoke.PowrProf)
SearchApi | [Vanara.PInvoke.SearchApi](https://github.com/dahall/Vanara/blob/master/PInvoke/SearchApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.SearchApi)](https://www.nuget.org/packages/Vanara.PInvoke.SearchApi)
AdvApi32.dll, Authz.dll, Schannel.dll, Secur32.dll and SspiCli.dll | [Vanara.PInvoke.Security](https://github.com/dahall/Vanara/blob/master/PInvoke/Security/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/74%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.Security)](https://www.nuget.org/packages/Vanara.PInvoke.Security)
Shell32.dll | [Vanara.PInvoke.Shell32](https://github.com/dahall/Vanara/blob/master/PInvoke/Shell32/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.Shell32)](https://www.nuget.org/packages/Vanara.PInvoke.Shell32)
ShlwApi.dll | [Vanara.PInvoke.ShlwApi](https://github.com/dahall/Vanara/blob/master/PInvoke/ShlwApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg) | [![NuGet](https://buildstats.info/nuget/Vanara.PInvoke.ShlwApi)](https://www.nuget.org/packages/Vanara.PInvoke.ShlwApi)

View File

@ -4,7 +4,7 @@
<Description>Classes for security related items derived from the Vanara PInvoke libraries. Includes extension methods for Active Directory and access control classes, methods for working with accounts, UAC, privileges, system access, impersonation and SIDs, and a full LSA wrapper.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.Security</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -4,7 +4,7 @@
<Description>Classes for system related items derived from the Vanara PInvoke libraries. Includes a class for working with virtual disks (including async methods), classes for BITS, and extensions for Process (privileges and elavation), FileInfo (compression info), and ServiceController (SetStartType) that pull extended information through native API calls.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<AssemblyName>Vanara.SystemServices</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -157,6 +157,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ws2_32", "UnitTests\PInvoke
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vanara.PInvoke.Accessibility", "PInvoke\Accessibility\Vanara.PInvoke.Accessibility.csproj", "{D5BD6ECE-B285-4CE8-ABFC-964AB1DEA464}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vanara.PInvoke.SearchApi", "PInvoke\SearchApi\Vanara.PInvoke.SearchApi.csproj", "{07CD630D-A4BD-45CB-BF1B-90E981F4DE81}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -433,6 +435,10 @@ Global
{D5BD6ECE-B285-4CE8-ABFC-964AB1DEA464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5BD6ECE-B285-4CE8-ABFC-964AB1DEA464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5BD6ECE-B285-4CE8-ABFC-964AB1DEA464}.Release|Any CPU.Build.0 = Release|Any CPU
{07CD630D-A4BD-45CB-BF1B-90E981F4DE81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07CD630D-A4BD-45CB-BF1B-90E981F4DE81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07CD630D-A4BD-45CB-BF1B-90E981F4DE81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07CD630D-A4BD-45CB-BF1B-90E981F4DE81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -501,6 +507,7 @@ Global
{A4BF5AA2-4D73-4BE7-ABB4-3DC089CFA77A} = {385CAD2D-0A5E-4F80-927B-D5499D126B90}
{15DC485D-B379-4087-97A7-981ADB4D48F9} = {385CAD2D-0A5E-4F80-927B-D5499D126B90}
{D5BD6ECE-B285-4CE8-ABFC-964AB1DEA464} = {212ABBD0-B724-4CFA-9D6D-E3891547FA90}
{07CD630D-A4BD-45CB-BF1B-90E981F4DE81} = {212ABBD0-B724-4CFA-9D6D-E3891547FA90}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {543FAC75-2AF1-4EF1-9609-B242B63FEED4}

View File

@ -4,7 +4,7 @@
<Description>Classes for user interface related items derived from the Vanara PInvoke libraries. Includes extensions for almost all common controls to give post Vista capabilities, WinForms controls (panel, commandlink, enhanced combo boxes, IPAddress, split button, trackbar and themed controls), shutdown/restart/lock control, buffered painting, resource files, access control editor, simplifed designer framework for Windows.Forms.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.Windows.Forms</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>

View File

@ -1,8 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Vanara.Windows.Shell
{
// TODO : Block out classes
}

View File

@ -4,7 +4,7 @@
<Description>Classes for Windows Shell items derived from the Vanara PInvoke libraries. Includes shell items, files, icons, links, and taskbar lists.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>2.3.8</VersionPrefix>
<VersionPrefix>2.3.9</VersionPrefix>
<TargetFrameworks>net20;net35;net40;net45</TargetFrameworks>
<AssemblyName>Vanara.Windows.Shell</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
@ -68,6 +68,7 @@ ChangeFilters, ExecutableType, FolderItemFilter, LibraryFolderFilter, LibraryVie
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Remove="ShellObjects\~ShellSearch.cs" />
<Compile Remove="TaskBar\AssocUtil.cs" />
<Compile Remove="TaskBar\ImageIndexer.cs" />
<Compile Remove="TaskBar\JumpList.cs" />
@ -86,8 +87,10 @@ ChangeFilters, ExecutableType, FolderItemFilter, LibraryFolderFilter, LibraryVie
<Compile Remove="TaskBar\~ThumbnailToolbar.cs" />
<Compile Remove="TaskBar\~ThumbnailToolbarButton.cs" />
<Compile Remove="TaskBar\~ThumbnailToolbarButtonCollection.cs" />
<Compile Remove="~ShellSearchConditions.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ShellObjects\~ShellSearch.cs" />
<None Include="TaskBar\~AssocUtil.cs" />
<None Include="TaskBar\~ImageIndexer.cs" />
<None Include="TaskBar\~JumpList.cs" />
@ -97,6 +100,7 @@ ChangeFilters, ExecutableType, FolderItemFilter, LibraryFolderFilter, LibraryVie
<None Include="TaskBar\~ThumbnailToolbar.cs" />
<None Include="TaskBar\~ThumbnailToolbarButton.cs" />
<None Include="TaskBar\~ThumbnailToolbarButtonCollection.cs" />
<None Include="~ShellSearchConditions.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Vanara.Core.csproj" />
@ -105,4 +109,9 @@ ChangeFilters, ExecutableType, FolderItemFilter, LibraryFolderFilter, LibraryVie
<ProjectReference Include="..\PInvoke\Shell32\Vanara.PInvoke.Shell32.csproj" />
<ProjectReference Include="..\PInvoke\User32.Gdi\Vanara.PInvoke.User32.Gdi.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Interop.SearchAPI">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\interop.searchapi.dll</HintPath>
</Reference>
</ItemGroup>
</Project>