BUFFERINITEX Structure
Visual Studio 2015
Represents buffer initialization parameters.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwFlags | A combination of TextBufferInitFlags enumeration members. |
![]() | iLength | The buffer length if BIF_INITTEXT is specified. |
![]() | pStorage | The storage, if BIF_CUSTOMSTORAGE is specified |
![]() | pszText | The buffer text, if BIF_INITTEXT is specified. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

