Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATString::SetWChar
bool CATString::SetWChar ( CATUInt32  offset,
CATWChar  theChar 
)

SetWChar() sets the character at the specified offset in the string.

SetWChar() is preferred over SetChar(). You may *not* set a character past the current length of the string or buffer size.

Parameters:
offset - 0-based offset of character.
theChar - the wide character to place at the offset
Returns:
bool - true on success.
See also:
GetWChar()

Definition at line 1540 of file CATString.cpp.

References CATASSERT, fAsciiLocked, fBufferLength, fUnicodeBuffer, and fUnicodeLocked.

Referenced by SplitPath().


Generated on Mon Feb 11 04:11:03 2008 for Game Accessibility Suite by doxygen 1.5.4