int HLinkedListAdd

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

add entry to linked list.

Documentation

add entry to linked list.

note: if there is not saved in linked list, *ppsttList must be set to ULL.

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

Alphabetic index HTML hierarchy of classes or Java



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