Source code of Windows XP (NT5)
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.
|
|
class CNWCOMPATFSPrintJobOperation :INHERIT_TRACKING, public IADsFSPrintJobOperation { friend class CNWCOMPATPrintJob;
public:
STDMETHOD(QueryInterface)(THIS_ REFIID riid, LPVOID FAR* ppvObj) ;
DECLARE_STD_REFCOUNTING;
DECLARE_IDispatch_METHODS;
DECLARE_IADsFSPrintJobOperation_METHODS;
CNWCOMPATFSPrintJobOperation::CNWCOMPATFSPrintJobOperation();
CNWCOMPATFSPrintJobOperation::~CNWCOMPATFSPrintJobOperation();
static HRESULT CNWCOMPATFSPrintJobOperation::Create( CCoreADsObject FAR * pCoreADsObject, CNWCOMPATFSPrintJobOperation FAR * FAR * ppPrintJobOperation );
protected:
CAggregatorDispMgr * _pDispMgr; CCoreADsObject * _pCoreADsObject; LONG _lStatus;
};
|