home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxasyn20.zip / RXASYNC.H < prev    next >
Text File  |  1994-12-26  |  2KB  |  46 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /*  MODULE         RXASYNC.H                                                 */
  4. /*                                                                           */
  5. /*  VERSION        Version 2.0 - 26th Dec 1994                               */
  6. /*                                                                           */
  7. /*  COPYRIGHT      Copyright (c) 1993, 1994 by Crucial Applications          */
  8. /*                             All rights reserved.                          */
  9. /*                                                                           */
  10. /*  DESCRIPTION    Header file for RXASYNC.C Rexx Functions                  */
  11. /*                                                                           */
  12. /*****************************************************************************/
  13.  
  14. #ifndef RXASYNC_H_INCLUDED
  15. #define RXASYNC_H_INCLUDED
  16.  
  17. /*********************************************************************/
  18. /* General definitions                                               */
  19. /*********************************************************************/
  20.  
  21. #define  RXASYNC_DLL_NAME    "RXASYNC" /* what this DLL is called    */
  22.  
  23. /*********************************************************************/
  24. /* Function Return Codes to REXX and others.                         */
  25. /*********************************************************************/
  26.  
  27. // #define  NO_ERROR                   0
  28. // #define  ERROR_NOT_ENOUGH_MEMORY    8
  29. // #define  ERROR_GEN_FAILURE         31
  30. // #define  ERROR_INVALID_PARAMETER   87
  31.  
  32. /*********************************************************************/
  33. /* Function Prototypes                                               */
  34. /*********************************************************************/
  35.  
  36. VOID   MyDropFuncs(  LONG entries );
  37. BOOL   MyLoadFuncs(  VOID );
  38.  
  39. /*********************************************************************/
  40.  
  41. #endif
  42.  
  43. /*********************************************************************/
  44. /* END MODULE                                                        */
  45. /*********************************************************************/
  46.