home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Beta / Quicktime 2.0 Beta.iso / Programming Stuff / Sample Code / DTS Sample Code / MyCaptureApp ƒ 1.0b4 / MyUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1994-04-28  |  620 b   |  31 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        MyUtils.c
  3.     
  4.     Contains:    Utility functions.
  5.  
  6.     Written by:    John Wang
  7.  
  8.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.         <1>        04/04/94    JW        Created.
  13.  
  14.     To Do:
  15.     
  16. */
  17.  
  18. #ifdef THINK_C
  19. #define        applec
  20. #endif
  21.  
  22. /* ------------------------------------------------------------------------- */
  23.  
  24. void            ReportWarning(Str255 procStr, long err);
  25. void            ReportFatal(Str255 procStr, long err);
  26. void            GetGlobalWindow(WindowPtr theWindow, Rect *windowRect);
  27.  
  28. short            readPreferencesFile(void);
  29. short            writePreferencesFile(void);
  30. void            closePreferencesFile(short myRefNum);
  31.