Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Redefines a highlight segment and its style.
Syntax
HRESULT retVal = object.MoveSegmentToPointers(pISegment, pDispPointerStart, pDispPointerEnd);
Parameters
pISegment [in]
Type: IHighlightSegmentPointer to an IHighlightSegment interface to redefine.
pDispPointerStart [in]
Type: IDisplayPointerPointer to an IDisplayPointer interface for the new start point of the highlight segment.
pDispPointerEnd [in]
Type: IDisplayPointerPointer to an IDisplayPointer interface for the new end point of the highlight segment.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.