SECEditBlockBuffer::Init
BOOLSECEditBlockBuffer::Init(void)
Initializes the text buffer.
Defined in: SECEditBlockBuffer.cpp
Return Value
Returns non-zero if successful; otherwise 0.
Comments
Init must be called before calling nay of the other methods of ISECEditBuffer, and also may be called to reinitialize the text buffer. Each derivation of ISECEditBuffer may implement this function differently but can count on this being called before other use.See Also