BExplorer.Shell.Interop.ShlWapi.StrCmpLogicalW C# (CSharp) Метод

StrCmpLogicalW() приватный Метод

private StrCmpLogicalW ( string psz1, string psz2 ) : int
psz1 string
psz2 string
Результат int
    public static extern int StrCmpLogicalW(string psz1, string psz2);

Usage Example

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