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 "CompareStringEx" in [All]

kernel32

.

    static unsafe extern int CompareStringEx(String strLocale, int flags, String str1, int count1, string str2, int count2, char* version, char* reserved, int param );

.

    Public Declare Unicode Function CompareStringEx Lib "kernel32" (ByVal strLocaleName As String, ByVal dwComparationFlags As EComparationFlags, ByVal str1 As String, ByVal iLength1 As Int32, ByVal str2 As String, ByVal iLength2 As Int32, ByVal pVersionInformation As IntPtr, ByVal pReserved As IntPtr, ByVal lParam As IntPtr) As EComparationResult

.
Documentation
[CompareStringEx] on MSDN
.

static unsafe extern int CompareStringEx(String strLocale, int flags, String str1, int count1, string str2, int count2,

.

static extern TODO CompareStringEx(TODO);

.

Declare Function CompareStringEx Lib "kernel32.dll" (TODO) As TODO

.
Documentation
[CompareStringEx] on MSDN

 
Access PInvoke.net directly from VS: