Searched refs:ITfSource_iface (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/msctf/ |
H A D | documentmgr.c | 41 ITfSource ITfSource_iface; member 70 return CONTAINING_RECORD(iface, DocumentMgr, ITfSource_iface); in impl_from_ITfSource() 110 *ppvOut = &This->ITfSource_iface; in DocumentMgr_QueryInterface() 351 This->ITfSource_iface.lpVtbl = &DocumentMgrSourceVtbl; in DocumentMgr_Constructor()
|
H A D | compartmentmgr.c | 67 ITfSource ITfSource_iface; member 91 return CONTAINING_RECORD(iface, Compartment, ITfSource_iface); in impl_from_ITfSource() 453 *ppvOut = &This->ITfSource_iface; in Compartment_QueryInterface() 614 This->ITfSource_iface.lpVtbl = &CompartmentSourceVtbl; in Compartment_Constructor()
|
H A D | context.c | 42 ITfSource ITfSource_iface; member 89 return CONTAINING_RECORD(iface, Context, ITfSource_iface); in impl_from_ITfSource() 156 *ppvOut = &This->ITfSource_iface; in Context_QueryInterface() 1066 This->ITfSource_iface.lpVtbl = &ContextSourceVtbl; in Context_Constructor()
|
H A D | inputprocessor.c | 56 ITfSource ITfSource_iface; member 198 return CONTAINING_RECORD(iface, InputProcessorProfiles, ITfSource_iface); in impl_from_ITfSource() 262 *ppv = &This->ITfSource_iface; in InputProcessorProfiles_QueryInterface() 963 This->ITfSource_iface.lpVtbl = &InputProcessorProfilesSourceVtbl; in InputProcessorProfiles_Constructor()
|
H A D | threadmgr.c | 64 ITfSource ITfSource_iface; member 120 return CONTAINING_RECORD(iface, ThreadMgr, ITfSource_iface); in impl_from_ITfSource() 220 *ppvOut = &This->ITfSource_iface; in ThreadMgr_QueryInterface() 1362 This->ITfSource_iface.lpVtbl = &ThreadMgrSourceVtbl; in ThreadMgr_Constructor()
|