winhttpwritedata (winhttp)
Last changed: -67.32.36.230

.
Summary
TODO - a short description

C# Signature:

[DllImport("winhttp.dll", SetLastError=true)]
static extern bool WinHttpWriteData(
            IntPtr hRequest,
            IntPtr lpBuffer,
            uint dwNumberOfBytesToWrite,
            ref uint lpdwNumberOfBytesWritten
            );

VB Signature:

Declare Function WinHttpWriteData Lib "winhttp.dll" (ByVal hRequest As IntPtr, ByVal lpBuffer As IntPtr, ByVal dwNumberOfBytesToWrite As UInteger, ByRef lpdwNumberOfBytesWritten As UInteger) 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