Desktop Functions: Smart Device Functions:
|
CompareStringEx (kernel32)
C# Signature:[DllImport("kernel32.dll",CharSet=CharSet.Unicode)] static unsafe extern int CompareStringEx(String strLocale, int flags, String str1, int count1, string str2, int count2,
char* version, char* reserved, int param ); VB Signature:
Declare Function CompareStringEx Lib "kernel32.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! CompareInfo.Compare() functions. Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|