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.

41 lines
1.0 KiB

  1. /**************************************************************************\
  2. *
  3. * Copyright (c) 1998-2000 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. * DpScan
  8. *
  9. * Abstract:
  10. *
  11. * Contains the declarations for the scan-interface methods.
  12. *
  13. * Notes:
  14. *
  15. *
  16. *
  17. * Created:
  18. *
  19. * 12/01/1998 andrewgo
  20. * Created it.
  21. * 03/24/1999 agodfrey
  22. * Moved into separate file.
  23. * 08/03/2000 asecchia
  24. * Moved and renamed into the render directory.
  25. *
  26. \**************************************************************************/
  27. #ifndef _DPSCAN_HPP
  28. #define _DPSCAN_HPP
  29. // DpScan moved into the render directory because
  30. // it's specific to the software rasterizer.
  31. // It's also been renamed from DpScan to EpScan.
  32. // If we need to export a scan interface from the drivers
  33. // for access to opaque bitmaps, we should abstract the interface
  34. // from EpScan and place it here - then EpScan should inherit that
  35. // interface from the DDK because the software rasterizer (EpXXX) is
  36. // a driver.
  37. #endif