home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1995 January / CDuser6Jan95.iso / DYNASTY / WING / DOGGIE.H_ / DOGGIE.H
Text File  |  1994-06-19  |  764b  |  22 lines

  1. /*
  2.  *    DOGGIE.H
  3.  *
  4.  *    (C) Copyright Microsoft Corp. 1993.  All rights reserved.
  5.  *
  6.  *    You have a royalty-free right to use, modify, reproduce and 
  7.  *    distribute the Sample Files (and/or any modified version) in 
  8.  *    any way you find useful, provided that you agree that 
  9.  *    Microsoft has no warranty obligations or liability for any 
  10.  *    Sample Application Files which are modified. 
  11.  */
  12.  
  13. /* Menu Items */
  14. #define MENU_ABOUT       2
  15. #define MENU_EXIT        4
  16.  
  17. BOOL TransparentDIBits( BITMAPINFO far *pBufferHeader,
  18.     void huge *pBufferBits,
  19.     int nXOriginDest, int nYOriginDest, void const far *pBits,
  20.     BITMAPINFO const far *pBitmapInfo, int nXOriginSrc, int nYOriginSrc,
  21.         int iUsage, char unsigned TransparentColor );
  22.