home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / imagefx_sdk / sas / scanlib / exc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-15  |  163 b   |  13 lines

  1. #include <scan/modall.h>
  2.  
  3. BOOL ObtainImageFX (void)
  4. {
  5.    ScanBase->sb_Exclusive++;
  6.    return(TRUE);
  7. }
  8.  
  9. void ReleaseImageFX (void)
  10. {
  11.    ScanBase->sb_Exclusive--;
  12. }
  13.