|
|
|
IMarkupContainer2 Interface |
|
IID_IMarkupContainer2 |
{3050F648-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that control a markup container.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMarkupContainer Method2 |
Description |
|
OwningDoc |
Retrieves the top-level document associated with this object. |
|
IMarkupContainer2 Methods |
Description |
|
CreateChangeLog |
Creates a change log for a markup container and registers the change log to receive notice of any changes that take place in the container. |
|
RegisterForDirtyRange |
Registers a given IHTMLChangeSink interface to receive dirty range notification from the markup container. |
|
UnregisterForDirtyRange |
Stops any further dirty range notification, corresponding to a given cookie, from the markup container. |
|
GetAndClearDirtyRange |
Retrieves and resets the dirty range associated with the given cookie. |
|
GetVersionNumber |
Retrieves a version number that represents the number of changes in a markup container's content. |
|
GetMasterElement |
Retrieves the master element when a markup container belongs to a document that is a child of another one (like a frame within a frameSet). |
|
OwningDoc |
|
FUNCTION
IMarkupContainer2_OwningDoc ( _ |
|
CreateChangeLog |
|
FUNCTION
IMarkupContainer2_CreateChangeLog ( _ |
|
RegisterForDirtyRange |
|
FUNCTION
IMarkupContainer2_RegisterForDirtyRange ( _ |
|
UnregisterForDirtyRange |
|
FUNCTION
IMarkupContainer2_UnregisterForDirtyRange ( _ |
|
GetAndClearDirtyRange |
|
FUNCTION
IMarkupContainer2_GetAndClearDirtyRange ( _ |
|
GetVersionNumber |
|
FUNCTION
IMarkupContainer2_GetVersionNumber ( _ |
|
GetMasterElement |
|
FUNCTION
IMarkupContainer2_GetMasterElement ( _ |
Page last updated on Monday, 03 April 2006 20:00:12 +0200