home *** CD-ROM | disk | FTP | other *** search
/ Freelog 54 / Freelog054.iso / Bas / Détente / WinPenguins / Winmon / winmon.h < prev   
Text File  |  2001-04-03  |  1KB  |  33 lines

  1. /**
  2.  * $Id: winmon.h,v 1.1.1.1 2001/04/03 19:29:43 mvines Exp $
  3.  *
  4.  *  Copyright (C) 2000  Michael Vines
  5.  *
  6.  *  This program is free software; you can redistribute it and/or modify
  7.  *  it under the terms of the GNU General Public License as published by
  8.  *  the Free Software Foundation; either version 2 of the License, or
  9.  *  (at your option) any later version.
  10.  *
  11.  *  This program is distributed in the hope that it will be useful,
  12.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  *  GNU General Public License for more details.
  15.  *
  16.  *  You should have received a copy of the GNU General Public License
  17.  *  along with this program; if not, write to the Free Software
  18.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19.  *
  20.  *  As a special exception, Michael Vines gives permission to link this program
  21.  *  with the Microsoft Visual C++ Runtime/MFC Environment, and distribute the
  22.  *  resulting executable, without including the source code for the Microsoft 
  23.  *  Visual C++ Runtime/MFC Environment in the source distribution
  24.  */
  25.  
  26. #define WINMON_API extern "C" __declspec(dllexport)
  27.  
  28. WINMON_API void Winmon_LoadHook(DWORD myPid, HWND dskWnd);
  29. WINMON_API BOOL Winmon_Moved(void);
  30. WINMON_API BOOL Winmon_DeskWndPainted(RECT *dskRt);
  31. WINMON_API BOOL Winmon_DesktopChanged(void);
  32. WINMON_API void Winmon_UnloadHook(void);
  33.