Updated project files

pull/279/head
dahall 2022-02-23 11:55:19 -07:00
parent a94476f5d1
commit 667ab7cdad
9 changed files with 166 additions and 10 deletions

View File

@ -0,0 +1,35 @@
## Vanara.PInvoke.AMSI
PInvoke API (methods, structures and constants) imported from Windows Antimalware Scan Interface (AMSI.dll).
- Includes methods from amsi.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.AMSI?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.AMSI?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.AMSI)
### Methods - 70% API coverage (7 of 7 functions)
Native Method | Header | Managed Method
--- | --- | ---
[AmsiCloseSession](https://www.google.com/search?num=5&q=AmsiCloseSession+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.AmsiCloseSession](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiCloseSession)
[AmsiInitialize](https://www.google.com/search?num=5&q=AmsiInitialize+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.AmsiInitialize](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiInitialize)
[AmsiNotifyOperation](https://www.google.com/search?num=5&q=AmsiNotifyOperation+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.AmsiNotifyOperation](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiNotifyOperation)
[AmsiOpenSession](https://www.google.com/search?num=5&q=AmsiOpenSession+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.AmsiOpenSessionInternal](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiOpenSessionInternal)
[AmsiScanBuffer](https://www.google.com/search?num=5&q=AmsiScanBuffer+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.AmsiScanBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiScanBuffer)
[AmsiScanString](https://www.google.com/search?num=5&q=AmsiScanString+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.AmsiScanString](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiScanString)
[AmsiUninitialize](https://www.google.com/search?num=5&q=AmsiUninitialize+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.AmsiUninitialize](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiUninitialize)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[HAMSICONTEXT](https://www.google.com/search?num=5&q=HAMSICONTEXT+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.AMSI.HAMSICONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=HAMSICONTEXT)
[HAMSISESSION](https://www.google.com/search?num=5&q=HAMSISESSION+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.AMSI.HAMSISESSION](https://github.com/dahall/Vanara/search?l=C%23&q=HAMSISESSION)
### Interfaces
Native Interface | Header | Managed Interface
--- | --- | ---
[IAmsiStream](https://www.google.com/search?num=5&q=IAmsiStream+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.IAmsiStream](https://github.com/dahall/Vanara/search?l=C%23&q=IAmsiStream)
[IAntimalware](https://www.google.com/search?num=5&q=IAntimalware+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.IAntimalware](https://github.com/dahall/Vanara/search?l=C%23&q=IAntimalware)
[IAntimalware2](https://www.google.com/search?num=5&q=IAntimalware2+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.IAntimalware2](https://github.com/dahall/Vanara/search?l=C%23&q=IAntimalware2)
[IAntimalwareProvider](https://www.google.com/search?num=5&q=IAntimalwareProvider+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.IAntimalwareProvider](https://github.com/dahall/Vanara/search?l=C%23&q=IAntimalwareProvider)
[IAntimalwareProvider2](https://www.google.com/search?num=5&q=IAntimalwareProvider2+site%3Adocs.microsoft.com) | amsi.h | [Vanara.PInvoke.AMSI.IAntimalwareProvider2](https://github.com/dahall/Vanara/search?l=C%23&q=IAntimalwareProvider2)
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[AmsiStream](https://www.google.com/search?num=5&q=AmsiStream+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.AMSI.AmsiStream](https://github.com/dahall/Vanara/search?l=C%23&q=AmsiStream)
[CAntimalware](https://www.google.com/search?num=5&q=CAntimalware+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.AMSI.CAntimalware](https://github.com/dahall/Vanara/search?l=C%23&q=CAntimalware)
[SafeHAMSICONTEXT](https://www.google.com/search?num=5&q=SafeHAMSICONTEXT+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.AMSI.SafeHAMSICONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHAMSICONTEXT)
[SafeHAMSISESSION](https://www.google.com/search?num=5&q=SafeHAMSISESSION+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.AMSI.SafeHAMSISESSION](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHAMSISESSION)

View File

@ -10,7 +10,18 @@
<AssemblyName>Vanara.PInvoke.AMSI</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;amsi;antimalware scan interface</PackageTags>
<PackageReleaseNotes/>
<PackageReleaseNotes>Currently implements:
Functions
AmsiCloseSession AmsiInitialize AmsiNotifyOperation AmsiOpenSession AmsiScanBuffer AmsiScanString AmsiUacInitialize AmsiUacScan AmsiUacUninitialize AmsiUninitialize
Structures
HAMSICONTEXT HAMSISESSION
Interfaces
IAmsiStream IAntimalware IAntimalware2 IAntimalwareProvider IAntimalwareProvider2
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />

View File

@ -1137,7 +1137,7 @@ Native Method | Native DLL | Header | Managed Method
[Wow64SetThreadContext](https://www.google.com/search?num=5&q=Wow64SetThreadContext+site%3Adocs.microsoft.com) | kernel32.dll | winbase.h | [Vanara.PInvoke.Kernel32.Wow64SetThreadContext](https://github.com/dahall/Vanara/search?l=C%23&q=Wow64SetThreadContext)
[Wow64SetThreadDefaultGuestMachine](https://www.google.com/search?num=5&q=Wow64SetThreadDefaultGuestMachine+site%3Adocs.microsoft.com) | kernelbase.dll | | [Vanara.PInvoke.Kernel32.Wow64SetThreadDefaultGuestMachine](https://github.com/dahall/Vanara/search?l=C%23&q=Wow64SetThreadDefaultGuestMachine)
[Wow64SuspendThread](https://www.google.com/search?num=5&q=Wow64SuspendThread+site%3Adocs.microsoft.com) | kernel32.dll | winbase.h | [Vanara.PInvoke.Kernel32.Wow64SuspendThread](https://github.com/dahall/Vanara/search?l=C%23&q=Wow64SuspendThread)
[WriteConsole](https://www.google.com/search?num=5&q=WriteConsoleA+site%3Adocs.microsoft.com) | kernel32.dll | Wincon.h | [Vanara.PInvoke.Kernel32.WriteConsole](https://github.com/dahall/Vanara/search?l=C%23&q=WriteConsole)
[WriteConsole](https://www.google.com/search?num=5&q=WriteConsoleA+site%3Adocs.microsoft.com) | kernel32.dll | Wincon.h | [Vanara.PInvoke.Kernel32.WriteConsoleA](https://github.com/dahall/Vanara/search?l=C%23&q=WriteConsoleA)
[WriteConsoleInput](https://www.google.com/search?num=5&q=WriteConsoleInputA+site%3Adocs.microsoft.com) | kernel32.dll | Wincon.h | [Vanara.PInvoke.Kernel32.WriteConsoleInput](https://github.com/dahall/Vanara/search?l=C%23&q=WriteConsoleInput)
[WriteConsoleOutput](https://www.google.com/search?num=5&q=WriteConsoleOutputA+site%3Adocs.microsoft.com) | kernel32.dll | Wincon.h | [Vanara.PInvoke.Kernel32.WriteConsoleOutput](https://github.com/dahall/Vanara/search?l=C%23&q=WriteConsoleOutput)
[WriteConsoleOutputAttribute](https://www.google.com/search?num=5&q=WriteConsoleOutputAttribute+site%3Adocs.microsoft.com) | kernel32.dll | Wincon.h | [Vanara.PInvoke.Kernel32.WriteConsoleOutputAttribute](https://github.com/dahall/Vanara/search?l=C%23&q=WriteConsoleOutputAttribute)

View File

@ -3,13 +3,11 @@ PInvoke API (methods, structures and constants) imported from Windows Volume Sha
- Includes methods from vssapi.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.VssApiMgd?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.VssApiMgd?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.VssApiMgd)
### Methods - 50% API coverage (2 of 4 functions)
### Methods - 100% API coverage (2 of 2 functions)
Native Method | Header | Managed Method
--- | --- | ---
[IsVolumeSnapshotted](https://www.google.com/search?num=5&q=IsVolumeSnapshotted+site%3Adocs.microsoft.com) | |
[IsVolumeSnapshottedInternal](https://www.google.com/search?num=5&q=IsVolumeSnapshottedInternal+site%3Adocs.microsoft.com) | vsbackup.h | [Vanara.PInvoke.VssApi.VssInfo.IsVolumeSnapshotted](https://github.com/dahall/Vanara/search?l=C%23&q=IsVolumeSnapshotted)
[ShouldBlockRevert](https://www.google.com/search?num=5&q=ShouldBlockRevert+site%3Adocs.microsoft.com) | |
[ShouldBlockRevertInternal](https://www.google.com/search?num=5&q=ShouldBlockRevertInternal+site%3Adocs.microsoft.com) | vsbackup.h | [Vanara.PInvoke.VssApi.VssInfo.ShouldBlockRevert](https://github.com/dahall/Vanara/search?l=C%23&q=ShouldBlockRevert)
[IsVolumeSnapshotted](https://www.google.com/search?num=5&q=IsVolumeSnapshottedInternal+site%3Adocs.microsoft.com) | vsbackup.h | [Vanara.PInvoke.VssApi.VssInfo.IsVolumeSnapshotted](https://github.com/dahall/Vanara/search?l=C%23&q=IsVolumeSnapshotted)
[ShouldBlockRevert](https://www.google.com/search?num=5&q=ShouldBlockRevertInternal+site%3Adocs.microsoft.com) | vsbackup.h | [Vanara.PInvoke.VssApi.VssInfo.ShouldBlockRevert](https://github.com/dahall/Vanara/search?l=C%23&q=ShouldBlockRevert)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---

View File

@ -0,0 +1,85 @@
## Vanara.PInvoke.WinHTTP
PInvoke API (methods, structures and constants) imported from Windows WinHTTP.dll.
- Includes methods from winhttp.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WinHTTP?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WinHTTP?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WinHTTP)
### Methods - 100% API coverage (43 of 43 functions)
Native Method | Header | Managed Method
--- | --- | ---
[WinHttpAddRequestHeaders](https://www.google.com/search?num=5&q=WinHttpAddRequestHeaders+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpAddRequestHeaders](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpAddRequestHeaders)
[WinHttpAddRequestHeadersEx](https://www.google.com/search?num=5&q=WinHttpAddRequestHeadersEx+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpAddRequestHeadersEx](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpAddRequestHeadersEx)
[WinHttpCheckPlatform](https://www.google.com/search?num=5&q=WinHttpCheckPlatform+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpCheckPlatform](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpCheckPlatform)
[WinHttpCloseHandle](https://www.google.com/search?num=5&q=WinHttpCloseHandle+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpCloseHandle](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpCloseHandle)
[WinHttpConnect](https://www.google.com/search?num=5&q=WinHttpConnect+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpConnect](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpConnect)
[WinHttpCrackUrl](https://www.google.com/search?num=5&q=WinHttpCrackUrl+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpCrackUrl](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpCrackUrl)
[WinHttpCreateProxyResolver](https://www.google.com/search?num=5&q=WinHttpCreateProxyResolver+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpCreateProxyResolver](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpCreateProxyResolver)
[WinHttpCreateUrl](https://www.google.com/search?num=5&q=WinHttpCreateUrl+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpCreateUrl](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpCreateUrl)
[WinHttpDetectAutoProxyConfigUrl](https://www.google.com/search?num=5&q=WinHttpDetectAutoProxyConfigUrl+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpDetectAutoProxyConfigUrl](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpDetectAutoProxyConfigUrl)
[WinHttpFreeProxyResult](https://www.google.com/search?num=5&q=WinHttpFreeProxyResult+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpFreeProxyResult](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpFreeProxyResult)
[WinHttpFreeQueryConnectionGroupResult](https://www.google.com/search?num=5&q=WinHttpFreeQueryConnectionGroupResult+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpFreeQueryConnectionGroupResult](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpFreeQueryConnectionGroupResult)
[WinHttpGetDefaultProxyConfiguration](https://www.google.com/search?num=5&q=WinHttpGetDefaultProxyConfiguration+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpGetDefaultProxyConfiguration](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpGetDefaultProxyConfiguration)
[WinHttpGetIEProxyConfigForCurrentUser](https://www.google.com/search?num=5&q=WinHttpGetIEProxyConfigForCurrentUser+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpGetIEProxyConfigForCurrentUser](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpGetIEProxyConfigForCurrentUser)
[WinHttpGetProxyForUrl](https://www.google.com/search?num=5&q=WinHttpGetProxyForUrl+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpGetProxyForUrl](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpGetProxyForUrl)
[WinHttpGetProxyForUrlEx](https://www.google.com/search?num=5&q=WinHttpGetProxyForUrlEx+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpGetProxyForUrlEx](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpGetProxyForUrlEx)
[WinHttpGetProxyResult](https://www.google.com/search?num=5&q=WinHttpGetProxyResult+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpGetProxyResult](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpGetProxyResult)
[WinHttpOpen](https://www.google.com/search?num=5&q=WinHttpOpen+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpOpen](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpOpen)
[WinHttpOpenRequest](https://www.google.com/search?num=5&q=WinHttpOpenRequest+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpOpenRequest](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpOpenRequest)
[WinHttpQueryAuthSchemes](https://www.google.com/search?num=5&q=WinHttpQueryAuthSchemes+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpQueryAuthSchemes](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpQueryAuthSchemes)
[WinHttpQueryConnectionGroup](https://www.google.com/search?num=5&q=WinHttpQueryConnectionGroup+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpQueryConnectionGroup](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpQueryConnectionGroup)
[WinHttpQueryDataAvailable](https://www.google.com/search?num=5&q=WinHttpQueryDataAvailable+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpQueryDataAvailable](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpQueryDataAvailable)
[WinHttpQueryHeaders](https://www.google.com/search?num=5&q=WinHttpQueryHeaders+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpQueryHeaders](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpQueryHeaders)
[WinHttpQueryHeadersEx](https://www.google.com/search?num=5&q=WinHttpQueryHeadersEx+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpQueryHeadersEx](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpQueryHeadersEx)
[WinHttpQueryOption](https://www.google.com/search?num=5&q=WinHttpQueryOption+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpQueryOption](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpQueryOption)
[WinHttpReadData](https://www.google.com/search?num=5&q=WinHttpReadData+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpReadData](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpReadData)
[WinHttpReadDataEx](https://www.google.com/search?num=5&q=WinHttpReadDataEx+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpReadDataEx](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpReadDataEx)
[WinHttpReceiveResponse](https://www.google.com/search?num=5&q=WinHttpReceiveResponse+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpReceiveResponse](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpReceiveResponse)
[WinHttpResetAutoProxy](https://www.google.com/search?num=5&q=WinHttpResetAutoProxy+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpResetAutoProxy](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpResetAutoProxy)
[WinHttpSendRequest](https://www.google.com/search?num=5&q=WinHttpSendRequest+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpSendRequest](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpSendRequest)
[WinHttpSetCredentials](https://www.google.com/search?num=5&q=WinHttpSetCredentials+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpSetCredentials](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpSetCredentials)
[WinHttpSetDefaultProxyConfiguration](https://www.google.com/search?num=5&q=WinHttpSetDefaultProxyConfiguration+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpSetDefaultProxyConfiguration](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpSetDefaultProxyConfiguration)
[WinHttpSetOption](https://www.google.com/search?num=5&q=WinHttpSetOption+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpSetOption](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpSetOption)
[WinHttpSetStatusCallback](https://www.google.com/search?num=5&q=WinHttpSetStatusCallback+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpSetStatusCallback](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpSetStatusCallback)
[WinHttpSetTimeouts](https://www.google.com/search?num=5&q=WinHttpSetTimeouts+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpSetTimeouts](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpSetTimeouts)
[WinHttpTimeFromSystemTime](https://www.google.com/search?num=5&q=WinHttpTimeFromSystemTime+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpTimeFromSystemTime](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpTimeFromSystemTime)
[WinHttpTimeToSystemTime](https://www.google.com/search?num=5&q=WinHttpTimeToSystemTime+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpTimeToSystemTime](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpTimeToSystemTime)
[WinHttpWebSocketClose](https://www.google.com/search?num=5&q=WinHttpWebSocketClose+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpWebSocketClose](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpWebSocketClose)
[WinHttpWebSocketCompleteUpgrade](https://www.google.com/search?num=5&q=WinHttpWebSocketCompleteUpgrade+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpWebSocketCompleteUpgrade](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpWebSocketCompleteUpgrade)
[WinHttpWebSocketQueryCloseStatus](https://www.google.com/search?num=5&q=WinHttpWebSocketQueryCloseStatus+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpWebSocketQueryCloseStatus](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpWebSocketQueryCloseStatus)
[WinHttpWebSocketReceive](https://www.google.com/search?num=5&q=WinHttpWebSocketReceive+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpWebSocketReceive](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpWebSocketReceive)
[WinHttpWebSocketSend](https://www.google.com/search?num=5&q=WinHttpWebSocketSend+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpWebSocketSend](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpWebSocketSend)
[WinHttpWebSocketShutdown](https://www.google.com/search?num=5&q=WinHttpWebSocketShutdown+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpWebSocketShutdown](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpWebSocketShutdown)
[WinHttpWriteData](https://www.google.com/search?num=5&q=WinHttpWriteData+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WinHttpWriteData](https://github.com/dahall/Vanara/search?l=C%23&q=WinHttpWriteData)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[HINTERNET](https://www.google.com/search?num=5&q=HINTERNET+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WinHTTP.HINTERNET](https://github.com/dahall/Vanara/search?l=C%23&q=HINTERNET)
[HTTP_VERSION_INFO](https://www.google.com/search?num=5&q=HTTP_VERSION_INFO+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.HTTP_VERSION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=HTTP_VERSION_INFO)
[WINHTTP_ASYNC_RESULT](https://www.google.com/search?num=5&q=WINHTTP_ASYNC_RESULT+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_ASYNC_RESULT](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_ASYNC_RESULT)
[WINHTTP_AUTOPROXY_OPTIONS](https://www.google.com/search?num=5&q=WINHTTP_AUTOPROXY_OPTIONS+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_AUTOPROXY_OPTIONS](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_AUTOPROXY_OPTIONS)
[WINHTTP_CERTIFICATE_INFO](https://www.google.com/search?num=5&q=WINHTTP_CERTIFICATE_INFO+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_CERTIFICATE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_CERTIFICATE_INFO)
[WINHTTP_CONNECTION_GROUP](https://www.google.com/search?num=5&q=WINHTTP_CONNECTION_GROUP+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_CONNECTION_GROUP](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_CONNECTION_GROUP)
[WINHTTP_CONNECTION_INFO](https://www.google.com/search?num=5&q=WINHTTP_CONNECTION_INFO+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_CONNECTION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_CONNECTION_INFO)
[WINHTTP_CREDS](https://www.google.com/search?num=5&q=WINHTTP_CREDS+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_CREDS](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_CREDS)
[WINHTTP_CREDS_EX](https://www.google.com/search?num=5&q=WINHTTP_CREDS_EX+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_CREDS_EX](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_CREDS_EX)
[WINHTTP_CURRENT_USER_IE_PROXY_CONFIG](https://www.google.com/search?num=5&q=WINHTTP_CURRENT_USER_IE_PROXY_CONFIG+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_CURRENT_USER_IE_PROXY_CONFIG](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_CURRENT_USER_IE_PROXY_CONFIG)
[WINHTTP_EXTENDED_HEADER](https://www.google.com/search?num=5&q=WINHTTP_EXTENDED_HEADER+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_EXTENDED_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_EXTENDED_HEADER)
[WINHTTP_HEADER_NAME](https://www.google.com/search?num=5&q=WINHTTP_HEADER_NAME+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_HEADER_NAME](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_HEADER_NAME)
[WINHTTP_HOST_CONNECTION_GROUP](https://www.google.com/search?num=5&q=WINHTTP_HOST_CONNECTION_GROUP+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_HOST_CONNECTION_GROUP](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_HOST_CONNECTION_GROUP)
[WINHTTP_MATCH_CONNECTION_GUID](https://www.google.com/search?num=5&q=WINHTTP_MATCH_CONNECTION_GUID+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_MATCH_CONNECTION_GUID](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_MATCH_CONNECTION_GUID)
[WINHTTP_PROXY_INFO](https://www.google.com/search?num=5&q=WINHTTP_PROXY_INFO+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_PROXY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_PROXY_INFO)
[WINHTTP_PROXY_NETWORKING_KEY](https://www.google.com/search?num=5&q=WINHTTP_PROXY_NETWORKING_KEY+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WinHTTP.WINHTTP_PROXY_NETWORKING_KEY](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_PROXY_NETWORKING_KEY)
[WINHTTP_PROXY_RESULT](https://www.google.com/search?num=5&q=WINHTTP_PROXY_RESULT+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_PROXY_RESULT](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_PROXY_RESULT)
[WINHTTP_PROXY_RESULT_ENTRY](https://www.google.com/search?num=5&q=WINHTTP_PROXY_RESULT_ENTRY+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_PROXY_RESULT_ENTRY](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_PROXY_RESULT_ENTRY)
[WINHTTP_PROXY_SETTINGS](https://www.google.com/search?num=5&q=WINHTTP_PROXY_SETTINGS+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_PROXY_SETTINGS](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_PROXY_SETTINGS)
[WINHTTP_QUERY_CONNECTION_GROUP_RESULT](https://www.google.com/search?num=5&q=WINHTTP_QUERY_CONNECTION_GROUP_RESULT+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_QUERY_CONNECTION_GROUP_RESULT](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_QUERY_CONNECTION_GROUP_RESULT)
[WINHTTP_REQUEST_STATS](https://www.google.com/search?num=5&q=WINHTTP_REQUEST_STATS+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_REQUEST_STATS](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_REQUEST_STATS)
[WINHTTP_REQUEST_TIMES](https://www.google.com/search?num=5&q=WINHTTP_REQUEST_TIMES+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_REQUEST_TIMES](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_REQUEST_TIMES)
[WINHTTP_SECURITY_INFO](https://www.google.com/search?num=5&q=WINHTTP_SECURITY_INFO+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_SECURITY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_SECURITY_INFO)
[WINHTTP_URL_COMPONENTS](https://www.google.com/search?num=5&q=WINHTTP_URL_COMPONENTS+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_URL_COMPONENTS](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_URL_COMPONENTS)
[WINHTTP_URL_COMPONENTS_IN](https://www.google.com/search?num=5&q=WINHTTP_URL_COMPONENTS_IN+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_URL_COMPONENTS_IN](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_URL_COMPONENTS_IN)
[WINHTTP_WEB_SOCKET_ASYNC_RESULT](https://www.google.com/search?num=5&q=WINHTTP_WEB_SOCKET_ASYNC_RESULT+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_WEB_SOCKET_ASYNC_RESULT](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_WEB_SOCKET_ASYNC_RESULT)
[WINHTTP_WEB_SOCKET_STATUS](https://www.google.com/search?num=5&q=WINHTTP_WEB_SOCKET_STATUS+site%3Adocs.microsoft.com) | winhttp.h | [Vanara.PInvoke.WinHTTP.WINHTTP_WEB_SOCKET_STATUS](https://github.com/dahall/Vanara/search?l=C%23&q=WINHTTP_WEB_SOCKET_STATUS)
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[SafeHINTERNET](https://www.google.com/search?num=5&q=SafeHINTERNET+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WinHTTP.SafeHINTERNET](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHINTERNET)

View File

@ -10,7 +10,15 @@
<AssemblyName>Vanara.PInvoke.WinHTTP</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;WinHTTP</PackageTags>
<PackageReleaseNotes />
<PackageReleaseNotes>Currently implements:
Functions
Private1 SvchostPushServiceGlobals WinHttpAddRequestHeaders WinHttpAddRequestHeadersEx WinHttpAutoProxySvcMain WinHttpCheckPlatform WinHttpCloseHandle WinHttpConnect WinHttpConnectionDeletePolicyEntries WinHttpConnectionDeleteProxyInfo WinHttpConnectionFreeNameList WinHttpConnectionFreeProxyInfo WinHttpConnectionFreeProxyList WinHttpConnectionGetNameList WinHttpConnectionGetProxyInfo WinHttpConnectionGetProxyList WinHttpConnectionSetPolicyEntries WinHttpConnectionSetProxyInfo WinHttpConnectionUpdateIfIndexTable WinHttpCrackUrl WinHttpCreateProxyResolver WinHttpCreateUrl WinHttpDetectAutoProxyConfigUrl WinHttpFreeProxyResult WinHttpFreeProxyResultEx WinHttpFreeProxySettings WinHttpFreeQueryConnectionGroupResult WinHttpGetDefaultProxyConfiguration WinHttpGetIEProxyConfigForCurrentUser WinHttpGetProxyForUrl WinHttpGetProxyForUrlEx WinHttpGetProxyForUrlEx2 WinHttpGetProxyForUrlHvsi WinHttpGetProxyResult WinHttpGetProxyResultEx WinHttpGetProxySettingsVersion WinHttpGetTunnelSocket WinHttpOpen WinHttpOpenRequest WinHttpPacJsWorkerMain WinHttpProbeConnectivity WinHttpQueryAuthSchemes WinHttpQueryConnectionGroup WinHttpQueryDataAvailable WinHttpQueryHeaders WinHttpQueryHeadersEx WinHttpQueryOption WinHttpReadData WinHttpReadDataEx WinHttpReadProxySettings WinHttpReadProxySettingsHvsi WinHttpReceiveResponse WinHttpResetAutoProxy WinHttpSaveProxyCredentials WinHttpSendRequest WinHttpSetCredentials WinHttpSetDefaultProxyConfiguration WinHttpSetOption WinHttpSetProxySettingsPerUser WinHttpSetSecureLegacyServersAppCompat WinHttpSetStatusCallback WinHttpSetTimeouts WinHttpTimeFromSystemTime WinHttpTimeToSystemTime WinHttpWebSocketClose WinHttpWebSocketCompleteUpgrade WinHttpWebSocketQueryCloseStatus WinHttpWebSocketReceive WinHttpWebSocketSend WinHttpWebSocketShutdown WinHttpWriteData WinHttpWriteProxySettings
Structures
HINTERNET HTTP_VERSION_INFO WINHTTP_ASYNC_RESULT WINHTTP_AUTOPROXY_OPTIONS WINHTTP_CERTIFICATE_INFO WINHTTP_CONNECTION_GROUP WINHTTP_CONNECTION_INFO WINHTTP_CREDS WINHTTP_CREDS_EX WINHTTP_CURRENT_USER_IE_PROXY_CONFIG WINHTTP_EXTENDED_HEADER WINHTTP_HEADER_NAME WINHTTP_HOST_CONNECTION_GROUP WINHTTP_MATCH_CONNECTION_GUID WINHTTP_PROXY_INFO WINHTTP_PROXY_NETWORKING_KEY WINHTTP_PROXY_RESULT WINHTTP_PROXY_RESULT_ENTRY WINHTTP_PROXY_SETTINGS WINHTTP_QUERY_CONNECTION_GROUP_RESULT WINHTTP_REQUEST_STATS WINHTTP_REQUEST_TIMES WINHTTP_SECURITY_INFO WINHTTP_URL_COMPONENTS WINHTTP_URL_COMPONENTS_IN WINHTTP_WEB_SOCKET_ASYNC_RESULT WINHTTP_WEB_SOCKET_STATUS
</PackageReleaseNotes>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>

View File

@ -147,6 +147,7 @@ Native Structure | Header | Managed Structure
[ADDRINFOEXW](https://www.google.com/search?num=5&q=ADDRINFOEXW+site%3Adocs.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.ADDRINFOEXW](https://github.com/dahall/Vanara/search?l=C%23&q=ADDRINFOEXW)
[ADDRINFOW](https://www.google.com/search?num=5&q=ADDRINFOW+site%3Adocs.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.ADDRINFOW](https://github.com/dahall/Vanara/search?l=C%23&q=ADDRINFOW)
[AFPROTOCOLS](https://www.google.com/search?num=5&q=AFPROTOCOLS+site%3Adocs.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.AFPROTOCOLS](https://github.com/dahall/Vanara/search?l=C%23&q=AFPROTOCOLS)
[ASSOCIATE_NAMERES_CONTEXT_INPUT](https://www.google.com/search?num=5&q=ASSOCIATE_NAMERES_CONTEXT_INPUT+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.ASSOCIATE_NAMERES_CONTEXT_INPUT](https://github.com/dahall/Vanara/search?l=C%23&q=ASSOCIATE_NAMERES_CONTEXT_INPUT)
[BLOB](https://www.google.com/search?num=5&q=BLOB+site%3Adocs.microsoft.com) | nspapi.h | [Vanara.PInvoke.Ws2_32.BLOB](https://github.com/dahall/Vanara/search?l=C%23&q=BLOB)
[CSADDR_INFO](https://www.google.com/search?num=5&q=CSADDR_INFO+site%3Adocs.microsoft.com) | nspapi.h | [Vanara.PInvoke.Ws2_32.CSADDR_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=CSADDR_INFO)
[fd_set](https://www.google.com/search?num=5&q=fd_set+site%3Adocs.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.fd_set](https://github.com/dahall/Vanara/search?l=C%23&q=fd_set)
@ -154,11 +155,16 @@ Native Structure | Header | Managed Structure
[GROUP_FILTER](https://www.google.com/search?num=5&q=GROUP_FILTER+site%3Adocs.microsoft.com) | ws2ipdef.h | [Vanara.PInvoke.Ws2_32.GROUP_FILTER](https://github.com/dahall/Vanara/search?l=C%23&q=GROUP_FILTER)
[IN_ADDR](https://www.google.com/search?num=5&q=IN_ADDR+site%3Adocs.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.IN_ADDR](https://github.com/dahall/Vanara/search?l=C%23&q=IN_ADDR)
[IN6_ADDR](https://www.google.com/search?num=5&q=IN6_ADDR+site%3Adocs.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.IN6_ADDR](https://github.com/dahall/Vanara/search?l=C%23&q=IN6_ADDR)
[INET_PORT_RANGE](https://www.google.com/search?num=5&q=INET_PORT_RANGE+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.INET_PORT_RANGE](https://github.com/dahall/Vanara/search?l=C%23&q=INET_PORT_RANGE)
[INET_PORT_RESERVATION_INSTANCE](https://www.google.com/search?num=5&q=INET_PORT_RESERVATION_INSTANCE+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.INET_PORT_RESERVATION_INSTANCE](https://github.com/dahall/Vanara/search?l=C%23&q=INET_PORT_RESERVATION_INSTANCE)
[INET_PORT_RESERVATION_TOKEN](https://www.google.com/search?num=5&q=INET_PORT_RESERVATION_TOKEN+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.INET_PORT_RESERVATION_TOKEN](https://github.com/dahall/Vanara/search?l=C%23&q=INET_PORT_RESERVATION_TOKEN)
[IP_MSFILTER](https://www.google.com/search?num=5&q=IP_MSFILTER+site%3Adocs.microsoft.com) | ws2ipdef.h | [Vanara.PInvoke.Ws2_32.IP_MSFILTER](https://github.com/dahall/Vanara/search?l=C%23&q=IP_MSFILTER)
[LINGER](https://www.google.com/search?num=5&q=LINGER+site%3Adocs.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.LINGER](https://github.com/dahall/Vanara/search?l=C%23&q=LINGER)
[NSPV2_ROUTINE](https://www.google.com/search?num=5&q=NSPV2_ROUTINE+site%3Adocs.microsoft.com) | ws2spi.h | [Vanara.PInvoke.Ws2_32.NSPV2_ROUTINE](https://github.com/dahall/Vanara/search?l=C%23&q=NSPV2_ROUTINE)
[PROTOENT](https://www.google.com/search?num=5&q=PROTOENT+site%3Adocs.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.PROTOENT](https://github.com/dahall/Vanara/search?l=C%23&q=PROTOENT)
[QOS](https://www.google.com/search?num=5&q=QOS+site%3Adocs.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.QOS](https://github.com/dahall/Vanara/search?l=C%23&q=QOS)
[REAL_TIME_NOTIFICATION_SETTING_INPUT](https://www.google.com/search?num=5&q=REAL_TIME_NOTIFICATION_SETTING_INPUT+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.REAL_TIME_NOTIFICATION_SETTING_INPUT](https://github.com/dahall/Vanara/search?l=C%23&q=REAL_TIME_NOTIFICATION_SETTING_INPUT)
[REAL_TIME_NOTIFICATION_SETTING_OUTPUT](https://www.google.com/search?num=5&q=REAL_TIME_NOTIFICATION_SETTING_OUTPUT+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.REAL_TIME_NOTIFICATION_SETTING_OUTPUT](https://github.com/dahall/Vanara/search?l=C%23&q=REAL_TIME_NOTIFICATION_SETTING_OUTPUT)
[SCOPE_ID](https://www.google.com/search?num=5&q=SCOPE_ID+site%3Adocs.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.SCOPE_ID](https://github.com/dahall/Vanara/search?l=C%23&q=SCOPE_ID)
[SERVENT](https://www.google.com/search?num=5&q=SERVENT+site%3Adocs.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.SERVENT](https://github.com/dahall/Vanara/search?l=C%23&q=SERVENT)
[SOCK_NOTIFY_REGISTRATION](https://www.google.com/search?num=5&q=SOCK_NOTIFY_REGISTRATION+site%3Adocs.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.SOCK_NOTIFY_REGISTRATION](https://github.com/dahall/Vanara/search?l=C%23&q=SOCK_NOTIFY_REGISTRATION)
@ -171,8 +177,19 @@ Native Structure | Header | Managed Structure
[SOCKET](https://www.google.com/search?num=5&q=SOCKET+site%3Adocs.microsoft.com) | winsock2.h | [Vanara.PInvoke.Ws2_32.SOCKET](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET)
[SOCKET_ADDRESS](https://www.google.com/search?num=5&q=SOCKET_ADDRESS+site%3Adocs.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.SOCKET_ADDRESS](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_ADDRESS)
[SOCKET_ADDRESS_LIST](https://www.google.com/search?num=5&q=SOCKET_ADDRESS_LIST+site%3Adocs.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.SOCKET_ADDRESS_LIST](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_ADDRESS_LIST)
[SOCKET_PEER_TARGET_NAME](https://www.google.com/search?num=5&q=SOCKET_PEER_TARGET_NAME+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.SOCKET_PEER_TARGET_NAME](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_PEER_TARGET_NAME)
[SOCKET_PROCESSOR_AFFINITY](https://www.google.com/search?num=5&q=SOCKET_PROCESSOR_AFFINITY+site%3Adocs.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.SOCKET_PROCESSOR_AFFINITY](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_PROCESSOR_AFFINITY)
[SOCKET_SECURITY_QUERY_INFO](https://www.google.com/search?num=5&q=SOCKET_SECURITY_QUERY_INFO+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.SOCKET_SECURITY_QUERY_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_SECURITY_QUERY_INFO)
[SOCKET_SECURITY_QUERY_TEMPLATE](https://www.google.com/search?num=5&q=SOCKET_SECURITY_QUERY_TEMPLATE+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.SOCKET_SECURITY_QUERY_TEMPLATE](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_SECURITY_QUERY_TEMPLATE)
[SOCKET_SECURITY_SETTINGS](https://www.google.com/search?num=5&q=SOCKET_SECURITY_SETTINGS+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.SOCKET_SECURITY_SETTINGS](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_SECURITY_SETTINGS)
[SOCKET_SECURITY_SETTINGS_IPSEC](https://www.google.com/search?num=5&q=SOCKET_SECURITY_SETTINGS_IPSEC+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.SOCKET_SECURITY_SETTINGS_IPSEC](https://github.com/dahall/Vanara/search?l=C%23&q=SOCKET_SECURITY_SETTINGS_IPSEC)
[TCP_INFO_v0](https://www.google.com/search?num=5&q=TCP_INFO_v0+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.TCP_INFO_v0](https://github.com/dahall/Vanara/search?l=C%23&q=TCP_INFO_v0)
[TCP_INFO_v1](https://www.google.com/search?num=5&q=TCP_INFO_v1+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.TCP_INFO_v1](https://github.com/dahall/Vanara/search?l=C%23&q=TCP_INFO_v1)
[TCP_INITIAL_RTO_PARAMETERS](https://www.google.com/search?num=5&q=TCP_INITIAL_RTO_PARAMETERS+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.TCP_INITIAL_RTO_PARAMETERS](https://github.com/dahall/Vanara/search?l=C%23&q=TCP_INITIAL_RTO_PARAMETERS)
[tcp_keepalive](https://www.google.com/search?num=5&q=tcp_keepalive+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.tcp_keepalive](https://github.com/dahall/Vanara/search?l=C%23&q=tcp_keepalive)
[TIMESTAMPING_CONFIG](https://www.google.com/search?num=5&q=TIMESTAMPING_CONFIG+site%3Adocs.microsoft.com) | mstcpip.h | [Vanara.PInvoke.Ws2_32.TIMESTAMPING_CONFIG](https://github.com/dahall/Vanara/search?l=C%23&q=TIMESTAMPING_CONFIG)
[TIMEVAL](https://www.google.com/search?num=5&q=TIMEVAL+site%3Adocs.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.TIMEVAL](https://github.com/dahall/Vanara/search?l=C%23&q=TIMEVAL)
[TRANSPORT_SETTING_ID](https://www.google.com/search?num=5&q=TRANSPORT_SETTING_ID+site%3Adocs.microsoft.com) | transportsettingcommon.h | [Vanara.PInvoke.Ws2_32.TRANSPORT_SETTING_ID](https://github.com/dahall/Vanara/search?l=C%23&q=TRANSPORT_SETTING_ID)
[WSABUF](https://www.google.com/search?num=5&q=WSABUF+site%3Adocs.microsoft.com) | ws2def.h | [Vanara.PInvoke.Ws2_32.WSABUF](https://github.com/dahall/Vanara/search?l=C%23&q=WSABUF)
[WSADATA](https://www.google.com/search?num=5&q=WSADATA+site%3Adocs.microsoft.com) | winsock.h | [Vanara.PInvoke.Ws2_32.WSADATA](https://github.com/dahall/Vanara/search?l=C%23&q=WSADATA)
[WSAEVENT](https://www.google.com/search?num=5&q=WSAEVENT+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.Ws2_32.WSAEVENT](https://github.com/dahall/Vanara/search?l=C%23&q=WSAEVENT)

View File

@ -17,7 +17,7 @@ Functions
accept bind closesocket connect FreeAddrInfoExW FreeAddrInfoW GetAddrInfoExCancel GetAddrInfoExOverlappedResult GetAddrInfoExW GetAddrInfoW gethostname GetHostNameW GetNameInfoW getpeername getprotobyname getprotobynumber getservbyname getservbyport getsockname getsockopt htonl htons InetNtopW InetPtonW inet_addr inet_ntoa inet_ntop inet_pton ioctlsocket listen ntohl ntohs ProcessSocketNotifications recv recvfrom select send sendto SetAddrInfoEx setsockopt shutdown socket WPUCompleteOverlappedRequest WSAAccept WSAAddressToString WSAAdvertiseProvider WSAAsyncGetHostByAddr WSAAsyncGetHostByName WSAAsyncGetProtoByName WSAAsyncGetProtoByNumber WSAAsyncGetServByName WSAAsyncGetServByPort WSAAsyncSelect WSACancelAsyncRequest WSACleanup WSACloseEvent WSAConnect WSAConnectByList WSAConnectByName WSACreateEvent WSADuplicateSocket WSAEnumNameSpaceProviders WSAEnumNameSpaceProvidersEx WSAEnumNetworkEvents WSAEnumProtocols WSAEventSelect WSAGetLastError WSAGetOverlappedResult WSAGetQOSByName WSAGetServiceClassInfo WSAGetServiceClassNameByClassId WSAHtonl WSAHtons WSAInstallServiceClass WSAIoctl WSAJoinLeaf WSALookupServiceBegin WSALookupServiceEnd WSALookupServiceNext WSANSPIoctl WSANtohl WSANtohs WSAPoll WSAProviderCompleteAsyncCall WSAProviderConfigChange WSARecv WSARecvDisconnect WSARecvFrom WSARemoveServiceClass WSAResetEvent WSASend WSASendDisconnect WSASendMsg WSASendTo WSASetEvent WSASetLastError WSASetService WSASocket WSAStartup WSAStringToAddress WSAUnadvertiseProvider WSAWaitForMultipleEvents WSCDeinstallProvider WSCDeinstallProvider32 WSCEnableNSProvider WSCEnableNSProvider32 WSCEnumNameSpaceProviders32 WSCEnumNameSpaceProvidersEx32 WSCEnumProtocols WSCEnumProtocols32 WSCGetApplicationCategory WSCGetProviderInfo WSCGetProviderInfo32 WSCGetProviderPath WSCGetProviderPath32 WSCInstallNameSpace WSCInstallNameSpace32 WSCInstallNameSpaceEx WSCInstallNameSpaceEx32 WSCInstallProvider WSCInstallProvider64_32 WSCInstallProviderAndChains64_32 WSCSetApplicationCategory WSCSetProviderInfo WSCSetProviderInfo32 WSCUnInstallNameSpace WSCUnInstallNameSpace32 WSCUpdateProvider WSCUpdateProvider32 WSCWriteNameSpaceOrder WSCWriteNameSpaceOrder32 WSCWriteProviderOrder WSCWriteProviderOrder32 __WSAFDIsSet
Structures
ADDRINFOEX2W ADDRINFOEXW ADDRINFOW AFPROTOCOLS BLOB CSADDR_INFO fd_set FLOWSPEC GROUP_FILTER IN6_ADDR IN_ADDR IP_MSFILTER LINGER NSPV2_ROUTINE PROTOENT QOS SCOPE_ID SERVENT SOCKADDR_IN SOCKADDR_IN6 SOCKADDR_IN6_PAIR SOCKADDR_IN6_PAIR_NATIVE SOCKADDR_INET SOCKADDR_STORAGE SOCKET SOCKET_ADDRESS SOCKET_ADDRESS_LIST SOCKET_PROCESSOR_AFFINITY SOCK_NOTIFY_REGISTRATION TIMEVAL WSABUF WSADATA WSAEVENT WSAMSG WSANAMESPACE_INFOEXW WSANAMESPACE_INFOW WSANETWORKEVENTS WSANSCLASSINFO WSAOVERLAPPED WSAPOLLFD WSAPROTOCOLCHAIN WSAPROTOCOL_INFO WSAPROTOCOL_INFOW WSAQUERYSET WSAQUERYSET2W WSASERVICECLASSINFO WSAVERSION
ADDRINFOEX2W ADDRINFOEXW ADDRINFOW AFPROTOCOLS ASSOCIATE_NAMERES_CONTEXT_INPUT BLOB CSADDR_INFO fd_set FLOWSPEC GROUP_FILTER IN6_ADDR INET_PORT_RANGE INET_PORT_RESERVATION_INSTANCE INET_PORT_RESERVATION_TOKEN IN_ADDR IP_MSFILTER LINGER NSPV2_ROUTINE PROTOENT QOS REAL_TIME_NOTIFICATION_SETTING_INPUT REAL_TIME_NOTIFICATION_SETTING_OUTPUT SCOPE_ID SERVENT SOCKADDR_IN SOCKADDR_IN6 SOCKADDR_IN6_PAIR SOCKADDR_IN6_PAIR_NATIVE SOCKADDR_INET SOCKADDR_STORAGE SOCKET SOCKET_ADDRESS SOCKET_ADDRESS_LIST SOCKET_PEER_TARGET_NAME SOCKET_PROCESSOR_AFFINITY SOCKET_SECURITY_QUERY_INFO SOCKET_SECURITY_QUERY_TEMPLATE SOCKET_SECURITY_SETTINGS SOCKET_SECURITY_SETTINGS_IPSEC SOCK_NOTIFY_REGISTRATION TCP_INFO_v0 TCP_INFO_v1 TCP_INITIAL_RTO_PARAMETERS tcp_keepalive TIMESTAMPING_CONFIG TIMEVAL TRANSPORT_SETTING_ID WSABUF WSADATA WSAEVENT WSAMSG WSANAMESPACE_INFOEXW WSANAMESPACE_INFOW WSANETWORKEVENTS WSANSCLASSINFO WSAOVERLAPPED WSAPOLLFD WSAPROTOCOLCHAIN WSAPROTOCOL_INFO WSAPROTOCOL_INFOW WSAQUERYSET WSAQUERYSET2W WSASERVICECLASSINFO WSAVERSION
</PackageReleaseNotes>
</PropertyGroup>

View File

@ -47,6 +47,7 @@ Library/DLL | Assembly | Coverage | NuGet&nbsp;Link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
--- | --- | --- | ---
aclui.dll | [Vanara.PInvoke.AclUI](https://github.com/dahall/Vanara/blob/master/PInvoke/AclUI/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.AclUI?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.AclUI?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.AclUI)
advapi32.dll, secur32.dll, authz.dll, sspicli.dll, schannel.dll | [Vanara.PInvoke.Security](https://github.com/dahall/Vanara/blob/master/PInvoke/Security/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/99%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Security?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Security?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Security)
amsi.dll | [Vanara.PInvoke.AMSI](https://github.com/dahall/Vanara/blob/master/PInvoke/AMSI/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.AMSI?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.AMSI?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.AMSI)
avicap32.dll, avifil32.dll, msacm32.dll, msvfw32.dll, winmm.dll | [Vanara.PInvoke.Multimedia](https://github.com/dahall/Vanara/blob/master/PInvoke/Multimedia/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Multimedia?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Multimedia?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Multimedia)
cabinet.dll | [Vanara.PInvoke.Cabinet](https://github.com/dahall/Vanara/blob/master/PInvoke/Cabinet/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Cabinet?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Cabinet?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Cabinet)
CfgMgr32.dll | [Vanara.PInvoke.CfgMgr32](https://github.com/dahall/Vanara/blob/master/PInvoke/CfgMgr32/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.CfgMgr32?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.CfgMgr32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.CfgMgr32)
@ -109,11 +110,12 @@ usp10.dll | [Vanara.PInvoke.Usp10](https://github.com/dahall/Vanara/blob/master/
uxtheme.dll | [Vanara.PInvoke.UxTheme](https://github.com/dahall/Vanara/blob/master/PInvoke/UxTheme/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.UxTheme?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.UxTheme?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.UxTheme)
Version.dll | [Vanara.PInvoke.Version](https://github.com/dahall/Vanara/blob/master/PInvoke/Version/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Version?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Version?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Version)
virtdisk.dll | [Vanara.PInvoke.VirtDisk](https://github.com/dahall/Vanara/blob/master/PInvoke/VirtDisk/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.VirtDisk?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.VirtDisk?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.VirtDisk)
vssapi.dll | [Vanara.PInvoke.VssApiMgd](https://github.com/dahall/Vanara/blob/master/PInvoke/VssApiMgd/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/50%25-yellow.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.VssApiMgd?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.VssApiMgd?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.VssApiMgd)
vssapi.dll | [Vanara.PInvoke.VssApiMgd](https://github.com/dahall/Vanara/blob/master/PInvoke/VssApiMgd/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.VssApiMgd?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.VssApiMgd?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.VssApiMgd)
WcmApi.dll | [Vanara.PInvoke.WcmApi](https://github.com/dahall/Vanara/blob/master/PInvoke/WcmApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WcmApi?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WcmApi?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WcmApi)
WcnApi.dll | [Vanara.PInvoke.WcnApi](https://github.com/dahall/Vanara/blob/master/PInvoke/WcnApi/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WcnApi?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WcnApi?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WcnApi)
wer.dll | [Vanara.PInvoke.Wer](https://github.com/dahall/Vanara/blob/master/PInvoke/Wer/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Wer?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Wer?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Wer)
WinBio.dll | [Vanara.PInvoke.WinBio](https://github.com/dahall/Vanara/blob/master/PInvoke/WinBio/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WinBio?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WinBio?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WinBio)
winhttp.dll | [Vanara.PInvoke.WinHTTP](https://github.com/dahall/Vanara/blob/master/PInvoke/WinHTTP/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WinHTTP?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WinHTTP?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WinHTTP)
wininet.dll | [Vanara.PInvoke.WinINet](https://github.com/dahall/Vanara/blob/master/PInvoke/WinINet/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WinINet?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WinINet?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WinINet)
winspool.drv, prntvpt.dll | [Vanara.PInvoke.Printing](https://github.com/dahall/Vanara/blob/master/PInvoke/Printing/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Printing?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Printing?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Printing)
wintrust.dll | [Vanara.PInvoke.WinTrust](https://github.com/dahall/Vanara/blob/master/PInvoke/WinTrust/CorrelationReport.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WinTrust?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.WinTrust?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.WinTrust)