#include <nnsys/fnd.h>
void NNS_FndRemoveListObject( NNSFndList* list, void* object );
| list | Pointer to the list structure |
| object | Pointer to the object to be deleted from the list |
None.
This function deletes the object designated with object from the list.
NNS_FndAppendListObject, NNS_FndPrependListObject, NNS_FndInsertListObject
2004/02/02 Initial version.
CONFIDENTIAL