HResults.DTS_E_BUFFERISPRIMEOUTPUT 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_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 = -1073446889Remarks
A call was made to a buffer method during PrimeOutput, but that call is not allowed during PrimeOutput.