lstrcmp (kernel32)
Last changed: -61.17.90.13

.
Summary
The lstrcmpi API

C# Signature:

[DllImport("kernel32.dll", CharSet=CharSet.Auto)]
static extern int lstrcmpi(string lpString1, string lpString2);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
lstrcmpi on MSDN