Reputation: 4223
Is there a LPTSTR equivalent of _strnicmp which takes in 2 LPTSTR strings, and number of TCHARs to compare until?
using the c winapi btw
Upvotes: 1
Views: 654
Reputation: 477348
It is _tcsncicmp, see the documentation.
_tcsncicmp
Upvotes: 4