Home COM GDI+ WebBrowser Data Access

IHTMLChangeLog Interface

 

IID_IHTMLChangeLog

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

 

 

This interface provides a method to retrieve information stored in a change log about the changes in a markup container.

 

Documentation: IHTMLChangeLog Interface

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IHTMLChangeLog Method

Description

GetNextChange

Retrieves the next change record stored in the change log.

 

GetNextChange

 

FUNCTION IChangeLog_GetNextChange ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL pbBuffer AS BYTE _
, BYVAL nBufferSize AS LONG _
, BYREF pnRecordLength AS LONG _
  ) AS LONG

  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING IChangeLog_GetNextChange (pthis, pbBuffer, nBufferSize, pnRecordLength) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

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