BExplorer.Shell.Interop.ShlWapi.StrCmpLogicalW C# (CSharp) Method

StrCmpLogicalW() private method

private StrCmpLogicalW ( string psz1, string psz2 ) : int
psz1 string
psz2 string
return int
    public static extern int StrCmpLogicalW(string psz1, string psz2);

Usage Example

Example #1
0
 public int Compare(string x, string y)
 {
     return(ShlWapi.StrCmpLogicalW(x, y));
 }
All Usage Examples Of BExplorer.Shell.Interop.ShlWapi::StrCmpLogicalW