Using _tcsncpy_s instead of _tcscpy_s and _tcscpy

楼主
Using _tcsncpy_s instead of _tcscpy_s and _tcscpy
_tcscpy_s is not safe enough.
_tcscpy is not recommended in Unicode environment on Win32 platform.

Be sure to use _tcsncpy_s instead.

电脑版 Page created in 0.1875 seconds with 4 queries.