CompareStringEx (kernel32)
Last changed: -131.107.0.73

.
Summary
TODO - a short description

C# Signature:

[DllImport("kernel32.dll",CharSet=CharSet.Unicode)]

static unsafe extern int CompareStringEx(String strLocale, int flags, String str1, int count1, string str2, int count2,

    char* version, char* reserved, int param );    

[DllImport("kernel32.dll", SetLastError=true)]
static extern TODO CompareStringEx(TODO);

VB Signature:

Declare Function CompareStringEx Lib "kernel32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

CompareInfo.Compare() functions.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation