ACEUNPUB.AdsMemCompare Method |
Namespace: XSharp.ADS
STATIC METHOD AdsMemCompare( hConnect AS IntPtr, pucStr1 AS STRING, ulStr1Len AS DWORD, pucStr2 AS STRING, ulStr2Len AS DWORD, usCharSet AS WORD, psResult OUT SHORT ) AS DWORD
public static uint AdsMemCompare( IntPtr hConnect, string pucStr1, uint ulStr1Len, string pucStr2, uint ulStr2Len, ushort usCharSet, out short psResult )