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.

34 lines
852 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /******************************************************************************
  3. *
  4. * QUERY.H
  5. *
  6. * This module contains typedefs and defines required for the QUERY utility
  7. * menu.
  8. *
  9. *
  10. ******************************************************************************/
  11. /*
  12. * Usage string definitions.
  13. */
  14. #define UTILITY_NAME L"QUERY"
  15. /*
  16. * General application definitions.
  17. */
  18. #define SUCCESS 0
  19. #define FAILURE 1
  20. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  21. /*
  22. * Resource string IDs
  23. */
  24. #define IDS_ERROR_MALLOC 100
  25. #define IDS_ERROR_INVALID_PARAMETERS 101
  26. #define IDS_ERROR_REGISTRY_FAILURE 102
  27. #define IDS_ERROR_NOT_TS 103