HResults.DTS_E_BUFFERISPRIVATE 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_BUFFERISPRIVATE MessageText: A call was made to a buffer method on a private buffer and private buffers do not support this operation.
public: int DTS_E_BUFFERISPRIVATE = -1073446891;
public const int DTS_E_BUFFERISPRIVATE = -1073446891;
val mutable DTS_E_BUFFERISPRIVATE : int
Public Const DTS_E_BUFFERISPRIVATE As Integer = -1073446891
Field Value
Value = -1073446891Remarks
A call was made to a buffer method on a private buffer, and private buffers do not support that method.