Re: [2/13]msctf: implement SetFocus and GetFocus

2009-01-30 Thread Aric Stewart
Humm, I thought so at first also, but then when I was testing with word 2007 (which is the only program I have found so far that uses this) I found that if i released here then the DocumentMgr was prematurely destroyed and caused Word to crash. With not releasing then everything lined up. Th

Re: [2/13]msctf: implement SetFocus and GetFocus

2009-01-30 Thread Jacek Caban
Hi Aric, Aric Stewart wrote: > --- > dlls/msctf/threadmgr.c | 28 > 1 files changed, 24 insertions(+), 4 deletions(-) > +if (!pdimFocus || FAILED(IUnknown_QueryInterface(pdimFocus,&IID_ITfDocumentMgr,(LPVOID*) &check))) +return E_INVALIDARG; + +Thi