ISECEditBuffer::Init
BOOLISECEditBuffer::Init(void)
Initializes the text buffer.
Defined in: ISECEditBuffer.h
Return Value
Returns non-zero if successful; otherwise 0.
Comments
Init must be called before calling any of the other methods of ISECEditBuffer, but may also be called to reinitialize the text buffer. Each derivation of ISECEditBuffer may implement this function differently but should expect this to be called before other use.See Also