xine-lib 1.2.11
Data Fields
IEnumPins_vt Struct Reference

#include <interfaces.h>

Data Fields

long STDCALL(* QueryInterface )(IUnknown *This, const GUID *riid, void **ppvObject)
 
long STDCALL(* AddRef )(IUnknown *This)
 
long STDCALL(* Release )(IUnknown *This)
 
HRESULT STDCALL(* Next )(IEnumPins *This, unsigned long cPins, IPin **ppPins, unsigned long *pcFetched)
 
HRESULT STDCALL(* Skip )(IEnumPins *This, unsigned long cPins)
 
HRESULT STDCALL(* Reset )(IEnumPins *This)
 
HRESULT STDCALL(* Clone )(IEnumPins *This, IEnumPins **ppEnum)
 

Field Documentation

◆ AddRef

long STDCALL(* IEnumPins_vt::AddRef) (IUnknown *This)

Referenced by CEnumPinsCreate().

◆ Clone

HRESULT STDCALL(* IEnumPins_vt::Clone) (IEnumPins *This, IEnumPins **ppEnum)

Referenced by CEnumPinsCreate().

◆ Next

HRESULT STDCALL(* IEnumPins_vt::Next) (IEnumPins *This, unsigned long cPins, IPin **ppPins, unsigned long *pcFetched)

Referenced by CEnumPinsCreate(), and DS_FilterCreate().

◆ QueryInterface

long STDCALL(* IEnumPins_vt::QueryInterface) (IUnknown *This, const GUID *riid, void **ppvObject)

Referenced by CEnumPinsCreate().

◆ Release

long STDCALL(* IEnumPins_vt::Release) (IUnknown *This)

Referenced by CEnumPinsCreate().

◆ Reset

HRESULT STDCALL(* IEnumPins_vt::Reset) (IEnumPins *This)

Referenced by CEnumPinsCreate(), and DS_FilterCreate().

◆ Skip

HRESULT STDCALL(* IEnumPins_vt::Skip) (IEnumPins *This, unsigned long cPins)

Referenced by CEnumPinsCreate().


The documentation for this struct was generated from the following file: