Home COM GDI+ WebBrowser Data Access

IWabExtInit Interface

 

IID_IWabExtInit

{ea22ebf0-87a4-11d1-9acf-00a0c91f9c8b}

 

 

This interface ndicates which Microsoft Windows Address Book (WAB) object is being displayed (e.g., a property sheet or context menu).

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IWabExtInit Methods

Description

Initialize

Provides a WAB module with information about the object being displayed.

 

Initialize

 

FUNCTION IWABExtInit_Initialize ( _
  BYVAL pIWABExtInit AS DWORD PTR _
, BYREF lpWABExtDisplay AS WABEXTDISPLAY _
  ) AS LONG

  LOCAL HRESULT AS LONG
  CALL DWORD @@pIWABExtInit[3] USING IWABExtInit_Initialize (pIWABExtInit, lpWABExtDisplay) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

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