Home COM GDI+ WebBrowser Data Access

IHTMLChangeSink Interface

 

IID_IHTMLChangeSink

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

 

 

This custom interface provides notification when a change has occurred in a markup container's contents.

 

Documentation: IHTMLChangeSink Interface

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IHTMLChangeSink Method

Description

Notify

Called by MSHTML when a change occurs in the contents of the markup container with which it is associated.

 

Notify

 

FUNCTION IHTMLChangeSink_Notify ( _
  BYVAL pthis AS DWORD PTR _
  ) AS LONG

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

END FUNCTION

 

 

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