Vanara/PInvoke/NetListMgr/readme.md

48 lines
7.7 KiB
Markdown
Raw Normal View History

## Vanara.PInvoke.NetListMgr
2020-07-14 18:02:36 -04:00
PInvoke API (interfaces, structures and constants) for Windows NetListMgr COM object.
- Includes methods from netprofm.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.NetListMgr?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.NetListMgr?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.NetListMgr)
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
2022-10-25 13:24:54 -04:00
[NLM_CONNECTION_COST](https://www.google.com/search?num=5&q=NLM_CONNECTION_COST+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_CONNECTION_COST](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_CONNECTION_COST)
[NLM_CONNECTION_PROPERTY_CHANGE](https://www.google.com/search?num=5&q=NLM_CONNECTION_PROPERTY_CHANGE+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_CONNECTION_PROPERTY_CHANGE](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_CONNECTION_PROPERTY_CHANGE)
[NLM_CONNECTIVITY](https://www.google.com/search?num=5&q=NLM_CONNECTIVITY+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_CONNECTIVITY](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_CONNECTIVITY)
[NLM_DOMAIN_TYPE](https://www.google.com/search?num=5&q=NLM_DOMAIN_TYPE+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_DOMAIN_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_DOMAIN_TYPE)
[NLM_ENUM_NETWORK](https://www.google.com/search?num=5&q=NLM_ENUM_NETWORK+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_ENUM_NETWORK](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_ENUM_NETWORK)
[NLM_INTERNET_CONNECTIVITY](https://www.google.com/search?num=5&q=NLM_INTERNET_CONNECTIVITY+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_INTERNET_CONNECTIVITY](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_INTERNET_CONNECTIVITY)
[NLM_NETWORK_CATEGORY](https://www.google.com/search?num=5&q=NLM_NETWORK_CATEGORY+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_NETWORK_CATEGORY](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_NETWORK_CATEGORY)
[NLM_NETWORK_CLASS](https://www.google.com/search?num=5&q=NLM_NETWORK_CLASS+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_NETWORK_CLASS](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_NETWORK_CLASS)
[NLM_NETWORK_PROPERTY_CHANGE](https://www.google.com/search?num=5&q=NLM_NETWORK_PROPERTY_CHANGE+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_NETWORK_PROPERTY_CHANGE](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_NETWORK_PROPERTY_CHANGE)
2018-06-06 14:05:52 -04:00
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
2022-10-25 13:24:54 -04:00
[NLM_DATAPLAN_STATUS](https://www.google.com/search?num=5&q=NLM_DATAPLAN_STATUS+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_DATAPLAN_STATUS](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_DATAPLAN_STATUS)
[NLM_SIMULATED_PROFILE_INFO](https://www.google.com/search?num=5&q=NLM_SIMULATED_PROFILE_INFO+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_SIMULATED_PROFILE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_SIMULATED_PROFILE_INFO)
[NLM_SOCKADDR](https://www.google.com/search?num=5&q=NLM_SOCKADDR+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_SOCKADDR](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_SOCKADDR)
[NLM_USAGE_DATA](https://www.google.com/search?num=5&q=NLM_USAGE_DATA+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_USAGE_DATA](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_USAGE_DATA)
2018-06-06 14:05:52 -04:00
### Interfaces
2019-09-05 23:03:18 -04:00
Native Interface | Header | Managed Interface
--- | --- | ---
2022-10-25 13:24:54 -04:00
[IEnumNetworkConnections](https://www.google.com/search?num=5&q=IEnumNetworkConnections+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.IEnumNetworkConnections](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumNetworkConnections)
[IEnumNetworks](https://www.google.com/search?num=5&q=IEnumNetworks+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.IEnumNetworks](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumNetworks)
[IErrorLog](https://www.google.com/search?num=5&q=IErrorLog+site%3Alearn.microsoft.com) | |
[INetwork](https://www.google.com/search?num=5&q=INetwork+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetwork](https://github.com/dahall/Vanara/search?l=C%23&q=INetwork)
[INetworkConnection](https://www.google.com/search?num=5&q=INetworkConnection+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkConnection](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkConnection)
[INetworkConnectionCost](https://www.google.com/search?num=5&q=INetworkConnectionCost+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkConnectionCost](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkConnectionCost)
[INetworkConnectionCostEvents](https://www.google.com/search?num=5&q=INetworkConnectionCostEvents+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkConnectionCostEvents](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkConnectionCostEvents)
[INetworkConnectionEvents](https://www.google.com/search?num=5&q=INetworkConnectionEvents+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkConnectionEvents](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkConnectionEvents)
[INetworkCostManager](https://www.google.com/search?num=5&q=INetworkCostManager+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkCostManager](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkCostManager)
[INetworkCostManagerEvents](https://www.google.com/search?num=5&q=INetworkCostManagerEvents+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkCostManagerEvents](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkCostManagerEvents)
[INetworkEvents](https://www.google.com/search?num=5&q=INetworkEvents+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkEvents](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkEvents)
[INetworkListManager](https://www.google.com/search?num=5&q=INetworkListManager+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkListManager](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkListManager)
[INetworkListManagerEvents](https://www.google.com/search?num=5&q=INetworkListManagerEvents+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.INetworkListManagerEvents](https://github.com/dahall/Vanara/search?l=C%23&q=INetworkListManagerEvents)
[IPropertyBag](https://www.google.com/search?num=5&q=IPropertyBag+site%3Alearn.microsoft.com) | |
2020-12-24 13:00:18 -05:00
### Classes
Native Class | Header | Managed Class
--- | --- | ---
2022-10-25 13:24:54 -04:00
[NetworkListManager](https://www.google.com/search?num=5&q=NetworkListManager+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NetworkListManager](https://github.com/dahall/Vanara/search?l=C%23&q=NetworkListManager)
[NetworkPropertyName](https://www.google.com/search?num=5&q=NetworkPropertyName+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.NetListMgr.NetworkPropertyName](https://github.com/dahall/Vanara/search?l=C%23&q=NetworkPropertyName)
[NLM_SOCKADDR](https://www.google.com/search?num=5&q=NLM_SOCKADDR+site%3Alearn.microsoft.com) | Netlistmgr.h | [Vanara.PInvoke.NetListMgr.NLM_SOCKADDR](https://github.com/dahall/Vanara/search?l=C%23&q=NLM_SOCKADDR)