////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000-2001 Microsoft Corporation // // Module Name: // W2KProxyResources.h // // Description: // Contains the definition of the string ids used by this library. // This file will be included in the main resource header of the project. // // Maintained By: // Galen Barbee (GalenB) 28-AUG-2000 // ////////////////////////////////////////////////////////////////////////////// // Make sure that this file is included only once per compile path. #pragma once // The starting ID for these strings. #define ID_CCW2K_START 6000 ///////////////////////////////////////////////////////////////////// // Error strings ///////////////////////////////////////////////////////////////////// #define IDS_F_SVR_CONNECT ( ID_CCW2K_START + 1 ) #define IDS_F_NODE_CONNECT ( ID_CCW2K_START + 2 ) #define IDS_SVR_CONNECT ( ID_CCW2K_START + 3 ) #define IDS_SVR_INIT ( ID_CCW2K_START + 4 ) #define IDS_INFO_NODE ( ID_CCW2K_START + 5 ) #define IDS_F_INFO_NODE ( ID_CCW2K_START + 6 ) #define IDS_INFO_RES ( ID_CCW2K_START + 7 ) #define IDS_F_INFO_RES ( ID_CCW2K_START + 8 ) #define IDS_INFO_NET ( ID_CCW2K_START + 9 ) #define IDS_F_INFO_NET ( ID_CCW2K_START + 10 ) #define IDS_GINFO_CLUSTER ( ID_CCW2K_START + 11 ) #define IDS_F_GINFO_CLUSTER ( ID_CCW2K_START + 12 ) #define IDS_GINFO_IPADDR ( ID_CCW2K_START + 13 ) #define IDS_F_GINFO_IPADDR ( ID_CCW2K_START + 14 ) #define IDS_GINFO_NET ( ID_CCW2K_START + 15 ) #define IDS_F_GINFO_NET ( ID_CCW2K_START + 16 ) #define IDS_GINFO_NODE ( ID_CCW2K_START + 17 ) #define IDS_F_GINFO_NODE ( ID_CCW2K_START + 18 ) #define IDS_INFO_CLUSTER ( ID_CCW2K_START + 19 ) #define IDS_F_INFO_CLUSTER ( ID_CCW2K_START + 20 ) #define IDS_GINFO_PDISK ( ID_CCW2K_START + 21 ) #define IDS_F_GINFO_PDISK ( ID_CCW2K_START + 22 ) #define IDS_WARNING_MINOR_BAD_CREDENTIALS ( ID_CCW2K_START + 23 )