Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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)

.
Documentation
[StrCmpLogicalW] on MSDN

 
Access PInvoke.net directly from VS: