NNS_FndRemoveListObject

Syntax

#include <nnsys/fnd.h>
void NNS_FndRemoveListObject( NNSFndList* list, void* object );

Arguments

list Pointer to the list structure
object Pointer to the object to be deleted from the list

Return Values

None.

Description

This function deletes the object designated with object from the list.

See Also

NNS_FndAppendListObject, NNS_FndPrependListObject, NNS_FndInsertListObject

Revision History

2004/02/02 Initial version.


CONFIDENTIAL