PositionMarkupPointer method
Positions a markup pointer at the location of the display pointer to which this interface refers.
Syntax
HRESULT retVal = object.PositionMarkupPointer(pMarkupPointer);
Parameters
- pMarkupPointer [in]
-
Type: IMarkupPointer
A pointer to the IMarkupPointer interface that specifies the markup pointer to move.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Show: