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.
Gets an IHTMLCaret interface that specifies the insertion point in an HTML document.
Syntax
HRESULT retVal = object.GetCaret(ppCaret);
Parameters
ppCaret [out]
Type: IHTMLCaretA pointer to a variable that receives an IHTMLCaret interface pointer for the object that represents the insertion point in a document.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.