_mbccpy
void_mbccpy(unsignedchar*dest,constunsignedchar*src);
Routine | Required Header | Compatibility |
_mbccpy | <mbctype.h> | Win 95, Win NT |
For additional compatibility information, see Compatibility in the Introduction.
Libraries
LIBC.LIB | Single thread static library, retail version |
LIBCMT.LIB | Multithread static library, retail version |
MSVCRT.LIB | Import library for MSVCRT.DLL, retail version |
Return Value
None
Parameters
dest
Copy destination
src
Multibyte character to copy
Remarks
The _mbccpy function copies one multibyte character from src to dest. If src does not point to the lead byte of a multibyte character as determined by an implicit call to _ismbblead, no copy is performed.
Generic-Text Routine Mappings
TCHAR.H Routine | _UNICODE & _MBCS Not Defined | _MBCS Defined | _UNICODE Defined |
_tccpy | Maps to macro or inline function | _mbccpy | Maps to macro or inline function |
Locale Routines | Interpretation of Multibyte-Character Sequences
See Also _mbclen