114 lines
5.4 KiB
Plaintext
114 lines
5.4 KiB
Plaintext
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1994 - 1995.
|
|
//
|
|
// File: winnt.rc
|
|
//
|
|
// Contents: Resources for NDS NetOle Provider DLL.
|
|
//
|
|
// History: 1-Jan-95 KrishnaG Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
#include <windows.h>
|
|
|
|
#if defined(USE_DS_VER)
|
|
#include <dsverp.h>
|
|
#else
|
|
#include <ntverp.h>
|
|
#endif
|
|
|
|
#include "nds32.h"
|
|
#include "ndsres.h"
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "ADs NDS Provider DLL"
|
|
#define VER_INTERNALNAME_STR "nds"
|
|
#include <common.ver>
|
|
|
|
STRINGTABLE DISCARDABLE PRELOAD
|
|
BEGIN
|
|
NDS_ERR_SUCCESS L"Successful Operation"
|
|
|
|
NDS_ERR_NO_SUCH_ENTRY L"NDS: No such entry"
|
|
NDS_ERR_NO_SUCH_VALUE L"NDS: No such value"
|
|
NDS_ERR_NO_SUCH_ATTRIBUTE L"This attribute could not be found"
|
|
NDS_ERR_NO_SUCH_CLASS L"NDS: No such class"
|
|
NDS_ERR_NO_SUCH_PARTITION L"NDS: No such partition"
|
|
NDS_ERR_ENTRY_ALREADY_EXISTS L"NDS:This entry already exists"
|
|
NDS_ERR_NOT_EFFECTIVE_CLASS L"NDS: This is not an effective class"
|
|
NDS_ERR_ILLEGAL_ATTRIBUTE L"Illegal Attribute"
|
|
NDS_ERR_MISSING_MANDATORY L"NDS: Mandatory Property is missing"
|
|
NDS_ERR_ILLEGAL_DS_NAME L"The DS name is illegal"
|
|
NDS_ERR_ILLEGAL_CONTAINMENT L"The containment is illegal"
|
|
NDS_ERR_CANT_HAVE_MULTIPLE_VALUES L"NDS: Cannot have multiple values"
|
|
NDS_ERR_SYNTAX_VIOLATION L"NDS: Syntax Violation"
|
|
NDS_ERR_DUPLICATE_VALUE L"NDS: Duplicate Value"
|
|
NDS_ERR_ATTRIBUTE_ALREADY_EXISTS L"This attribute already exists"
|
|
NDS_ERR_MAXIMUM_ENTRIES_EXIST L"Maximum entries exist"
|
|
NDS_ERR_DATABASE_FORMAT L"Database Format Error"
|
|
NDS_ERR_INCONSISTANT_DATABASE L"Database is inconsistent"
|
|
NDS_ERR_INVALID_COMPARISON L"This comparison is invalid"
|
|
NDS_ERR_COMPARISON_FAILED L"This comparison failed"
|
|
NDS_ERR_TRANSACTIONS_DISABLED L"Transactions have been disabled"
|
|
NDS_ERR_INVALID_TRANSPORT L"Transport Invalid"
|
|
NDS_ERR_SYNTAX_INVALID_IN_NAME L"Syntax Invalid in name"
|
|
NDS_ERR_REPLICA_ALREADY_EXISTS L"Replica already exists"
|
|
NDS_ERR_TRANSPORT_FAILURE L"Transport Failure"
|
|
NDS_ERR_ALL_REFERRALS_FAILED L"All referrals failed"
|
|
NDS_ERR_CANT_REMOVE_NAMING_VALUE L"Can't remove naming value"
|
|
NDS_ERR_OBJECT_CLASS_VIOLATION L"Object Class Violation"
|
|
NDS_ERR_ENTRY_IS_NOT_LEAF L"This entry is not a leaf node"
|
|
NDS_ERR_DIFFERENT_TREE L"Error: Different Tree"
|
|
NDS_ERR_ILLEGAL_REPLICA_TYPE L"The replica type is illegal"
|
|
NDS_ERR_SYSTEM_FAILURE L" System Failure occurred"
|
|
NDS_ERR_INVALID_ENTRY_FOR_ROOT L"An invalid entry for root was given"
|
|
NDS_ERR_NO_REFERRALS L" NDS: No referrals "
|
|
NDS_ERR_REMOTE_FAILURE L" Remote Failed"
|
|
NDS_ERR_INVALID_REQUEST L" The request was invalid"
|
|
NDS_ERR_INVALID_ITERATION L"Iteration was invalid"
|
|
NDS_ERR_SCHEMA_IS_NONREMOVABLE L" Schema is invalid"
|
|
NDS_ERR_SCHEMA_IS_IN_USE L"Schema is in use "
|
|
NDS_ERR_CLASS_ALREADY_EXISTS L" Class already exists"
|
|
NDS_ERR_BAD_NAMING_ATTRIBUTES L"Bad naming attributes"
|
|
NDS_ERR_NOT_ROOT_PARTITION L"Error: not a root partition"
|
|
NDS_ERR_INSUFFICIENT_STACK L"Stack is insufficient "
|
|
NDS_ERR_INSUFFICIENT_BUFFER L"Buffer is insufficient"
|
|
NDS_ERR_AMBIGUOUS_CONTAINMENT L"Containment is ambiguous"
|
|
NDS_ERR_AMBIGUOUS_NAMING L" Naming is ambiguous"
|
|
NDS_ERR_DUPLICATE_MANDATORY L"Error: Duplicate value is mandatory"
|
|
NDS_ERR_DUPLICATE_OPTIONAL L"Error: Duplicate value is optional"
|
|
NDS_ERR_MULTIPLE_REPLICAS L"Multiple replicas"
|
|
NDS_ERR_CRUCIAL_REPLICA L"Crucial replica"
|
|
NDS_ERR_SCHEMA_SYNC_IN_PROGRESS L"Error: Schema sync is in progress"
|
|
NDS_ERR_SKULK_IN_PROGRESS L"Error:Skulk is in progress"
|
|
NDS_ERR_TIME_NOT_SYNCRONIZED L"Time is not synchronized"
|
|
NDS_ERR_RECORD_IN_USE L"Error: This record is in use"
|
|
NDS_ERR_DS_VOLUME_NOT_MOUNTED L"DS volume has not been mounted"
|
|
NDS_ERR_DS_VOLUME_IO_FAILURE L" DS Volume I/O failed"
|
|
NDS_ERR_DS_LOCKED L"DS is locked"
|
|
NDS_ERR_OLD_EPOCH L"Error: Old Epoch"
|
|
NDS_ERR_NEW_EPOCH L"Error: New Epoch"
|
|
NDS_ERR_PARTITION_ROOT L"Error: Partition root"
|
|
NDS_ERR_ENTRY_NOT_CONTAINER L"This entry is not a container"
|
|
NDS_ERR_FAILED_AUTHENTICATION L"Error: Authentication failed"
|
|
NDS_ERR_NO_SUCH_PARENT L"No such parent"
|
|
NDS_ERR_NO_ACCESS L"Access Denied"
|
|
NDS_ERR_REPLICA_NOT_ON L"Replica is not on"
|
|
NDS_ERR_DUPLICATE_ACL L"Duplicate ACL"
|
|
NDS_ERR_PARTITION_ALREADY_EXISTS L"Partition already exists"
|
|
NDS_ERR_NOT_SUBREF L"Not subreferenced"
|
|
NDS_ERR_ALIAS_OF_AN_ALIAS L"Error: Alias of an alias"
|
|
NDS_ERR_AUDITING_FAILED L"Auditing failed"
|
|
NDS_ERR_INVALID_API_VERSION L"This API version is invalid"
|
|
NDS_ERR_SECURE_NCP_VIOLATION L"Violation of Secure NCP"
|
|
NDS_ERR_FATAL L"Fatal Error occurred "
|
|
NDS_PROVIDER_ID L"NDS Provider"
|
|
END
|
|
|
|
|
|
|
|
|
|
|