On 5/21/2014 12:20, Jactry Zeng wrote:
Hi Nikolay, 2014-05-21 14:56 GMT+08:00 Nikolay Sivov <bunglehead@gmail.com mailto:bunglehead@gmail.com>:
+HRESULT ME_ITextGetText(ME_TextEditor *editor, ME_Cursor *start,
ME_Cursor *end, BSTR *pb) DECLSPEC_HIDDEN;
Is this really needed?
I would like to share ME_ITextGetText between ITextSelection::GetText and ITextRange::GetText.
But ITextSelection is a ITextRange too, so you need to implement it for ITextRange only.
Thanks for your review!
Regards, Jactry Zeng