Home
last modified time | relevance | path

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

/reactos/dll/win32/msctf/
H A Dcompartmentmgr.c49 ITfCompartmentMgr ITfCompartmentMgr_iface; member
81 return CONTAINING_RECORD(iface, CompartmentMgr, ITfCompartmentMgr_iface); in impl_from_ITfCompartmentMgr()
130 *ppvOut = &This->ITfCompartmentMgr_iface; in CompartmentMgr_QueryInterface()
268 This->ITfCompartmentMgr_iface.lpVtbl = &CompartmentMgrVtbl; in CompartmentMgr_Constructor()
274 *ppOut = (IUnknown*)&This->ITfCompartmentMgr_iface; in CompartmentMgr_Constructor()
281 hr = ITfCompartmentMgr_QueryInterface(&This->ITfCompartmentMgr_iface, riid, (void**)ppOut); in CompartmentMgr_Constructor()