HResults.DTS_E_BUFFERISPROCESSINPUT Field

Definition

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 = -1073446888

Remarks

A call was made to a buffer method during ProcessInput, but that call is not allowed during ProcessInput.

Applies to