IstextW

OllyDbg Plugin API

IstextW

Returns non-zero if wide (UNICODE) character can be part of valid (from the OllyDbg's point of view) UNICODE string and 0 otherwise. Result is influenced by option "Allow diacritical symbols in strings".

int IstextW(wchar_t w);

Parameters:

w - wide character to analyze.

See also: IstextA, Decodecharacter