home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gfx / imagefx_sdk-2.0.lha / ImageFX_SDK / sas / scanlib / dopwind.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-29  |  103 b   |  7 lines

  1. #include <scan/modall.h>
  2.  
  3. int DoPreviewWindow (LONG tag1, ...)
  4. {
  5.    return(DoPreviewWindowA(&tag1));
  6. }
  7.