urlopenblockingstream (urlmon)
Last changed: -81.208.34.211

.
Summary
TODO - a short description

C# Signature:

[DllImport("urlmon.dll")]
extern static Int32 URLOpenBlockingStreamW(
    [MarshalAs(UnmanagedType.IUnknown)]    object pCaller,
    [MarshalAs(UnmanagedType.LPWStr)] string szURL,
    out UCOMIStream stream, Int32 dwReserved, IntPtr lpfnCB);

VB Signature:

Declare Function URLOpenBlockingStream Lib "urlmon.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

this is the sample

Alternative Managed API:

Do you know one? Please contribute it!

Documentation