-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Vanara.PInvoke.FunDisc | ||
PInvoke API (methods, structures and constants) imported from Windows Functional Discovery (FunDisc.dll). | ||
|
||
- Includes methods from fundisc.dll | ||
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.FunDisc?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.FunDisc?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.FunDisc) | ||
### Interfaces | ||
Native Interface | Header | Managed Interface | ||
--- | --- | --- | ||
[IFunctionDiscovery](https://www.google.com/search?num=5&q=IFunctionDiscovery+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.IFunctionDiscovery](https://github.com/dahall/Vanara/search?l=C%23&q=IFunctionDiscovery) | ||
[IFunctionDiscoveryNotification](https://www.google.com/search?num=5&q=IFunctionDiscoveryNotification+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.IFunctionDiscoveryNotification](https://github.com/dahall/Vanara/search?l=C%23&q=IFunctionDiscoveryNotification) | ||
[IFunctionInstance](https://www.google.com/search?num=5&q=IFunctionInstance+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.IFunctionInstance](https://github.com/dahall/Vanara/search?l=C%23&q=IFunctionInstance) | ||
[IFunctionInstanceCollection](https://www.google.com/search?num=5&q=IFunctionInstanceCollection+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.IFunctionInstanceCollection](https://github.com/dahall/Vanara/search?l=C%23&q=IFunctionInstanceCollection) | ||
[IFunctionInstanceCollectionQuery](https://www.google.com/search?num=5&q=IFunctionInstanceCollectionQuery+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.IFunctionInstanceCollectionQuery](https://github.com/dahall/Vanara/search?l=C%23&q=IFunctionInstanceCollectionQuery) | ||
[IFunctionInstanceQuery](https://www.google.com/search?num=5&q=IFunctionInstanceQuery+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.IFunctionInstanceQuery](https://github.com/dahall/Vanara/search?l=C%23&q=IFunctionInstanceQuery) | ||
### Classes | ||
Native Class | Header | Managed Class | ||
--- | --- | --- | ||
[FunctionDiscovery](https://www.google.com/search?num=5&q=FunctionDiscovery+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.FunctionDiscovery](https://github.com/dahall/Vanara/search?l=C%23&q=FunctionDiscovery) | ||
[FunctionInstanceCollection](https://www.google.com/search?num=5&q=FunctionInstanceCollection+site%3Adocs.microsoft.com) | functiondiscoveryapi.h | [Vanara.PInvoke.FunDisc.FunctionInstanceCollection](https://github.com/dahall/Vanara/search?l=C%23&q=FunctionInstanceCollection) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Vanara.PInvoke.WcnApi | ||
PInvoke API (methods, structures and constants) imported from Windows Connect Now (WcnApi.dll). | ||
|
||
- Includes methods from wcnapi.dll | ||
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.WcnApi?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) | ||
### Structures | ||
Native Structure | Header | Managed Structure | ||
--- | --- | --- | ||
[WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE](https://www.google.com/search?num=5&q=WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE+site%3Adocs.microsoft.com) | wcntypes.h | [Vanara.PInvoke.WcnApi.WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE) | ||
[WCN_VENDOR_EXTENSION_SPEC](https://www.google.com/search?num=5&q=WCN_VENDOR_EXTENSION_SPEC+site%3Adocs.microsoft.com) | wcndevice.h | [Vanara.PInvoke.WcnApi.WCN_VENDOR_EXTENSION_SPEC](https://github.com/dahall/Vanara/search?l=C%23&q=WCN_VENDOR_EXTENSION_SPEC) | ||
### Interfaces | ||
Native Interface | Header | Managed Interface | ||
--- | --- | --- | ||
[IWCNConnectNotify](https://www.google.com/search?num=5&q=IWCNConnectNotify+site%3Adocs.microsoft.com) | wcndevice.h | [Vanara.PInvoke.WcnApi.IWCNConnectNotify](https://github.com/dahall/Vanara/search?l=C%23&q=IWCNConnectNotify) | ||
[IWCNDevice](https://www.google.com/search?num=5&q=IWCNDevice+site%3Adocs.microsoft.com) | wcndevice.h | [Vanara.PInvoke.WcnApi.IWCNDevice](https://github.com/dahall/Vanara/search?l=C%23&q=IWCNDevice) | ||
### Classes | ||
Native Class | Header | Managed Class | ||
--- | --- | --- | ||
[WCNDeviceObject](https://www.google.com/search?num=5&q=WCNDeviceObject+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.WcnApi.WCNDeviceObject](https://github.com/dahall/Vanara/search?l=C%23&q=WCNDeviceObject) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters