SECEdit::EndKeyword

LPCTSTR SECEdit::EndKeyword(LPCTSTR lpszText, int nLength)

Given a text pointer, parses for the end of a keyword, and returns a pointer past the end of the keyword in the buffer.

Defined in: SECEdit.cpp

Return Value

Returns a pointer past the end of the keyword.

Parameters

lpszText

Points to the string to parse.

nLength

The length of text up to the end of this line

See Also

SECEdit