It's obvious to figure out what's first and last for a standard ASCI character set, but does anyone know what the StrCmpLogicalW API would consider the first and last characters in the entire set that it supports?
Wanted to figure out what value I could assign a string to guarantee it would be first or last without having to manually position it after a sort.
Wanted to figure out what value I could assign a string to guarantee it would be first or last without having to manually position it after a sort.