SECEditLangConfig::GetSpecialKeyword
SECEditKeywordInfo*SECEditLangConfig::GetSpecialKeyword(LPCTSTRlpszStartChars, SECEditKeywordTypekeytype= secKT_All, intnLookAhead= 1)
Examines a string for token-based keywords.
Defined in: SECEditLangConfig.cpp
Parameters
lpszStartChars
Points to a string buffer that will contain the token-based keyword, if found.
Comments
This is an implementation of the ISECEditLangConfig interface.keytype
The type of keyword to look for. See SECEditKeywordType.
nLookAhead
The number of characters to look ahead.
See Also
SECEditLangConfig SECEditKeywordInfo SECEditKeywordType GetSpecialKeywords