Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Dtxthost.c35 ITextHost ITextHost_iface; member
51 texthost->ITextHost_iface.lpVtbl = &textHostVtbl; in ME_CreateTextHost()
64 return &texthost->ITextHost_iface; in ME_CreateTextHost()
69 return CONTAINING_RECORD(iface, ITextHostImpl, ITextHost_iface); in impl_from_ITextHost()
77 *ppvObject = &This->ITextHost_iface; in ITextHostImpl_QueryInterface()
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c86 ITextHost ITextHost_iface; member
93 return CONTAINING_RECORD(iface, ITextHostTestImpl, ITextHost_iface); in impl_from_ITextHost()
103 *ppvObject = &This->ITextHost_iface; in ITextHostImpl_QueryInterface()
592 dummyTextHost->ITextHost_iface.lpVtbl = &itextHostVtbl; in init_texthost()
603 result = pCreateTextServices(NULL, &dummyTextHost->ITextHost_iface, &init); in init_texthost()
620 *ret = &dummyTextHost->ITextHost_iface; in init_texthost()
837 hr = pCreateTextServices(&unk_obj.IUnknown_iface, &texthost.ITextHost_iface, in test_COM()