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.

31 lines
927 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: iissynid.h
  7. //
  8. // Contents: IIS syntax id
  9. //
  10. // Functions:
  11. //
  12. //----------------------------------------------------------------------------
  13. #define IIS_SYNTAX_ID_DWORD 1
  14. #define IIS_SYNTAX_ID_STRING 2
  15. #define IIS_SYNTAX_ID_EXPANDSZ 3
  16. #define IIS_SYNTAX_ID_MULTISZ 4
  17. #define IIS_SYNTAX_ID_BINARY 5
  18. #define IIS_SYNTAX_ID_BOOL 6
  19. #define IIS_SYNTAX_ID_BOOL_BITMASK 7
  20. #define IIS_SYNTAX_ID_MIMEMAP 8
  21. #define IIS_SYNTAX_ID_IPSECLIST 9
  22. #define IIS_SYNTAX_ID_NTACL 10
  23. #define IIS_SYNTAX_ID_HTTPERRORS 11
  24. #define IIS_SYNTAX_ID_HTTPHEADERS 12
  25. //
  26. // special type used for propertyobjprops[]
  27. //
  28. #define IIS_SYNTAX_ID_STRING_DWORD 13