Home
last modified time | relevance | path

Searched refs:IGetFrame (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/avifil32/
H A Dgetframe.c42 IGetFrame IGetFrame_iface;
72 static inline IGetFrameImpl *impl_from_IGetFrame(IGetFrame *iface) in impl_from_IGetFrame()
95 static HRESULT WINAPI IGetFrame_fnQueryInterface(IGetFrame *iface, in IGetFrame_fnQueryInterface()
112 static ULONG WINAPI IGetFrame_fnAddRef(IGetFrame *iface) in IGetFrame_fnAddRef()
122 static ULONG WINAPI IGetFrame_fnRelease(IGetFrame *iface) in IGetFrame_fnRelease()
142 static LPVOID WINAPI IGetFrame_fnGetFrame(IGetFrame *iface, LONG lPos) in IGetFrame_fnGetFrame()
260 static HRESULT WINAPI IGetFrame_fnBegin(IGetFrame *iface, LONG lStart, in IGetFrame_fnBegin()
272 static HRESULT WINAPI IGetFrame_fnEnd(IGetFrame *iface) in IGetFrame_fnEnd()
283 static HRESULT WINAPI IGetFrame_fnSetFormat(IGetFrame *iface, in IGetFrame_fnSetFormat()
/reactos/sdk/include/psdk/
H A Dvfw.h40 typedef struct IGetFrame *PGETFRAME;
1700 #define INTERFACE IGetFrame
1701 DECLARE_INTERFACE_(IGetFrame,IUnknown) in DECLARE_INTERFACE_() argument