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.

50 lines
678 B

  1. /*++
  2. Copyright (c) 1990-2003 Microsoft Corporation
  3. Module Name:
  4. pdevinfo.h
  5. Abstract:
  6. This module contains prototypes for pdevinfo.c
  7. Author:
  8. 30-Nov-1993 Tue 20:37:51 created
  9. 07-Dec-1993 Tue 00:21:25 updated
  10. change dhsurf to dhpdev in SURFOBJ_GETPDEV
  11. [Environment:]
  12. GDI Device Driver - Plotter.
  13. [Notes:]
  14. Revision History:
  15. Dec 06 1993, Fixed to grab pdev from dhpdev instead of dhsurf
  16. --*/
  17. #ifndef _PDEVINFO_
  18. #define _PDEVINFO_
  19. PPDEV
  20. ValidatePDEVFromSurfObj(
  21. SURFOBJ *
  22. );
  23. #define SURFOBJ_GETPDEV(pso) ValidatePDEVFromSurfObj(pso)
  24. #endif // _PDEVINFO_