Searched refs:ppSubMatches (Results 1 – 3 of 3) sorted by relevance
489 static HRESULT WINAPI Match2_get_SubMatches(IMatch2 *iface, IDispatch **ppSubMatches) in Match2_get_SubMatches() argument493 TRACE("(%p)->(%p)\n", This, ppSubMatches); in Match2_get_SubMatches()495 if(!ppSubMatches) in Match2_get_SubMatches()498 *ppSubMatches = (IDispatch*)&This->sub_matches->ISubMatches_iface; in Match2_get_SubMatches()
170 HRESULT SubMatches([out, retval] IDispatch **ppSubMatches);
171 HRESULT SubMatches([out, retval] IDispatch **ppSubMatches);