home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mmpm21tk.zip / TK / FSSHT / FSSH.H next >
C/C++ Source or Header  |  1993-02-25  |  2KB  |  29 lines

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /*                    Copyright (c) IBM Corporation 1991, 1993              */
  4. /*                           All Rights Reserved                            */
  5. /*                                                                          */
  6. /* SOURCE FILE NAME:  FSSH.H                                                */
  7. /*                                                                          */
  8. /* DESCRIPTIVE NAME:  File System Stream Handler definitions                */
  9. /*                                                                          */
  10. /* STATUS:  MM Release 1.10                                                 */
  11. /*                                                                          */
  12. /* FUNCTION: This file defines any values and external varaibles specific   */
  13. /*   to the file system stream handler.                                     */
  14. /*                                                                          */
  15. /* NOTES:                                                                   */
  16. /*                                                                          */
  17. /* DEPENDENCIES:                                                            */
  18. /*   SSM.H for RC typedef                                                   */
  19. /*                                                                          */
  20. /*************************** END OF SPECIFICATIONS **************************/
  21. #define FSSH_HANDLER_NAME  "FSSH"
  22. #define FSSH_VERSION       100
  23. #define FSSH_PROCCNT_MTX   "\\SEM32\\FSSH"  /* Name of 32bit Named Mutex */
  24.                                             /* Semaphore used to gaurd access */
  25.                                             /* to the process count variable.*/
  26.  
  27. extern VOID FsshWrite();    /* Write routine for recording to disk */
  28. extern VOID FsshRead();     /* Read routine to read from disk */
  29.