Home | History | Annotate | Download | only in win

Lines Matching refs:STDMETHODIMP

92 STDMETHODIMP FilterBase::EnumPins(IEnumPins** enum_pins) {
98 STDMETHODIMP FilterBase::FindPin(LPCWSTR id, IPin** pin) {
102 STDMETHODIMP FilterBase::QueryFilterInfo(FILTER_INFO* info) {
110 STDMETHODIMP FilterBase::JoinFilterGraph(IFilterGraph* graph, LPCWSTR name) {
115 STDMETHODIMP FilterBase::QueryVendorInfo(LPWSTR *pVendorInfo) {
120 STDMETHODIMP FilterBase::Stop() {
125 STDMETHODIMP FilterBase::Pause() {
130 STDMETHODIMP FilterBase::Run(REFERENCE_TIME start) {
135 STDMETHODIMP FilterBase::GetState(DWORD msec_timeout, FILTER_STATE* state) {
140 STDMETHODIMP FilterBase::SetSyncSource(IReferenceClock* clock) {
144 STDMETHODIMP FilterBase::GetSyncSource(IReferenceClock** clock) {
149 STDMETHODIMP FilterBase::GetClassID(CLSID* class_id) {
155 STDMETHODIMP FilterBase::QueryInterface(REFIID id, void** object_ptr) {