Desktop Functions: Smart Device Functions:
|
Search Results for "StrCmpLogicalW" in [All]shlwapi
static extern int StrCmpLogicalW(string x, string y);
Declare Unicode Function StrCmpLogicalW Lib "shlwapi.dll" (ByVal s1 As String, ByVal s2 As String) As Int32
public static extern int StrCmpLogicalW(string x, string y);
return StrCmpLogicalW(x, y);
Private Declare Unicode Function StrCmpLogicalW Lib "shlwapi" _
Return StrCmpLogicalW(x, y) |