home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / codec / sampenco.h < prev    next >
Text File  |  1999-05-11  |  721b  |  12 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /* SAMPENCO.H: Sample Codec Compression Function Prototype.                  */
  4. /*                                                                           */
  5. /* Copyright (c) IBM Corporation 1991,1994             All Rights Reserved   */
  6. /*                                                                           */
  7. /*****************************************************************************/
  8.  
  9. ULONG CompressFrame ( PMAIN_INST pMainInst,
  10.                       PBYTE      pbSourceBuffer,
  11.                       PBYTE      pbDestinationBuffer );
  12.