home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwphescr.zip / XWPH0208.ZIP / include / helpers / animate.h next >
C/C++ Source or Header  |  2001-10-23  |  1KB  |  49 lines

  1.  
  2. /*
  3.  *@@sourcefile animate.h:
  4.  *      header file for animate.c.
  5.  *
  6.  *      Note: Version numbering in this file relates to XWorkplace version
  7.  *            numbering.
  8.  *
  9.  *@@include #define INCL_WINWINDOWMGR
  10.  *@@include #include <os2.h>
  11.  *@@include #include "helpers\animate.h"
  12.  */
  13.  
  14. /*      Copyright (C) 1997-2000 Ulrich Möller.
  15.  *      This file is part of the "XWorkplace helpers" source package.
  16.  *      This is free software; you can redistribute it and/or modify
  17.  *      it under the terms of the GNU General Public License as published
  18.  *      by the Free Software Foundation, in version 2 as it comes in the
  19.  *      "COPYING" file of the XWorkplace main distribution.
  20.  *      This program is distributed in the hope that it will be useful,
  21.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  22.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  23.  *      GNU General Public License for more details.
  24.  */
  25.  
  26. #if __cplusplus
  27. extern "C" {
  28. #endif
  29.  
  30. #ifndef ANIMATE_HEADER_INCLUDED
  31.     #define ANIMATE_HEADER_INCLUDED
  32.  
  33.     BOOL anmBlowUpBitmap(HPS hps,
  34.                          HBITMAP hbm,
  35.                          ULONG ulAnimationTime);
  36.  
  37.     VOID anmPowerOff(HPS hps,
  38.                      ULONG ulMaxTime1,
  39.                      ULONG ulMaxTime2,
  40.                      ULONG ulMaxTime3,
  41.                      ULONG ulWaitEnd);
  42.  
  43. #endif
  44.  
  45. #if __cplusplus
  46. }
  47. #endif
  48.  
  49.