Public Member Functions |
| HRESULT | OwningDoc ([out] IHTMLDocument2 **ppDoc) |
| HRESULT | Gravity ([out] POINTER_GRAVITY *pGravity) |
| HRESULT | SetGravity ([in] POINTER_GRAVITY Gravity) |
| HRESULT | Cling ([out] BOOL *pfCling) |
| HRESULT | SetCling ([in] BOOL fCLing) |
| HRESULT | UnPosition () |
| HRESULT | IsPositioned ([out] BOOL *pfPositioned) |
| HRESULT | GetContainer ([out] IMarkupContainer **ppContainer) |
| HRESULT | MoveAdjacentToElement ([in] IHTMLElement *pElement,[in] ELEMENT_ADJACENCY eAdj) |
| HRESULT | MoveToPointer ([in] IMarkupPointer *pPointer) |
| HRESULT | MoveToContainer ([in] IMarkupContainer *pContainer,[in] BOOL fAtStart) |
| HRESULT | Left ([in] BOOL fMove,[out] MARKUP_CONTEXT_TYPE *pContext,[out] IHTMLElement **ppElement,[in, out] LONG *pcch,[out, size_is(*pcch)] OLECHAR *pchText) |
| HRESULT | Right ([in] BOOL fMove,[out] MARKUP_CONTEXT_TYPE *pContext,[out] IHTMLElement **ppElement,[in, out] LONG *pcch,[out, size_is(*pcch)] OLECHAR *pchText) |
| HRESULT | CurrentScope ([out] IHTMLElement **ppElemCurrent) |
| HRESULT | IsLeftOf ([in] IMarkupPointer *pPointerThat,[out] BOOL *pfResult) |
| HRESULT | IsLeftOfOrEqualTo ([in] IMarkupPointer *pPointerThat,[out] BOOL *pfResult) |
| HRESULT | IsRightOf ([in] IMarkupPointer *pPointerThat,[out] BOOL *pfResult) |
| HRESULT | IsRightOfOrEqualTo ([in] IMarkupPointer *pPointerThat,[out] BOOL *pfResult) |
| HRESULT | IsEqualTo ([in] IMarkupPointer *pPointerThat,[out] BOOL *pfAreEqual) |
| HRESULT | MoveUnit ([in] MOVEUNIT_ACTION muAction) |
| HRESULT | FindText ([in] OLECHAR *pchFindText,[in] DWORD dwFlags,[in] IMarkupPointer *pIEndMatch,[in] IMarkupPointer *pIEndSearch) |
Definition at line 15812 of file mshtml.idl.