We cannot use that. The function you mention is to compare two Unicode strings.
We need the function to "generate sort key" from unicode strings instead of compare two string.

Michael (michka) Kaplan wrote:
From: "Yung-Fong Tang" <[EMAIL PROTECTED]>

  
One of my colleague ask me this question.
    

In the interests of completeness....

The function that does the type of sorting your colleague noted is
StrCmpLogicalW in shlwapi.dll, version 5.5 and later. See the
following link for more information (all on one line in the browser):

http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/shlwapi/string/strcmplogicalw.asp

MichKa

  

Reply via email to