Searched refs:IGetFrame (Results 1 – 2 of 2) sorted by relevance
42 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()
40 typedef struct IGetFrame *PGETFRAME;1700 #define INTERFACE IGetFrame1701 DECLARE_INTERFACE_(IGetFrame,IUnknown) in DECLARE_INTERFACE_() argument