Home | History | Annotate | Download | only in dshow

Lines Matching refs:get_EditStart

4957     virtual HRESULT WINAPI get_EditStart(long *pValue) = 0;
4992 HRESULT (WINAPI *get_EditStart)(IAMExtTransport *This,long *pValue);
5029 #define IAMExtTransport_get_EditStart(This,pValue) (This)->lpVtbl->get_EditStart(This,pValue)