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.
|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "winnt.h"
///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""winnt.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "1 TYPELIB ""nntpadm.tlb""\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // Version //
#define OLEREGISTER
#define RC_VERSION_FILE_DESCRIPTION "NNTP OLE Admin Interface DLL\0" #define RC_VERSION_INTERNAL_NAME "nntpadm.dll\0" #define RC_VERSION_ORIGINAL_FILE_NAME "nntpadm.dll\0"
#include <bldver.rc>
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_NNTPADMIN_DESC "NntpAdmin Class" IDS_NNTPADMINSERVER_DESC "NntpAdminServer Class" IDS_NNTPADMINSERVICE_DESC "NntpAdminService Class" IDS_NNTPADMINFEEDS_DESC "NntpAdminFeeds Class" IDS_NNTPADMINEXPIRATION_DESC "NntpAdminExpiration Class" IDS_NNTPADMINGROUPS_DESC "NntpAdminGroups Class" IDS_NNTPADMINSESSIONS_DESC "NntpAdminSessions Class" IDS_NNTPADMINREBUILD_DESC "NntpAdminRebuild Class" IDS_NNTPVIRTUALROOT_DESC "NntpVirtualRoot Class" IDS_NNTPFEED_DESC "NntpFeed Class" IDS_NNTPONEWAYFEED_DESC "NntpOneWayFeed Class" IDS_TCPACCESS_DESC "TcpAccess Class" IDS_TCPACCESSEXCEPTIONS_DESC "TcpAccessExceptions Class" IDS_TCPACCESSEXCEPTION_DESC "TcpAccessException Class" END
STRINGTABLE DISCARDABLE BEGIN IDS_NNTPEXCEPTION_DIDNT_ENUMERATE "You must call Enumerate before calling this property" IDS_NNTPEXCEPTION_DIDNT_SET_CURSOR "You must call GetNth before calling this property" IDS_NNTPEXCEPTION_INVALID_INDEX "The index is out of range. The index must be >= 0 and < Count" IDS_NNTPEXCEPTION_MUST_SUPPLY_USERNAME_OR_IPADDRESS "You must supply a value for either Username or IpAddress" IDS_NNTPEXCEPTION_SERVICE_INSTANCE_CANT_BE_ZERO "The ServiceInstance property must be set to a non-zero value before calling this method." IDS_NNTPEXCEPTION_DIDNT_CALL_GET "You must call the Get method before calling the Set method" IDS_NNTPEXCEPTION_STRING_TOO_LONG "The string is too long." IDS_NNTPEXCEPTION_PROPERTY_OUT_OF_RANGE "The property value is not within the correct range." IDS_NNTPEXCEPTION_DIDNT_FIND "You must call Find before calling this method" IDS_NNTPEXCEPTION_ALREADY_BUILDING "A rebuild is already in progress." IDS_NNTPEXCEPTION_CANT_DELETE_DEFAULT_INSTANCE "You can't delete the default instance." IDS_NNTPEXCEPTION_VROOT_ALREADY_EXISTS "A virtual root with that name already exists." END
STRINGTABLE DISCARDABLE BEGIN IDS_FEED_PARM_FEEDTYPE "Invalid feed type" IDS_FEED_PARM_STARTTIME "Invalid start time" IDS_FEED_PARM_FEEDID "Invalid feed id" IDS_FEED_PARM_FEEDINTERVAL "Invalid feed interval" IDS_FEED_PARM_NEWSGROUPS "Invalid feed newsgroup list" IDS_FEED_PARM_DISTRIBUTION "Invalid feed distributions list" IDS_FEED_PARM_SERVERNAME "Invalid remote server name" IDS_FEED_PARM_AUTOCREATE "Invalid argument" IDS_FEED_PARM_ENABLED "Invalid argument" IDS_FEED_PARM_UUCPNAME "If the remote server is an IP address, the Path Header field must be specified." IDS_FEED_PARM_TEMPDIR "Invalid temporary directory" IDS_FEED_PARM_MAXCONNECT "Invalid maximum number of connections" IDS_FEED_PARM_SESSIONSECURITY "Invalid session security option" IDS_FEED_PARM_AUTHTYPE "Invalid authentication type" IDS_FEED_PARM_ACCOUNTNAME "Invalid account name" IDS_FEED_PARM_PASSWORD "Invalid password" IDS_FEED_PARM_CONCURRENTSESSION "Invalid number of concurrent sessions" IDS_FEED_PARM_ALLOW_CONTROL "Invalid argument" IDS_FEED_PARM_OUTGOING_PORT "Invalid outgoing port number" IDS_FEED_PARM_FEEDPAIR_ID "Invalid feed pair id" END
STRINGTABLE DISCARDABLE BEGIN IDS_UNKNOWN_ERROR "Unknown Error (%1!d!)" END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // 1 TYPELIB "nntpadm.tlb"
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|