Mount Fuji Engine  0.8b
wchar_t* MFWString_Cat ( wchar_t *  pBuffer,
const wchar_t *  pString 
)

Concatinate the source unicode string with the target buffer.

Parameters
pBufferTarget buffer to receive the concatinated string.
pStringSource string.
Returns
pBuffer which can be used as a paramater to other functions.
See Also
MFWString_Copy()