_mbbtombc
unsignedshort_mbbtombc(unsignedshortc**);**
Routine | Required Header | Compatibility |
_mbbtombc | <mbstring.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
If _mbbtombc successfully converts c, it returns a multibyte character; otherwise it returns c.
Parameter
c
Single-byte character to convert.
Remarks
The _mbbtombc function converts a given single-byte multibyte character to a corresponding double-byte multibyte character. Characters must be within the range 0x20 – 0x7E or 0xA1 – 0xDF to be converted.
In earlier versions, _mbbtombc was called hantozen. For new code, use _mbbtombc instead.
See Also _mbctombb