Home
last modified time | relevance | path

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

/reactos/dll/win32/avifil32/
H A Deditstream.c406 hr = IAVIEditStream_Paste(&pEdit->IAVIEditStream_iface, &start, plLength, &This->IAVIStream_iface, in IAVIEditStream_fnCopy()
H A Dapi.c2088 hr = IAVIEditStream_Paste(pEdit, plStart, plLength, pSource, lStart, lEnd); in EditStreamPaste()
/reactos/sdk/include/psdk/
H A Dvfw.h1515 #define IAVIEditStream_Paste(p,a,b,c,d,e) (p)->lpVtbl->Paste(p,a,b,c,d,e) macro