#include <nnsys/fnd.h>
void NNS_FndInitList( NNSFndList* list, u16 offset );
list | Pointer to the list structure |
offset | Offset value of the NNSFndLink -type member variable in an object |
None.
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
.
2004/02/02 Initial version.
CONFIDENTIAL