home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / MM / CODEC / SAMPENCO.H < prev    next >
Text File  |  1995-08-24  |  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.