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