HResults.DTS_E_BUFFERISPRIMEOUTPUT Field

Definition

MessageId: DTS_E_BUFFERISPRIMEOUTPUT MessageText: This operation cannot be called on a buffer passed to PrimeOutput. A call was made to a buffer method during PrimeOutput, but that call is not allowed during PrimeOutput.

public: int DTS_E_BUFFERISPRIMEOUTPUT = -1073446889;
public const int DTS_E_BUFFERISPRIMEOUTPUT = -1073446889;
val mutable DTS_E_BUFFERISPRIMEOUTPUT : int
Public Const DTS_E_BUFFERISPRIMEOUTPUT As Integer  = -1073446889

Field Value

Value = -1073446889

Remarks

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

Applies to