home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * RLE.H - RLE Delta frame routine
- *
- * Copyright (c) 1992-1993 Microsoft Corporation. All Rights Reserved.
- *
- * You have a royalty-free right to use, modify, reproduce and
- * distribute the Sample Files (and/or any modified version) in
- * any way you find useful, provided that you agree that
- * Microsoft has no warranty obligations or liability for any
- * Sample Application Files which are modified.
- *
- ***************************************************************************/
-
- /* code in playrle.c */
-
- void PlayRleDib(HANDLE hdib, HANDLE hrle);
- void PlayRle(LPBITMAPINFOHEADER lpbi, LPVOID pDib, LPVOID pRLE);
-
- /* code in df.asm */
-
- extern void FAR PASCAL DeltaFrame386(
- LPBITMAPINFOHEADER lpbi,
- LPVOID pbPrev,
- LPVOID pbDib,
- LPVOID pbRle,
- WORD MinJumpLength );
-