static extern bool WinHttpReceiveResponse(IntPtr hRequest, int lpReserved);
Declare Function WinHttpReceiveResponse Lib "winhttp.dll" (ByVal hRequest As IntPtr, ByVal lpReserved As Integer) As Boolean