Windows2003-3790/termsrv/admtools/change/change.h
2020-09-30 16:53:55 +02:00

34 lines
826 B
C

// Copyright (c) 1998-1999 Microsoft Corporation
/******************************************************************************
*
* CHANGE.H
*
* This module contains typedefs and defines required for the CHANGE utility
* menu.
*
******************************************************************************/
/*
* Usage string definitions.
*/
#define UTILITY_NAME L"CHANGE"
/*
* 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_MALLOC 100
#define IDS_ERROR_INVALID_PARAMETERS 101
#define IDS_ERROR_REGISTRY_FAILURE 102
#define IDS_ERROR_NOT_TS 103