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.

27 lines
833 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. // INTEL Corporation Proprietary Information
  3. // This listing is supplied under the terms of a license agreement with Intel
  4. // Corporation and many not be copied nor disclosed except in accordance
  5. // with the terms of that agreement.
  6. // Copyright (c) 1995, 1996 Intel Corporation.
  7. //
  8. //
  9. // Module Name: iv41snd.h
  10. // Environment: MSVC 4.0, OLE 2
  11. /////////////////////////////////////////////////////////////////////////////////
  12. #include "iv41snd.h"
  13. IV41_ppmSend::IV41_ppmSend(IUnknown* pUnkOuter, IUnknown** ppUnkInner)
  14. : ppmSend(-1, 0, 8000, pUnkOuter, ppUnkInner)
  15. {
  16. //m_reg_NumFragDescriptors = 150; Commented as base class high water mark is set pretty high HK
  17. }
  18. IV41_ppmSend::~IV41_ppmSend()
  19. {
  20. }
  21. IMPLEMENT_CREATEPROC(IV41_ppmSend);