Beispiel #1
0
 public static extern void *IritHashTableFind(IritHashTableStruct *IHT,
                                              void *Data,
                                              IritHashCmpFuncType HashCmpFunc,
                                              double Key);
Beispiel #2
0
 public static extern int IritHashTableRemove(IritHashTableStruct *IHT,
                                              void *Data,
                                              IritHashCmpFuncType HashCmpFunc,
                                              double Key);
Beispiel #3
0
 public static extern int IritHashTableInsert(IritHashTableStruct *IHT,
                                              void *Data,
                                              IritHashCmpFuncType HashCmpFunc,
                                              double Key,
                                              int RplcSame);