2025-04-27 07:49:33 -04:00

36 lines
1.6 KiB
C++

/*++
Copyright (C) 2000 Microsoft Corporation
All rights reserved.
Module Name:
ldintrfcs.hpp
Abstract:
This file contains the GUIDs of all the Interfaces supported
by the surrogate process
Author:
Khaled Sedky (khaleds) 10-Feb-2000
Revision History:
--*/
#ifndef __LDINTERFACES_HPP__
#define __LDINTERFACES_HPP__
extern GUID IID_PRINTEREVENT;
extern GUID IID_PRINTERCONFIGURATION;
extern GUID IID_DEVICECAPABILTIES;
extern GUID IID_PORTOPERATIONS;
extern GUID IID_DRIVEREVENT;
extern GUID IID_PRINTUIOPERATIONS;
extern GUID IID_LPCMGR;
extern GUID IID_PRINTUIPRINTERSETUP;
extern GUID IID_PRINTUISERVERPROPPAGES;
#endif //__LDINTERFACES_HPP__