Searched refs:Context_QueryInterface (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/msctf/ |
H A D | context.c | 145 static HRESULT WINAPI Context_QueryInterface(ITfContext *iface, REFIID iid, LPVOID *ppvOut) in Context_QueryInterface() function 518 Context_QueryInterface,
|
/reactos/dll/win32/ole32/ |
H A D | compobj.c | 4817 static HRESULT Context_QueryInterface(Context *iface, REFIID riid, LPVOID *ppv) in Context_QueryInterface() function 4866 return Context_QueryInterface(This, riid, ppv); in Context_CTI_QueryInterface() 4941 return Context_QueryInterface(This, riid, ppv); in Context_CC_QueryInterface() 4976 return Context_QueryInterface(This, riid, ppv); in Context_OC_QueryInterface()
|