StrSafe.h Character-Count Functions (Windows CE 5.0)
Send Feedback
Developing an Application > Safe String Functions > Safe String Reference
The following functions use a character count rather than a byte count.
StringCchCat
StringCchCatEx |
strcat, wcscat |
StringCchCatN
StringCchCatNEx |
strncat |
StringCchCopy
StringCchCopyEx |
strcpy, wcscpy |
StringCchCopyN
StringCchCopyNEx |
strncpy |
StringCchGets
StringCchGetsEx |
gets, _getws |
StringCchPrintf
StringCchPrintfEx |
sprintf, swprintf, wsprintf, _snprintf, _snwprintf |
StringCchVPrintf
StringCchVPrintfEx |
vsprintf, vswprintf, _vsnprintf, _vsnwprintf |
StringCchLength |
strlen |
See Also
Safe String Functions
Send Feedback on this topic to the authors
Feedback FAQs
© 2006 Microsoft Corporation. All rights reserved.