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.
|
|
/*++
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__
|