Searched refs:IComponent (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmmc.h32 typedef struct IComponent IComponent; typedef in typeref:struct:IComponent
316 typedef IComponent *LPCOMPONENT;
733 struct IComponent : public IUnknown { struct in inherits:IUnknown
746 HRESULT (WINAPI *QueryInterface)(IComponent *This,REFIID riid,void **ppvObject);
747 ULONG (WINAPI *AddRef)(IComponent *This);
748 ULONG (WINAPI *Release)(IComponent *This);
749 HRESULT (WINAPI *Initialize)(IComponent *This,LPCONSOLE lpConsole);
750 HRESULT (WINAPI *Notify)(IComponent *This,LPDATAOBJECT lpDataObject,MMC_NOTIFY_TYPE event,LPARAM arg,LPARAM param);
751 HRESULT (WINAPI *Destroy)(IComponent *Thi
758 struct IComponent { struct
[all...]
H A Dtuner.h71 typedef struct IComponent IComponent; typedef in typeref:struct:IComponent
771 STDMETHOD_(HRESULT,Add)(THIS_ IComponent *pComponent,VARIANT *pNewIndex) PURE;
776 STDMETHOD_(HRESULT,get_Item)(THIS_ VARIANT Index,IComponent **ppComponent) PURE;
817 STDMETHOD_(HRESULT,Next)(THIS_ ULONG celt,IComponent **pprgelt,ULONG *pceltFetched) PURE;
834 #define INTERFACE IComponent
840 DECLARE_INTERFACE_(IComponent,IDispatch)
855 /* IComponent methods */
856 STDMETHOD_(HRESULT,Clone)(THIS_ IComponent **ppNewComponent) PURE;
894 DECLARE_INTERFACE_(IMPEG2Component,IComponent)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmmc.h32 typedef struct IComponent IComponent; typedef in typeref:struct:IComponent
316 typedef IComponent *LPCOMPONENT;
733 struct IComponent : public IUnknown { struct in inherits:IUnknown
746 HRESULT (WINAPI *QueryInterface)(IComponent *This,REFIID riid,void **ppvObject);
747 ULONG (WINAPI *AddRef)(IComponent *This);
748 ULONG (WINAPI *Release)(IComponent *This);
749 HRESULT (WINAPI *Initialize)(IComponent *This,LPCONSOLE lpConsole);
750 HRESULT (WINAPI *Notify)(IComponent *This,LPDATAOBJECT lpDataObject,MMC_NOTIFY_TYPE event,LPARAM arg,LPARAM param);
751 HRESULT (WINAPI *Destroy)(IComponent *Thi
758 struct IComponent { struct
[all...]
H A Dtuner.h71 typedef struct IComponent IComponent; typedef in typeref:struct:IComponent
771 STDMETHOD_(HRESULT,Add)(THIS_ IComponent *pComponent,VARIANT *pNewIndex) PURE;
776 STDMETHOD_(HRESULT,get_Item)(THIS_ VARIANT Index,IComponent **ppComponent) PURE;
817 STDMETHOD_(HRESULT,Next)(THIS_ ULONG celt,IComponent **pprgelt,ULONG *pceltFetched) PURE;
834 #define INTERFACE IComponent
840 DECLARE_INTERFACE_(IComponent,IDispatch)
855 /* IComponent methods */
856 STDMETHOD_(HRESULT,Clone)(THIS_ IComponent **ppNewComponent) PURE;
894 DECLARE_INTERFACE_(IMPEG2Component,IComponent)
[all...]

Completed in 340 milliseconds