int HLinkedListModify

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

modify entry of linked list.

Documentation

modify entry of linked list.

note: sizeo of psttEntry and psttNewEntry must be iEntrySize.

Parameters:
ppsttList - pointer of linked list
psttEntry - entry to modify
psttNewEntry - entry to save
iEntrySize - size of psttEntry
Returns:
if success, return 0. if linked list have no entry, return -1. if linked list does not have entry to modify, return -2.
Author:
Yee Young Han

Alphabetic index HTML hierarchy of classes or Java



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