TextBufferErrors Enum
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.
General definitions for text buffer errors.
public enum class TextBufferErrors
public enum class TextBufferErrors
enum TextBufferErrors
public enum TextBufferErrors
type TextBufferErrors =
Public Enum TextBufferErrors
- Inheritance
-
TextBufferErrors
Fields
BUFFER_E_DEST_TOO_SMALL | -2147217402 | The memory block passed in was too small. |
BUFFER_E_LOCKED | -2147217404 | The buffer was locked for writing. |
BUFFER_E_READONLY | -2147217407 | The buffer has been marked as read-only. |
BUFFER_E_READONLY_REGION | -2147217406 | A region has been marked as read-only. |
BUFFER_E_SCC_READONLY | -2147217403 | The file backing the buffer is under source code control and checked in. |
BUFFER_E_TIMEOUT | -2147217405 | Timed out waiting for access. |
MARKER_E_BUFFERDESTROYED | -2147217400 | You are trying to manipulate a marker whose buffer has been destroyed. |
MARKER_E_INVALIDATED | -2147217401 | You are trying to manipulate an invalid marker. |
Remarks
COM Signature
From textmgr.idl: