BUFFERINITEX Struct

Definition

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.

Applies to