home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / imagefx_sdk / sas / scanlib / dopwind.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-28  |  103 b   |  7 lines

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