home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / programmers / misc / imagefx_sdk / sas / scanlib / dopwind.c < prev    next >
Encoding:
C/C++ Source or Header  |  1978-06-29  |  103 b   |  7 lines

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