WindowsXP-SP1/termsrv/admtools/migrate/migrate.h
2020-09-30 16:53:49 +02:00

38 lines
1.4 KiB
C

//Copyright (c) 1998 - 1999 Microsoft Corporation
/***********************************************************************
*
* MIGRATE.H
* This module contains typedefs and defines required for
* the MIGRATE utility.
*
*************************************************************************/
/*
* General application definitions.
*/
#define SUCCESS 0
#define FAILURE 1
/*
* Resource string IDs
*/
#define IDS_ERROR_MALLOC 100
#define IDS_ERROR_INVALID_PARAMETERS 101
#define IDS_ERROR_INI 102
#define IDS_ERROR_GRP 103
#define IDS_ERROR_REG 104
#define IDS_USAGE1 105
#define IDS_USAGE2 106
#define IDS_USAGE3 107
#define IDS_USAGE4 108
#define IDS_USAGE5 109
#define IDS_USAGE6 110
#define IDS_USAGE7 111
#define IDS_USAGE8 112
#define IDS_MESSAGE_INI 120
#define IDS_MESSAGE_GRP 121
#define IDS_MESSAGE_REG 122
#define IDS_MESSAGE_PROCESS 123