Home COM GDI+ WebBrowser Data Access

IMarkupContainer Interface

 

IID_IMarkupContainer

{3050F5F9-98B5-11CF-BB82-00AA00BDCE0B}

 

 

This interface is an object representing the organization of elements and text in a page.

 

Documentation: IMarkupContainer Interface

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IMarkupContainer Method

Description

OwningDoc

Retrieves the top-level document associated with this object.

 

OwningDoc

 

FUNCTION IMarkupContainer_OwningDoc ( _
  BYVAL pthis AS DWORD PTR _
, BYREF ppdoc AS DWORD _
  ) AS LONG

  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING IMarkupContainer_OwningDoc (pthis, ppdoc) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

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