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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef __WINE_VFW16_H
20 #define __WINE_VFW16_H
29 #include "wine/windef16.h"
33 #endif /* __cplusplus */
35 typedef HANDLE16 HDRAWDIB16;
47 * under Win16, normal chars are used
50 CHAR szDescription[128];
56 LPBITMAPINFOHEADER lpbiSrc;
58 LPBITMAPINFOHEADER lpbiDst;
61 INT16 xDst; /* destination rectangle */
66 INT16 xSrc; /* source rectangle */
81 LPBITMAPINFOHEADER lpbi;
94 LPBITMAPINFOHEADER lpbiIn;
95 LPBITMAPINFOHEADER lpbiSuggest;
100 HIC16 hicDecompressor;
103 DWORD VFWAPIV ICDraw16(HIC16,DWORD,LPVOID,LPVOID,DWORD,LONG);
104 DWORD VFWAPIV ICDrawBegin16(HIC16,DWORD,HPALETTE16,HWND16,HDC16,INT16,
105 INT16,INT16,INT16,LPBITMAPINFOHEADER,
106 INT16,INT16,INT16,INT16,DWORD,DWORD);
107 LRESULT WINAPI ICClose16(HIC16);
108 DWORD VFWAPIV ICCompress16(HIC16,DWORD,LPBITMAPINFOHEADER,LPVOID,
109 LPBITMAPINFOHEADER,LPVOID,LPDWORD,
110 LPDWORD,LONG,DWORD,DWORD,
111 LPBITMAPINFOHEADER,LPVOID);
112 DWORD VFWAPIV ICDecompress16(HIC16,DWORD,LPBITMAPINFOHEADER,LPVOID,
113 LPBITMAPINFOHEADER,LPVOID);
114 HIC16 VFWAPI ICGetDisplayFormat16(HIC16,LPBITMAPINFOHEADER,
115 LPBITMAPINFOHEADER,INT16,INT16,
117 LRESULT VFWAPI ICGetInfo16(HIC16,ICINFO16 *,DWORD);
118 BOOL16 VFWAPI ICInfo16(DWORD,DWORD,ICINFO16 *);
119 HIC16 VFWAPI ICLocate16(DWORD,DWORD,LPBITMAPINFOHEADER,
120 LPBITMAPINFOHEADER,WORD);
121 LRESULT VFWAPIV ICMessage16( HIC16 hic, UINT16 msg, UINT16 cb, VA_LIST16 valist );
122 HIC16 VFWAPI ICOpen16(DWORD,DWORD,UINT16);
123 HIC16 VFWAPI ICOpenFunction16(DWORD,DWORD,UINT16,FARPROC16);
124 LRESULT VFWAPI ICSendMessage16(HIC16,UINT16,DWORD,DWORD);
128 #endif /* __cplusplus */
130 #endif /* __WINE_VFW16_H */