SECEditBlockBuffer::WholeWord

BOOL SECEditBlockBuffer::WholeWord(int nOffset, int nLength)

Checks the text at the given offset and length for a whole word.

Defined in: SECEditBlockBuffer.cpp

Return Value

Returns non-zero if a whole word is found to begin at the offset, ending at the given length; otherwise 0.

Parameters

nOffset

The virtual text offset in the buffer.

nLength

Length of the word to check.

See Also

SECEditBlockBuffer FindText