ホーム › Web.MsHtml › IDisplayPointer
IDisplayPointer
COMメソッド 19
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT MoveToPoint(POINT ptPoint, COORD_SYSTEM eCoordSystem, IHTMLElement* pElementContext, DWORD dwHitTestOptions, DWORD* pdwHitTestResults) |
| 4 | HRESULT MoveUnit(DISPLAY_MOVEUNIT eMoveUnit, INT lXPos) |
| 5 | HRESULT PositionMarkupPointer(IMarkupPointer* pMarkupPointer) |
| 6 | HRESULT MoveToPointer(IDisplayPointer* pDispPointer) |
| 7 | HRESULT SetPointerGravity(POINTER_GRAVITY eGravity) |
| 8 | HRESULT GetPointerGravity(POINTER_GRAVITY* peGravity) |
| 9 | HRESULT SetDisplayGravity(DISPLAY_GRAVITY eGravity) |
| 10 | HRESULT GetDisplayGravity(DISPLAY_GRAVITY* peGravity) |
| 11 | HRESULT IsPositioned(BOOL* pfPositioned) |
| 12 | HRESULT Unposition() |
| 13 | HRESULT IsEqualTo(IDisplayPointer* pDispPointer, BOOL* pfIsEqual) |
| 14 | HRESULT IsLeftOf(IDisplayPointer* pDispPointer, BOOL* pfIsLeftOf) |
| 15 | HRESULT IsRightOf(IDisplayPointer* pDispPointer, BOOL* pfIsRightOf) |
| 16 | HRESULT IsAtBOL(BOOL* pfBOL) |
| 17 | HRESULT MoveToMarkupPointer(IMarkupPointer* pPointer, IDisplayPointer* pDispLineContext) |
| 18 | HRESULT ScrollIntoView() |
| 19 | HRESULT GetLineInfo(ILineInfo** ppLineInfo) |
| 20 | HRESULT GetFlowElement(IHTMLElement** ppLayoutElement) |
| 21 | HRESULT QueryBreaks(DWORD* pdwBreaks) |