ホーム › Web.MsHtml › IMarkupPointer
IMarkupPointer
COMメソッド 21
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT OwningDoc(IHTMLDocument2** ppDoc) |
| 4 | HRESULT Gravity(POINTER_GRAVITY* pGravity) |
| 5 | HRESULT SetGravity(POINTER_GRAVITY Gravity) |
| 6 | HRESULT Cling(BOOL* pfCling) |
| 7 | HRESULT SetCling(BOOL fCLing) |
| 8 | HRESULT Unposition() |
| 9 | HRESULT IsPositioned(BOOL* pfPositioned) |
| 10 | HRESULT GetContainer(IMarkupContainer** ppContainer) |
| 11 | HRESULT MoveAdjacentToElement(IHTMLElement* pElement, ELEMENT_ADJACENCY eAdj) |
| 12 | HRESULT MoveToPointer(IMarkupPointer* pPointer) |
| 13 | HRESULT MoveToContainer(IMarkupContainer* pContainer, BOOL fAtStart) |
| 14 | HRESULT Left(BOOL fMove, MARKUP_CONTEXT_TYPE* pContext, IHTMLElement** ppElement, INT* pcch, LPWSTR pchText) |
| 15 | HRESULT Right(BOOL fMove, MARKUP_CONTEXT_TYPE* pContext, IHTMLElement** ppElement, INT* pcch, LPWSTR pchText) |
| 16 | HRESULT CurrentScope(IHTMLElement** ppElemCurrent) |
| 17 | HRESULT IsLeftOf(IMarkupPointer* pPointerThat, BOOL* pfResult) |
| 18 | HRESULT IsLeftOfOrEqualTo(IMarkupPointer* pPointerThat, BOOL* pfResult) |
| 19 | HRESULT IsRightOf(IMarkupPointer* pPointerThat, BOOL* pfResult) |
| 20 | HRESULT IsRightOfOrEqualTo(IMarkupPointer* pPointerThat, BOOL* pfResult) |
| 21 | HRESULT IsEqualTo(IMarkupPointer* pPointerThat, BOOL* pfAreEqual) |
| 22 | HRESULT MoveUnit(MOVEUNIT_ACTION muAction) |
| 23 | HRESULT FindText(LPWSTR pchFindText, DWORD dwFlags, IMarkupPointer* pIEndMatch, IMarkupPointer* pIEndSearch) |