WinHttpQueryOption (winhttp)
Last changed: -67.32.36.230

.
Summary
TODO - a short description

C# Signature:

[DllImport("winhttp.dll", SetLastError=true)]
static extern bool WinHttpQueryOption(
            IntPtr hInternet,
            int dwOption,
            byte[] lpBuffer,
            ref int lpdwBufferLength);

VB Signature:

Declare Function WinHttpQueryOption Lib "winhttp.dll" (ByVal hInternet As IntPtr, ByVal dwOption As Integer, ByVal lpBuffer As Byte(), ByRef lpdwBufferLength 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