Share via


StrSafe.h Byte-Count Functions (Windows Embedded CE 6.0)

1/5/2010

The following functions use a byte count rather than a character count.

Strsafe.h function Replaces

StringCbCat, StringCbCatEx

strcat, wcscat

StringCbCatN, StringCbCatNEx

strncat

StringCbCopy, StringCbCopyEx

strcpy, wcscpy

StringCbCopyN, StringCbCopyNEx

strncpy

StringCbGets, StringCbGetsEx

gets, _getws

StringCbPrintf, StringCbPrintfEx

sprintf, swprintf, wsprintf, _snprintf, _snwprintf

StringCbVPrintf, StringCbVPrintfEx

vsprintf, vswprintf, _vsnprintf, _vsnwprintf

StringCbLength

strlen

See Also

Reference

Safe String Reference

Other Resources

Safe String Functions