Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "INTERNET_FLAG_RELOAD" in [All]

wininet

.

Useful flags setting for binary download: INTERNET_FLAG_TRANSFER_BINARY + INTERNET_FLAG_RELOAD

.

    private const long INTERNET_FLAG_RELOAD = 0x80000000;

.

const int INTERNET_FLAG_RELOAD  = 0x80000000;

.

static extern TODO INTERNET_FLAG_RELOAD(TODO);

.

Declare Function INTERNET_FLAG_RELOAD Lib "wininet.dll" (TODO) As TODO

.
Documentation
[INTERNET_FLAG_RELOAD] on MSDN

 
Access PInvoke.net directly from VS: