home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / ODTEMPS.H < prev    next >
Text File  |  1997-02-28  |  2KB  |  53 lines

  1. /*====START_GENERATED_PROLOG======================================
  2.  */
  3. /*
  4.  *   COMPONENT_NAME: odui
  5.  *
  6.  *   CLASSES: none
  7.  *
  8.  *   ORIGINS: 82,27
  9.  *
  10.  *
  11.  *   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  12.  *   All Rights Reserved
  13.  *   Licensed Materials - Property of IBM
  14.  *   US Government Users Restricted Rights - Use, duplication or
  15.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  16.  *       
  17.  *   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  18.  *   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  19.  *   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  20.  *   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  21.  *   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  22.  *   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  23.  *   OR PERFORMANCE OF THIS SOFTWARE.
  24.  */
  25. /*====END_GENERATED_PROLOG========================================
  26.  */
  27. /* @(#) 1.3 com/src/ui/odtemps.h, odui, od96os2, odos29646d 10/31/96 12:46:09 [11/15/96 16:00:27] */
  28. /* Header file for C APIs for Create and Remove template. */
  29. /*
  30.  *   Change History (most recent first):
  31.  *
  32.  *     143601   11/13/95   pfe      template calls cleanup
  33.  *     127295   06/27/95   pfe      change to ODCreateTemplate call
  34.  */
  35.  
  36. #ifndef _ODTEMPS_H
  37. #define _ODTEMPS_H
  38.  
  39. #ifdef __cplusplus
  40. extern "C" {
  41. #endif
  42. typedef char* ODType;
  43.  
  44. PSZ APIENTRY ODCreateTemplate(ODType partKindName,ODEditor partEditor); //127295 [pfe]
  45.  
  46. ODBoolean APIENTRY ODDeleteTemplate(PSZ ObjectID);
  47.  
  48. #ifdef __cplusplus
  49. };
  50. #endif
  51.  
  52. #endif
  53.