BUFFERINITEX Struct
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.
Represents buffer initialization parameters.
public value class BUFFERINITEX
struct BUFFERINITEX
[System.Runtime.InteropServices.ComConversionLoss]
public struct BUFFERINITEX
[<System.Runtime.InteropServices.ComConversionLoss>]
type BUFFERINITEX = struct
Public Structure BUFFERINITEX
- Inheritance
-
BUFFERINITEX
- Attributes
Fields
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. |