int HLinkedListIsExist

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

Confirm whether specification content exists in linked list.

Documentation

Confirm whether specification content exists in linked list.

Parameters:
ppsttList - pointer of linked list
psttEntry - entry to find
iEntrySize - size of psttEntry
Returns:
if entry is found, return 0 otherwise return -1.
Author:
Yee Young Han

Alphabetic index HTML hierarchy of classes or Java



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