home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / JPartialResources 1.0.1 / JPartialResources.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-03  |  563 b   |  23 lines  |  [TEXT/KAHL]

  1. /*
  2.  * JPartialResources.h
  3.  *
  4.  * Jamie's partial resource calls that work under any system.
  5.  * © Copyright 1992 by Jamie R. McCarthy.  All rights reserved.
  6.  * This code can be both distributed and used freely.
  7.  *
  8.  */
  9.  
  10.  
  11.  
  12. /******************************/
  13.  
  14. extern Boolean partialResourceCallsAvailable;
  15.  
  16. /******************************/
  17.  
  18.  
  19.  
  20. void jReadPartialResource(Handle theResource, long offset, void *buffer, long count);
  21. void jWritePartialResource(Handle theResource, long offset, void *buffer, long count);
  22. void jSetResourceSize(Handle theResource, long size);
  23.