Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
595 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1998
  4. *
  5. * TITLE: DevMangr.acf
  6. *
  7. * VERSION: 2.0
  8. *
  9. * AUTHOR: ReedB
  10. *
  11. * DATE: 6 Jan, 1998
  12. *
  13. * DESCRIPTION:
  14. * ACF source for ImageIn device manager.
  15. *
  16. *******************************************************************************/
  17. interface IWiaDevMgr
  18. {
  19. [nocode] LocalSelectDeviceDlg();
  20. [nocode] LocalSelectDeviceDlgID();
  21. [nocode] LocalGetImageDlg();
  22. }
  23. interface IWiaItem
  24. {
  25. [nocode] LocalDeviceDlg();
  26. }