Home | History | Annotate | Download | only in dshow

Lines Matching refs:QueryPinInfo

817     virtual HRESULT WINAPI QueryPinInfo(PIN_INFO *pInfo) = 0;
839 HRESULT (WINAPI *QueryPinInfo)(IPin *This,PIN_INFO *pInfo);
863 #define IPin_QueryPinInfo(This,pInfo) (This)->lpVtbl->QueryPinInfo(This,pInfo)