SECEditLangConfig::IsKWCharacter

BOOL SECEditLangConfig::IsKWCharacter(unsigned int nChar, SECEditKWChars kwchars)

Queries whether a character is a token keyword character.

Defined in: SECEditLangConfig.cpp

Parameters

nChar

The character to look for.

kwchars

The type of keyword characters. See SECEditKWChars

Comments

This is an implementation of the ISECEditLangConfig interface.

See Also

SECEditLangConfig SECEditKWChars ISECEditLangConfig::SetKWCharacters