Home
last modified time | relevance | path

Searched refs:ITfDocumentMgr_iface (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msctf/
H A Ddocumentmgr.c40 ITfDocumentMgr ITfDocumentMgr_iface; member
65 return CONTAINING_RECORD(iface, DocumentMgr, ITfDocumentMgr_iface); in impl_from_ITfDocumentMgr()
86 ThreadMgr_OnDocumentMgrDestruction(tm, &This->ITfDocumentMgr_iface); in DocumentMgr_Destructor()
106 *ppvOut = &This->ITfDocumentMgr_iface; in DocumentMgr_QueryInterface()
282 return ITfDocumentMgr_QueryInterface(&This->ITfDocumentMgr_iface, iid, ppvOut); in DocumentMgrSource_QueryInterface()
288 return ITfDocumentMgr_AddRef(&This->ITfDocumentMgr_iface); in DocumentMgrSource_AddRef()
294 return ITfDocumentMgr_Release(&This->ITfDocumentMgr_iface); in DocumentMgrSource_Release()
350 This->ITfDocumentMgr_iface.lpVtbl = &DocumentMgrVtbl; in DocumentMgr_Constructor()
356 …CompartmentMgr_Constructor((IUnknown*)&This->ITfDocumentMgr_iface, &IID_IUnknown, (IUnknown**)&Thi… in DocumentMgr_Constructor()
358 *ppOut = &This->ITfDocumentMgr_iface; in DocumentMgr_Constructor()