IMarkupPointer::IsPositioned Method

Checks the position of the pointer.

Syntax

HRESULT IsPositioned(
    BOOL *pfPositioned
);

Parameters

  • pfPositioned
    [out] Pointer to a variable of type BOOL that receives TRUE if the pointer is positioned, or FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IMarkupPointer::UnPosition