Retrieves the current caret position during a drag and drop operation.
ULong GetCaretPosition (void) const;
Return Value
The current caret position in the drag target rich edit control.
Description
Use this caret position to provide your own customized target feedback, or to insert custom data (ex. non-text data)
in this position.