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.

25 lines
465 B

  1. #ifndef _PRINTQUEUE_H_
  2. #define _PRINTQUEUE_H_
  3. class COleDsPrintQueue: public COleDsObject
  4. {
  5. public:
  6. COleDsPrintQueue( IUnknown* );
  7. COleDsPrintQueue( );
  8. ~COleDsPrintQueue( );
  9. HRESULT DeleteItem ( COleDsObject* );
  10. public:
  11. DWORD GetChildren( DWORD* pTokens, DWORD dwMaxChildren,
  12. CDialog* pQueryStatus,
  13. BOOL* pFilters, DWORD dwFilters );
  14. };
  15. #endif