Crate win_inet

Crate win_inet 

Source
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”
WinINetConnection
A WinINet “connection”
WinINetRequest
A WinINet “request”

Enums§

InternetOpenType
InternetStatus
part of the callback

Constants§

ERROR_IO_PENDING
INTERNET_FLAG_NO_CACHE_WRITE
INTERNET_FLAG_RELOAD
INTERNET_FLAG_SECURE

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