HResults.DTS_E_BUFFERISFLAT Field

Definition

MessageId: DTS_E_BUFFERISFLAT MessageText: Private mode buffers do not support this operation.

public: int DTS_E_BUFFERISFLAT = -1073446890;
public const int DTS_E_BUFFERISFLAT = -1073446890;
val mutable DTS_E_BUFFERISFLAT : int
Public Const DTS_E_BUFFERISFLAT As Integer  = -1073446890

Field Value

Value = -1073446890

Remarks

A call was made to a buffer method on a private buffer, and private buffers do not support that method.

Applies to