HResults.DTS_E_BUFFERISPROCESSINPUT 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_BUFFERISPROCESSINPUT MessageText: This operation cannot be called on a buffer passed to ProcessInput. A call was made to a buffer method during ProcessInput, but that call is not allowed during ProcessInput.
public: int DTS_E_BUFFERISPROCESSINPUT = -1073446888;
public const int DTS_E_BUFFERISPROCESSINPUT = -1073446888;
val mutable DTS_E_BUFFERISPROCESSINPUT : int
Public Const DTS_E_BUFFERISPROCESSINPUT As Integer = -1073446888
Field Value
Value = -1073446888Remarks
A call was made to a buffer method during ProcessInput, but that call is not allowed during ProcessInput.