OPCDA.NET Reference Manual
HRESULTS Class Members
See Also  Fields  Methods  Send Feedback
OpcNetBase.Net4 Assembly > OPC Namespace : HRESULTS Class


Glossary Item Box

The following tables list the members exposed by HRESULTS.

Public Constructors

 NameDescription
Public ConstructorHRESULTS Constructor  
Top

Public Fields

 NameDescription
Public FieldCONNECT_E_ADVISELIMIT Advise limit exceeded for this object.  
Public FieldCONNECT_E_NOCONNECTION Unable to impersonate DCOM client.  
Public FieldE_ABORT Operation aborted.  
Public FieldE_FAIL The operation failed.  
Public FieldE_INVALIDARG The value of one or more parameters was not valid.  
Public FieldE_NOINTERFACE No such interface supported.  
Public FieldE_NOTIMPL Not implemented.  
Public FieldE_OUTOFMEMORY Out of memory.  
Public FieldOPC_E_ALREADYACKED The condition has already been acknowleged.  
Public FieldOPC_E_BADRIGHTS The item's access rights do not allow the operation.  
Public FieldOPC_E_BADTYPE The server cannot convert the data between the specified format and/or requested data type and the canonical data type.  
Public FieldOPC_E_BUSY A refresh is currently in progress.  
Public FieldOPC_E_DATAEXISTS Unable to insert - data already present.  
Public FieldOPC_E_DUPLICATENAME The item's access path is not known to the server.  
Public FieldOPC_E_INVALID_PID The specified property ID is not valid for the item.  
Public FieldOPC_E_INVALIDAGGREGATE The aggregate requested is not valid.  
Public FieldOPC_E_INVALIDATTRID The supplied attribute ID is not valid.  
Public FieldOPC_E_INVALIDBRANCHNAME The string was not recognized as an area name.  
Public FieldOPC_E_INVALIDBUFFERTIME The buffer time parameter was invalid.  
Public FieldOPC_E_INVALIDCONFIGFILE The server's configuration file is an invalid format.  
Public FieldOPC_E_INVALIDCONTINUATIONPOINT The specified browse continuation point is invalid.  
Public FieldOPC_E_INVALIDDATATYPE The supplied value for the attribute is not a correct data type.  
Public FieldOPC_E_INVALIDFILTER The filter string was not valid.  
Public FieldOPC_E_INVALIDHANDLE The value of the handle is invalid.  
Public FieldOPC_E_INVALIDITEMID The item ID does not conform to the server's syntax  
Public FieldOPC_E_INVALIDMAXSIZE The max size parameter was invalid.  
Public FieldOPC_E_INVALIDTIME The time does not match the latest active time.  
Public FieldOPC_E_MAXEXCEEDED The maximum number of values requested exceeds the server's limit.  
Public FieldOPC_E_NODATAEXISTS The server has no value for the specified time and item ID.  
Public FieldOPC_E_NOINFO Information is not available.  
Public FieldOPC_E_NOT_AVAIL The requested aggregate is not available for the specified item.  
Public FieldOPC_E_NOTFOUND The requested object was not found.  
Public FieldOPC_E_NOTSUPPORTED The requested feature is not supported.  
Public FieldOPC_E_PUBLIC The requested operation cannot be done on a internal group.  
Public FieldOPC_E_RANGE The value was out of range.  
Public FieldOPC_E_READONLY The item is only readable.  
Public FieldOPC_E_UNKNOWNATTRID The server does not support this attribute.  
Public FieldOPC_E_UNKNOWNITEMID The item ID is not defined in the server address space or no longer exists in the server address space.  
Public FieldOPC_E_UNKNOWNPATH The item's access path is not known to the server.  
Public FieldOPC_S_CLAMP A value passed to write was accepted but the output was clamped.  
Public FieldOPC_S_CURRENTVALUE The server only returns current values for the requested item attributes.  
Public FieldOPC_S_EXTRADATA Additional data satisfying the query was found.  
Public FieldOPC_S_INSERTED The requested insert occurred.  
Public FieldOPC_S_INUSE The operation cannot be performed because the object is being referenced.  
Public FieldOPC_S_MOREDATA There is more data satisfying the query than was returned  
Public FieldOPC_S_NODATA There is no data within the specified parameters.  
Public FieldOPC_S_REPLACED The requested replace occurred.  
Public FieldOPC_S_UNSUPPORTEDRATE The value was out of range.  
Public FieldOPC_W_NOFILTER The server does not support this filter.  
Public FieldS_FALSE The server handled the call successfully but there are error or warning indications for some items. The error array has to be checked for individual item error codes.  
Public FieldS_OK The server handled the call successfully.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)Failed The function returns true if the HRESULTS code is a failure code. It returns false for S_OK or any success code such as S_FALSE.  
Public Methodstatic (Shared in Visual Basic)Succeeded The function returns true if the HRESULTS code is a success code such as S_OK or S_FALSE.  
Top

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.