dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.11k stars 220 forks source link

Add mpr.dll #643

Closed shravan2x closed 1 year ago

shravan2x commented 1 year ago

Could mpr.dll be added to manage network connections?

AArnott commented 1 year ago

Can you give an example of a function from that dll? It looks like some related functions like https://learn.microsoft.com/en-us/windows/win32/api/npapi/nf-npapi-npaddconnection are defined in davclnt.dll. This and many more are already declared in CsWin32. Can you use that instead?