RSOListInit

C Specification


#include <revolution/rso.h>
#include <revolution/RSOLink.h>

BOOL RSOListInit(void* i_staticRso);

Arguments

i_staticRso Pointer to the static module information.

Return Values

Returns success or failure of the operation.
Success: TRUE
Fail: FALSE

Description

Initializes linked list and registers static module information.

See Also

RSO API Introduction
RSOLinkList, RSOLinkListFixed, RSOUnLinkList

Revision History

2006/06/14 Initial version.


CONFIDENTIAL