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.

37 lines
806 B

  1. class CNWCOMPATFSPrintJobOperation :INHERIT_TRACKING,
  2. public IADsFSPrintJobOperation
  3. {
  4. friend class CNWCOMPATPrintJob;
  5. public:
  6. STDMETHOD(QueryInterface)(THIS_ REFIID riid, LPVOID FAR* ppvObj) ;
  7. DECLARE_STD_REFCOUNTING;
  8. DECLARE_IDispatch_METHODS;
  9. DECLARE_IADsFSPrintJobOperation_METHODS;
  10. CNWCOMPATFSPrintJobOperation::CNWCOMPATFSPrintJobOperation();
  11. CNWCOMPATFSPrintJobOperation::~CNWCOMPATFSPrintJobOperation();
  12. static
  13. HRESULT
  14. CNWCOMPATFSPrintJobOperation::Create(
  15. CCoreADsObject FAR * pCoreADsObject,
  16. CNWCOMPATFSPrintJobOperation FAR * FAR * ppPrintJobOperation
  17. );
  18. protected:
  19. CAggregatorDispMgr * _pDispMgr;
  20. CCoreADsObject * _pCoreADsObject;
  21. LONG _lStatus;
  22. };