Home COM GDI+ WebBrowser Data Access

IWinInetHttpInfo Interface

 

IID_IWinInetHttpInfo

{79EAC9D8-BAFA-11CE-8C82-00AA004BA90B}

 

 

This interface checks information on HTTP requests made through the underlying Microsoft Win32 Internet functions.

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IWinInetHttpInfo Method

Description

QueryInfo

Retrieves the specified information from an HTTP request.

 

QueryInfo

 

FUNCTION IWinInetHttpInfo_QueryInfo ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL dwOption AS DWORD _
, BYREF pBuffer AS ANY _
, BYREF pcbBuf AS DWORD _
, BYREF pdwFlags AS DWORD _
, BYREF pdwReserved AS DWORD _
  ) AS LONG
 

  LOCAL HRESULT AS LONG

  CALL DWORD @@pthis[3] USING IWinInetHttpInfo_QueryInfo (pthis, dwOption, pBuffer, pcbBuf, pdwFlags, pdwReserved) TO HRESULT

END FUNCTION

 

 

Page last updated on Monday, 03 April 2006 20:06:58 +0200