WinHttpReadData (winhttp)
Last changed: -166.70.146.22

.
Summary
TODO - a short description

C# Signature:

[DllImport("winhttp.dll", SetLastError=true)]
static extern bool WinHttpReadData(IntPtr hRequest,byte[] lpBuffer,int dwNumberOfBytesToRead,ref int lpdwNumberOfBytesRead);

VB Signature:

Declare Function WinHttpReadData Lib "winhttp.dll" (ByVal hRequest As IntPtr, ByVal lpBuffer As Byte(), ByVal dwNumberOfBytesToRead As Integer, ByRef lpdwNumberOfBytesRead As Integer) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation