Function CSPString::SetChar()
Description:
Sets the value of the character at the specified position.
 |
Prototype:
void SetChar(unsigned long ulPos, char chChar);
Arguments:
- unsigned long ulPos [IN]
The position of the character.
- char chChar [IN]
The value of the character.
Return value:
No return value (void).
See also:
member function GetChar()
|
|