msctf: Implement stub ITfContext.
diff --git a/dlls/msctf/documentmgr.c b/dlls/msctf/documentmgr.c
index fe02320..6245037 100644
--- a/dlls/msctf/documentmgr.c
+++ b/dlls/msctf/documentmgr.c
@@ -97,8 +97,8 @@
TfEditCookie *pecTextStore)
{
DocumentMgr *This = (DocumentMgr *)iface;
- FIXME("STUB:(%p)\n",This);
- return E_NOTIMPL;
+ TRACE("(%p) 0x%x 0x%x %p %p %p\n",This,tidOwner,dwFlags,punk,ppic,pecTextStore);
+ return Context_Constructor(tidOwner, punk, ppic, pecTextStore);
}
static HRESULT WINAPI DocumentMgr_Push(ITfDocumentMgr *iface, ITfContext *pic)