|
T* Create |
( |
T * |
pItem, |
|
|
const char * |
pHashBuffer, |
|
|
int |
len = -1 |
|
) |
| |
Adds an item to the list.
- Parameters
-
pItem | Pointer to an item to be added to the list. |
pHashBuffer | Buffer to be hashed. |
len | Length of the buffer. If len is set to -1, pHashBuffer is treated as a string and len is determined by the terminating NULL character. |
- Returns
- The pointer passed by pItem.
|