2 * Copyright 1999 Marcus Meissner
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 #ifndef __WINE_VFW16_H
20 #define __WINE_VFW16_H
24 #include "wine/windef16.h"
28 #endif /* __cplusplus */
30 typedef HANDLE16 HDRAWDIB16;
42 * under Win16, normal chars are used
45 CHAR szDescription[128];
51 LPBITMAPINFOHEADER lpbiSrc;
53 LPBITMAPINFOHEADER lpbiDst;
56 INT16 xDst; /* destination rectangle */
61 INT16 xSrc; /* source rectangle */
76 LPBITMAPINFOHEADER lpbi;
89 LPBITMAPINFOHEADER lpbiIn;
90 LPBITMAPINFOHEADER lpbiSuggest;
95 HIC16 hicDecompressor;
98 DWORD VFWAPIV ICDraw16(HIC16,DWORD,LPVOID,LPVOID,DWORD,LONG);
99 DWORD VFWAPIV ICDrawBegin16(HIC16,DWORD,HPALETTE16,HWND16,HDC16,INT16,
100 INT16,INT16,INT16,LPBITMAPINFOHEADER,
101 INT16,INT16,INT16,INT16,DWORD,DWORD);
102 LRESULT WINAPI ICClose16(HIC16);
103 DWORD VFWAPIV ICCompress16(HIC16,DWORD,LPBITMAPINFOHEADER,LPVOID,
104 LPBITMAPINFOHEADER,LPVOID,LPDWORD,
105 LPDWORD,LONG,DWORD,DWORD,
106 LPBITMAPINFOHEADER,LPVOID);
107 DWORD VFWAPIV ICDecompress16(HIC16,DWORD,LPBITMAPINFOHEADER,LPVOID,
108 LPBITMAPINFOHEADER,LPVOID);
109 HIC16 VFWAPI ICGetDisplayFormat16(HIC16,LPBITMAPINFOHEADER,
110 LPBITMAPINFOHEADER,INT16,INT16,
112 LRESULT VFWAPI ICGetInfo16(HIC16,ICINFO16 *,DWORD);
113 BOOL16 VFWAPI ICInfo16(DWORD,DWORD,ICINFO16 *);
114 HIC16 VFWAPI ICLocate16(DWORD,DWORD,LPBITMAPINFOHEADER,
115 LPBITMAPINFOHEADER,WORD);
116 LRESULT VFWAPIV ICMessage16(void);
117 HIC16 VFWAPI ICOpen16(DWORD,DWORD,UINT16);
118 HIC16 VFWAPI ICOpenFunction16(DWORD,DWORD,UINT16,FARPROC16);
119 LRESULT VFWAPI ICSendMessage16(HIC16,UINT16,DWORD,DWORD);
123 #endif /* __cplusplus */
125 #endif /* __WINE_VFW16_H */