home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somd / cpp / event / eventsvr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-30  |  1.6 KB  |  45 lines

  1. /*
  2.  *   COMPONENT_NAME: somx
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8.  *   All Rights Reserved
  9.  *   Licensed Materials - Property of IBM
  10.  *   US Government Users Restricted Rights - Use, duplication or
  11.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12.  
  13. * DISCLAIMER OF WARRANTIES.
  14. * The following [enclosed] code is sample code created by IBM
  15. * Corporation. This sample code is not part of any standard or IBM
  16. * product and is provided to you solely for the purpose of assisting
  17. * you in the development of your applications.  The code is provided
  18. * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  19. * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  20. * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
  21. * THIS CODE.  IBM shall not be liable for any damages arising out of
  22. * your use of the sample code, even if they have been advised of the
  23. * possibility of such damages.
  24. *
  25. * DISTRIBUTION.
  26. * This sample code can be freely distributed, copied, altered, and
  27. * incorporated into other software, provided that it bears the above
  28. * Copyright notice and DISCLAIMER intact.
  29. */
  30.  
  31. /* %Z% %I% %W% %G% %U% [%H% %T%] */
  32. /*
  33.  *  eventsvr.RC -- Resource file for eventsvr.c
  34.  */ 
  35. #define STARTNLSID        1000
  36. #define ImplDefAliasId      1000
  37. #define InvalidArgsId        1001
  38. #define ImplreadyId         1002
  39. #define InitializeId         1003
  40. #define FileCreateId         1004
  41. #define LoopId             1005
  42. #define StartThreadId        1006
  43. #define ErrorId            1007
  44. #define ENDNLSID        1007
  45.