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.

35 lines
1.2 KiB

  1. /***********************************************************************
  2. *
  3. * WFPROF.H
  4. *
  5. * Copyright Citrix Systems Inc. 1997
  6. *
  7. * Copyright (c) 1998 - 1999 Microsoft Corporation
  8. *
  9. *************************************************************************/
  10. /*
  11. * General application definitions.
  12. */
  13. #define SUCCESS 0
  14. #define FAILURE 1
  15. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  16. /*
  17. * Resource string IDs
  18. */
  19. #define IDS_ERROR_INVALID_PARAMETERS 100
  20. #define IDS_ERROR_GET_DC 101
  21. #define IDS_ERROR_GET_USER_CONFIG 102
  22. #define IDS_ERROR_SET_USER_CONFIG 103
  23. #define IDS_ERROR_MALLOC 104
  24. #define IDS_USAGE1 200
  25. #define IDS_USAGE2 201
  26. #define IDS_USAGE3 202
  27. #define IDS_QUERY1 203
  28. #define IDS_QUERY2 204
  29. #define IDS_QUERY3 205
  30. #define IDS_ERROR_NOT_TS 206