NNS_FndInitList

Syntax

#include <nnsys/fnd.h>
void NNS_FndInitList( NNSFndList* list, u16 offset );

Arguments

list Pointer to the list structure
offset Offset value of the NNSFndLink-type member variable in an object

Return Values

None.

Description

This function initializes the list structure and enters a state where objects can be connected. The value designated in offset can be requested with the offset macro defined in stddef.h. This value is a pointer to the object connected to the list (the structure), so that object is used for changing the pointer to the member variable NNSFndLink.

See Also

NNS_FND_INIT_LIST

Revision History

2004/02/02 Initial version.


CONFIDENTIAL