SECEditBlockBuffer::ClearTextBlock
BOOLSECEditBlockBuffer::ClearTextBlock(const SECEditLineColPair&lcpDeleteBlock)
Deletes the text between the line/col pair given.
Defined in: SECEditBlockBuffer.cpp
Return Value
Returns non-zero if successful; otherwise 0.
Parameters
lcpDeleteBlock
Input parameter. References the starting and ending line and column indices for the delete operation.
See Also