home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / qtw111 / samples / sumfs.inc < prev    next >
Text File  |  1993-03-11  |  532b  |  20 lines

  1. ; ---------------------------------------------------------------------
  2. ;
  3. ; SumFS.inc - Sum Component Include File - QuickTime for Windows
  4. ;
  5. ;             Version 1.0
  6. ;
  7. ;             (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
  8. ;
  9. ; ---------------------------------------------------------------------
  10.  
  11.  
  12. ;  Macro           FS  Function Name
  13.  
  14.    ComponentFunc    0, Sum
  15.    ComponentFunc    1, SetSum
  16.    ComponentFunc    2, GetGlobalSum
  17.    ComponentFunc    3, SetGlobalSum
  18.  
  19.    kSumFunctionCount  EQU   4
  20.