TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool StringInit ( out string  string_var,
int  new_len = 0,
char  character = '\0' 
)

Initializes a string by specified symbols and provides the specified string size

Parameters
string_varString that should be initialized and deinitialized
new_lenString length after initialization. If length=0, it deinitializes the string, i.e. the string buffer is cleared and the buffer address is zeroed
characterSymbol to fill the string
Returns
In case of success returns true, otherwise - false. To get the error code call GetLastError().