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.

21 lines
561 B

  1. //---------------------------------------------------------
  2. // Copyright (c) 1999-2000 Microsoft Corporation
  3. //
  4. // common.h
  5. //
  6. // vikram K.R.C. ([email protected])
  7. //
  8. // The header file common to telnet command line admin tool's code
  9. // and the other code.
  10. // (May-2000)
  11. //---------------------------------------------------------
  12. #ifndef __commonh__
  13. #define __commonh__
  14. #define _MAX_CLASS_NAMES_ 3
  15. #define _MAX_PROPS_ 19
  16. #define _MAX_NUMOF_PROPNAMES_ 3
  17. #define _MAX_QUERY_CONTROL_ 10
  18. #endif