String::InitStruct::InitString
String::InitStruct::InitString
virtual void InitString(char* pbuffer, UPInt size) const = 0;
Description
InitString initializes string with dynamic buffer.
Parameters
Parameters |
Description |
char* pbuffer |
Dynamic buffer to store the string. |
UPInt size |
|