mbstowcs_s, _mbstowcs_s_l mbtowc, _mbtowc_l memccpy _memccpy memchr, wmemchr memcmp, wmemcmp memcpy, wmemcpy memcpy_s, wmemcpy_s memicmp _memicmp, _memicmp_l memmove, wmemmove memmove_s, wmemmove_s memset, wmemset __min mkdir _mkdir, _wmkdir _mkgmtime, _mkgmtime32, _mkgmtime64 mktemp...
If mbstowcs_s successfully converts the source string, it puts the size in wide characters of the converted string, including the null terminator, into *pReturnValue (provided pReturnValue is not NULL). This occurs even if the wcstr argument is NULL and provides a way to determine the require...
mbstowcs_s使用当前区域设置的区域设置相关的任何行为 ; _mbstowcs_s_l不同之处在于它使用的区域设置,而是传入的是相同的。有关更多信息,请参见区域设置。 在C++ 中,使用这些函数是通过简化模板重载。 重载可以自动推理缓冲区的长度 (无需指定一个大小参数),它们可以自动使用较新的安全与对应替换较旧、 不安全的...
If the sequences pointed to by mbstr and wcstr overlap, the behavior of mbstowcs_s is undefined. mbstowcs_s uses the current locale for any locale-dependent behavior; _mbstowcs_s_l is identical except that it uses the locale passed in instead. For more information, seeLocale. In C++, us...
mbstowcs_s、_mbstowcs_s_l mbtowc、_mbtowc_l memccpy _memccpy memchr、wmemchr memcmp、wmemcmp memcpy、wmemcpy memcpy_s、wmemcpy_s memicmp _memicmp、_memicmp_l memmove、wmemmove memmove_s、wmemmove_s memset、wmemset __min mkdir _mkdir、_wmkdir ...
errno_t mbstowcs_s( size_t *pReturnValue, wchar_t *wcstr, size_t sizeInWords, const char *mbstr, size_t count ); errno_t _mbstowcs_s_l( size_t *pReturnValue, wchar_t *wcstr, size_t sizeInWords, const char *mbstr, size_t count, _locale_t locale ); template <size_t size>...
errno_t mbstowcs_s( size_t *pReturnValue, wchar_t *wcstr, size_t sizeInWords, const char *mbstr, size_t count ); errno_t _mbstowcs_s_l( size_t *pReturnValue, wchar_t *wcstr, size_t sizeInWords, const char *mbstr, size_t count, _locale_t locale ); template <size_t size>...
mbstowcs_s uses the current locale for any locale-dependent behavior; _mbstowcs_s_l is identical except that it uses the locale passed in instead. For more information, seeLocale. In C++, using these functions is simplified by template overloads; the overloads can infer buffer length automati...
mbstowcs_s uses the current locale for any locale-dependent behavior; _mbstowcs_s_l is identical except that it uses the locale passed in instead. For more information, seeLocale. In C++, using these functions is simplified by template overloads; the overloads can infer buffer length automati...
mbstowcs_s uses the current locale for any locale-dependent behavior; _mbstowcs_s_l is identical except that it uses the locale passed in instead. For more information, seeLocale. In C++, using these functions is simplified by template overloads; the overloads can infer buffer length automati...