I\'m sure this is sooo simple but I\'ve come from a c# background where strings are easy and now I am making a small trip into the unmanaged world I am very confused.
If you check Visual Studio help for strcmp, you'll find it lists 3 functions to compare strings: strcmp, wcscmp and _mbscmp. The one you're looking for is wcscmp.