 |
strcpy_s、wcscpy_s、_mbscpy_s
複製字串。 這些 strcpy, wcscpy, _mbscpy 版本有安全性增強功能,如 Security Enhancements in the CRT中所述。 ... errno_t strcpy_s( char *strDestination, size_t numberOfElements, const char *strSource ); errno_t wcscpy_s( wchar_t *strDestination ...
msdn.microsoft.com |
 |