HResults.DTS_E_BUFFERISREADONLY Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MessageId: DTS_E_BUFFERISREADONLY MessageText: This operation could not be performed because buffer is in read-only mode. A read-only buffer cannot be modified.
public: int DTS_E_BUFFERISREADONLY = -1073450930;
public const int DTS_E_BUFFERISREADONLY = -1073450930;
val mutable DTS_E_BUFFERISREADONLY : int
Public Const DTS_E_BUFFERISREADONLY As Integer = -1073450930
Field Value
Value = -1073450930Remarks
Can't change a read-only buffer.