home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / CFGED1B.ZIP / CFGEDSRC.ZIP / PMCTOOL.H < prev    next >
Text File  |  1992-07-18  |  1KB  |  35 lines

  1. // this might look like 'C', but it's really  -*-c++-*-
  2. /* pmctool.h
  3.  *
  4.  * Declaration of utility functions for easy PM access
  5.  *
  6.  * Language        : C++
  7.  * Operating System: OS/2 V2.0 and higher
  8.  * Compiler        : GNU GCC V2.1 and higher
  9.  *
  10.  *
  11.  * $Id: pmctool.h,v 1.1 1992/07/17 00:47:06 gruen Exp $
  12.  * $Log: pmctool.h,v $
  13.  * Revision 1.1  1992/07/17  00:47:06  gruen
  14.  * Initial revision
  15.  *
  16.  *
  17.  * Copyright (c) 1990, 1991, 1992 Lutz Grueneberg
  18.  *
  19.  * This library is free software; you can redistribute it and/or modify
  20.  * it under the terms of the GNU Library General Public License as
  21.  * published by the Free Software Foundation; either version 2 of the
  22.  * License, or (at your option) any later version.  This library is
  23.  * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  24.  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  25.  * A PARTICULAR PURPOSE.  See the GNU Library General Public License for
  26.  * more details. You should have received a copy of the GNU Library
  27.  * General Public License along with this library; if not, write to the
  28.  * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  29.  */
  30. /* function prototypes for */                       
  31. /* pmctool.c */
  32. VOID  PmUserMessage( HWND hwnd, CHAR *szFormat, ...);
  33. SHORT PmUserRequest( HWND hwnd,CHAR *szFormat, ...);
  34.  
  35.