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.

35 lines
1.6 KiB

  1. /*++
  2. Copyright (C) 2000 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. ldintrfcs.hpp
  6. Abstract:
  7. This file contains the GUIDs of all the Interfaces supported
  8. by the surrogate process
  9. Author:
  10. Khaled Sedky (khaleds) 10-Feb-2000
  11. Revision History:
  12. --*/
  13. #ifndef __LDINTERFACES_HPP__
  14. #define __LDINTERFACES_HPP__
  15. extern GUID IID_PRINTEREVENT;
  16. extern GUID IID_PRINTERCONFIGURATION;
  17. extern GUID IID_DEVICECAPABILTIES;
  18. extern GUID IID_PORTOPERATIONS;
  19. extern GUID IID_DRIVEREVENT;
  20. extern GUID IID_PRINTUIOPERATIONS;
  21. extern GUID IID_LPCMGR;
  22. extern GUID IID_PRINTUIPRINTERSETUP;
  23. extern GUID IID_PRINTUISERVERPROPPAGES;
  24. #endif //__LDINTERFACES_HPP__