int HLinkedListDel

( HLinkedList** ppsttList,
  const void* psttEntry,
  const int iEntrySize )

delete entry from linked list.

Documentation

delete entry from linked list.

Parameters:
ppsttList - pointer of linked list
psttEntry - entry to delete from linked list
iEntrySize - size of psttEntry
Returns:
if success, return 0. if there is no entry in linked list, return -1. if linked list does not have entry to delete, return -2.
Author:
Yee Young Han

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.