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.

51 lines
1.1 KiB

  1. //
  2. // cpropbag.cxx and cpropbag.h already exist in the SMTP/server project
  3. // When phatq is converted back to aqueue, this code should be reused
  4. // (ideally by creating a static library used by both SMTPSVC.dll and
  5. // AQUEUE.dll)
  6. //
  7. #ifndef PLATINUM
  8. #error Do not use this file in the win2K build environment -- see jstamerj for details
  9. #endif
  10. /*++
  11. Copyright (c) 1998 Microsoft Corporation
  12. Module Name:
  13. cpropbag.cpp
  14. Abstract:
  15. This module contains the definition of the
  16. generic property bag class
  17. Author:
  18. Keith Lau (keithlau@microsoft.com)
  19. Revision History:
  20. keithlau 06/30/98 created
  21. jstamerj 12/07/00 Copied source for use in dsnsink
  22. --*/
  23. #define INCL_INETSRV_INCS
  24. #include "precomp.h"
  25. // =================================================================
  26. // Default instance info
  27. //
  28. PROPERTY_TABLE_INSTANCE CMailMsgPropertyBag::s_DefaultInstanceInfo =
  29. {
  30. GENERIC_PTABLE_INSTANCE_SIGNATURE_VALID,
  31. INVALID_FLAT_ADDRESS,
  32. GLOBAL_PROPERTY_TABLE_FRAGMENT_SIZE,
  33. GLOBAL_PROPERTY_ITEM_BITS,
  34. GLOBAL_PROPERTY_ITEM_SIZE,
  35. 0,
  36. INVALID_FLAT_ADDRESS
  37. };