ACEUNPUB.AdsCreateMemTable Method |
Namespace: XSharp.ADS
STATIC METHOD AdsCreateMemTable( hConnection AS IntPtr, pucName AS STRING, usTableType AS WORD, usCharType AS WORD, pucFields AS STRING, ulSize AS DWORD, phTable OUT IntPtr ) AS DWORD
public static uint AdsCreateMemTable( IntPtr hConnection, string pucName, ushort usTableType, ushort usCharType, string pucFields, uint ulSize, out IntPtr phTable )