GetMarkupPosition method
Retrieves the position of a markup pointer.
Syntax
HRESULT retVal = object.GetMarkupPosition(plMP);
Parameters
- plMP [out]
-
Type: long
Pointer to a variable of type long that receives the markup pointer's position.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See also
- Reference
- IMarkupPointer2::MoveToMarkupPosition
- IMarkupPointer::IsPositioned
- IMarkupPointer::UnPosition
Show: