Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
General definitions for text buffer errors.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration TextBufferErrors
public enum TextBufferErrors
public enum class TextBufferErrors
type TextBufferErrors
public enum TextBufferErrors
Members
Member name | Description | |
---|---|---|
BUFFER_E_DEST_TOO_SMALL | The memory block passed in was too small. | |
BUFFER_E_LOCKED | The buffer was locked for writing. | |
BUFFER_E_READONLY | The buffer has been marked as read-only. | |
BUFFER_E_READONLY_REGION | A region has been marked as read-only. | |
BUFFER_E_SCC_READONLY | The file backing the buffer is under source code control and checked in. | |
BUFFER_E_TIMEOUT | Timed out waiting for access. | |
MARKER_E_BUFFERDESTROYED | You are trying to manipulate a marker whose buffer has been destroyed. | |
MARKER_E_INVALIDATED | You are trying to manipulate an invalid marker. |
Remarks
COM Signature
From textmgr.idl: