IHTMLChangeLog interface
Provides a method to get information stored in a change log about the changes in a markup container.
Members
The IHTMLChangeLog interface inherits from the IUnknown interface. IHTMLChangeLog also has these types of members:
- Methods
Methods
The IHTMLChangeLog interface has these methods.
Method | Description |
---|---|
GetNextChange | Gets the next change record stored in the change log. |
Remarks
A change log is a detailed record of changes that have taken place in a markup container. A change log stores change records that are created whenever a change occurs in the markup container with which the change log is associated.
Use IMarkupContainer2::CreateChangeLog to create a change log for a markup container.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference