HResults.DTS_E_BUFFERNOOBJECTMEMORY 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_BUFFERNOOBJECTMEMORY MessageText: An out-of-memory condition prevented the creation of the buffer object.
public: int DTS_E_BUFFERNOOBJECTMEMORY = -1073450908;
public const int DTS_E_BUFFERNOOBJECTMEMORY = -1073450908;
val mutable DTS_E_BUFFERNOOBJECTMEMORY : int
Public Const DTS_E_BUFFERNOOBJECTMEMORY As Integer = -1073450908
Field Value
Value = -1073450908Remarks
Couldn't allocate C++ object for a buffer. The computer is very low on memory.