/***********************************************************************
*
*  WFPROF.H
*
*  Copyright Citrix Systems Inc. 1997
*
*  Copyright (c) 1998 - 1999 Microsoft Corporation
*
*************************************************************************/

/*
 * General application definitions.
 */
#define SUCCESS 0
#define FAILURE 1

#define MAX_IDS_LEN   256     // maximum length that the input parm can be


/*
 * Resource string IDs
 */
#define IDS_ERROR_INVALID_PARAMETERS                    100
#define IDS_ERROR_GET_DC                                101
#define IDS_ERROR_GET_USER_CONFIG                       102
#define IDS_ERROR_SET_USER_CONFIG                       103
#define IDS_ERROR_MALLOC                                104

#define IDS_USAGE1                                      200
#define IDS_USAGE2                                      201
#define IDS_USAGE3                                      202
#define IDS_QUERY1                                      203
#define IDS_QUERY2                                      204
#define IDS_QUERY3                                      205
#define IDS_ERROR_NOT_TS                                206
