dart-windows / win32

Build Win32 apps with Dart!
https://win32.pub
BSD 3-Clause "New" or "Revised" License
734 stars 118 forks source link

Add support for `WinINet` #774

Open lublak opened 8 months ago

lublak commented 8 months ago

WinINet is a superset of WinHTTP. There is a Wininet.dll.

First of all i googled the guid of WinINet. I think it is {43d1a55c-76d6-4f7e-995c-64c711e5cafe}? Also: elementAt, how to get the position of the functions?

https://learn.microsoft.com/en-us/windows/win32/wininet/wininet-vs-winhttp https://learn.microsoft.com/en-us/windows/win32/wininet/wininet-reference

WinHttpRequest works fine. So WinINet is not very important. But would be nice to have.