Mount Fuji Engine  0.8b
wchar_t* MFWString_CopyN ( wchar_t *  pBuffer,
const wchar_t *  pString,
size_t  maxChars 
)

Copies the source unicode string or the maximum number of characters from the source unicode string to the target buffer.

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