Expand description
A small wrapper around wininet.
It provides the ANSI and the unicode (--features unicode
) versions of WinINet.
ANSI works with std::ffi::CStr
.
Unicode works with widestring::U16CStr
.
Structs§
- INTERNET_
ASYNC_ RESULT - part of the callback
- WinINet
- A WinINet “session”
- WinI
NetConnection - A WinINet “connection”
- WinI
NetRequest - A WinINet “request”
Enums§
- Internet
Open Type - Internet
Status - part of the callback
Constants§
Type Aliases§
- HINTERNET
- part of the callback
- INTERNET_
STATUS_ CALLBACK - LPINTERNET_
STATUS_ CALLBACK - LPVOID
- WinStr
- str type for ffi.
CStr
for ANSI, U16CStr for unicode