Share via


StrSafe.h Byte-Count Functions

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

Other Resources

Safe String Functions