Home COM GDI+ WebBrowser Data Access

ISegment Interface

 

IID_ISegment

{3050F683-98B5-11CF-BB82-00AA00BDCE0B}

 

 

This interface provides a method that creates containers (segments) for fragments of HTML markup in the current editable selection. These segments can include both a range of elements and element fragments.

 

Documentation: ISegment Interface

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

ISegment Method

Description

GetPointers

Positions markup pointers at the start and end of the selection segment.

 

GetPointers

 

FUNCTION ISegment_GetPointers ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL pIStart AS DWORD _
, BYVAL pIEnd AS DWORD _
  ) AS LONG

  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING ISegment_GetPointers (pthis, pIStart, pIEnd) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

Page last updated on Monday, 03 April 2006 20:03:14 +0200