home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 54
/
Freelog054.iso
/
Bas
/
Détente
/
WinPenguins
/
Winmon
/
winmon.h
< prev
Wrap
Text File
|
2001-04-03
|
1KB
|
33 lines
/**
* $Id: winmon.h,v 1.1.1.1 2001/04/03 19:29:43 mvines Exp $
*
* Copyright (C) 2000 Michael Vines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* As a special exception, Michael Vines gives permission to link this program
* with the Microsoft Visual C++ Runtime/MFC Environment, and distribute the
* resulting executable, without including the source code for the Microsoft
* Visual C++ Runtime/MFC Environment in the source distribution
*/
#define WINMON_API extern "C" __declspec(dllexport)
WINMON_API void Winmon_LoadHook(DWORD myPid, HWND dskWnd);
WINMON_API BOOL Winmon_Moved(void);
WINMON_API BOOL Winmon_DeskWndPainted(RECT *dskRt);
WINMON_API BOOL Winmon_DesktopChanged(void);
WINMON_API void Winmon_UnloadHook(void);