#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "vfw.h"
#include "avifile_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | IGetFrameImpl |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (avifile) |
| static IGetFrameImpl * | impl_from_IGetFrame (IGetFrame *iface) |
| static void | AVIFILE_CloseCompressor (IGetFrameImpl *This) |
| static HRESULT WINAPI | IGetFrame_fnQueryInterface (IGetFrame *iface, REFIID refiid, LPVOID *obj) |
| static ULONG WINAPI | IGetFrame_fnAddRef (IGetFrame *iface) |
| static ULONG WINAPI | IGetFrame_fnRelease (IGetFrame *iface) |
| static LPVOID WINAPI | IGetFrame_fnGetFrame (IGetFrame *iface, LONG lPos) |
| static HRESULT WINAPI | IGetFrame_fnBegin (IGetFrame *iface, LONG lStart, LONG lEnd, LONG lRate) |
| static HRESULT WINAPI | IGetFrame_fnEnd (IGetFrame *iface) |
| static HRESULT WINAPI | IGetFrame_fnSetFormat (IGetFrame *iface, LPBITMAPINFOHEADER lpbiWanted, LPVOID lpBits, INT x, INT y, INT dx, INT dy) |
| PGETFRAME | AVIFILE_CreateGetFrame (PAVISTREAM pStream) |
Variables |
| static struct IGetFrameVtbl | igetframeVtbl |