Home COM GDI+ WebBrowser Data Access

IWinInetInfo Interface

 

IID_IWinInetInfo

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

 

 

This interface retrieves option information used by 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.

IWinInetInfo Method

Description

QueryOption

Retrieves the indicated Win32 Internet function option.

 

QueryOption

 

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

  LOCAL HRESULT AS LONG

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

END FUNCTION

 

 

Page last updated on Monday, 03 April 2006 20:07:10 +0200