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.

28 lines
678 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: U P N P D E F S . H
  7. //
  8. // Contents: UPnP Common defines
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 8 Nov 1999
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _UPNPDEFS_H_
  17. #define _UPNPDEFS_H_
  18. // These are somewhat arbitrary, in that they just have to be less than 64K
  19. // (for XML's sake, probably), but better to start low and grow if needed
  20. //
  21. #define MAX_UDN_SZ 256
  22. #define MAX_USN_SZ (MAX_UDN_SZ + 32)
  23. #endif // _UPNPDEFS_H_