Destroys an item in the list. This simply removes the pointer from the list, it does not destroy the item its self.
- Parameters
-
pHashBuffer | Buffer that identifies the item. |
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
- None.