home *** CD-ROM | disk | FTP | other *** search
/ ftp.alaska-software.com / 2014.06.ftp.alaska-software.com.tar / ftp.alaska-software.com / acsn / History / BDVIDEO / BDVIDEO.ZIP / XPPMM.CH < prev    next >
Text File  |  2001-03-02  |  3KB  |  62 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. //                             A  C  S  N
  4. //
  5. // +---------------  Alaska Certified Solutions Network  -------------------+
  6. // |                                                                        |
  7. // |        This file is proved and certified by Alaska Software            |
  8. // |                                                                        |
  9. // |                   No: <Certification number>                           |
  10. // |                                                                        |
  11. // |   For more information about ACSN read the appropriate announcement    |
  12. // |      or scan for ACSN in the Alaska Support-LIBs on CompuServe or      |
  13. // |                   at WWW.ALASKA-SOFTWARE.COM                           |
  14. // |                                                                        |
  15. // +------------------------------------------------------------------------+
  16. //
  17. // FILE NAME
  18. //
  19. //    XPPMM.CH
  20. //
  21. // AUTHOR
  22. //
  23. //    (c) Copyright 1997-2001, Gernot Trautmann
  24. //
  25. //    ALL RIGHTS RESERVED
  26. //
  27. //    This file is the property of AUTHOR. It participates in the
  28. //    Alaska Certified Solutions Network program. Permission to use, 
  29. //    copy, modify, and distribute this software for any purpose and 
  30. //    without fee is hereby granted, provided that the above copyright 
  31. //    notice appear in all copies and that the name of the author or
  32. //    Alaska Software not be used in advertising or publicity pertaining 
  33. //    to distribution of the software without specific, written prior 
  34. //    permission. 
  35. //
  36. // WARRANTY
  37. //
  38. //    THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"
  39. //    AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
  40. //    INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
  41. //    FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL THE AUTHOR
  42. //    OR ALASKA SOFTWARE BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
  43. //    SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 
  44. //    INCLUDING WITHOUT LIMITATION, LOSS OF PROFIT AND LOSS OF USE.
  45. //
  46. // DESCRIPTION
  47. //
  48. //    Header file for the usage of the XPPMM.PRG
  49. //
  50. // REMARKS
  51. //
  52. // HISTORY
  53. //
  54. //
  55. ///////////////////////////////////////////////////////////////////////////////
  56.  
  57. // error codes
  58. //
  59. #define MMERR_SUCCESS               0
  60. #define MMERR_RETURN_STRING_FAILED -1
  61. #define MMERR_PARAMETER_INVALID    -2
  62.