Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dvbregexp.c489 static HRESULT WINAPI Match2_get_SubMatches(IMatch2 *iface, IDispatch **ppSubMatches) in Match2_get_SubMatches() argument
493 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()
H A Dvbsregexp55.idl170 HRESULT SubMatches([out, retval] IDispatch **ppSubMatches);
/reactos/modules/rostests/winetests/vbscript/
H A Dvbsregexp55.idl171 HRESULT SubMatches([out, retval] IDispatch **ppSubMatches);