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.
|
|
// Copyright (C) 2001 Microsoft Corporation
//
// resources to be included in programs that use any of the following
// UnmappableCharactersMessage
// ForestValidateDomainDoesNotExist (the version that takes a resource ID)
//
// 3 December 2001 JeffJon
#define IDS_UNMAPPABLE_CHARS_IN_NAME 50000
#define IDS_NON_RFC_NAME 50001
#define IDS_MS_DNS_NAME 50002
#define IDS_ROOT_DOMAIN_IS_RESERVED 50003
#define IDS_DNS_NAME_TOO_LONG 50004
#define IDS_BAD_DNS_SYNTAX 50005
#define IDS_MUST_ENTER_DOMAIN 50006
#define IDS_DOMAIN_NAME_IN_USE 50007
#define IDS_NET_NOT_REACHABLE 50008
#define IDS_CONFIRM_NETBIOS_LOOKING_NAME 50009
#define IDS_NO_DOTS_IN_NETBIOS_NAME 50010
#define IDS_NUMERIC_NETBIOS_NAME 50011
#define IDS_BAD_NETBIOS_NAME 50012
#define IDS_NETBIOS_NAME_TOO_LONG 50013
#define IDS_BAD_NETBIOS_CHARACTERS 50014
#define IDS_FLATNAME_IN_USE 50015
|