Creates an instance of the IMarkupPointer object.
Syntax
HRESULT CreateMarkupPointer(
    IMarkupPointer **ppPointer
);
Parameters
- ppPointer
- Address of a pointer to an IMarkupContainer interface that returns the newly created object.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
CreateMarkupContainer