RSOUnLinkList

C Specification


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

BOOL RSOUnLinkList(void* i_oldRso);

Arguments

i_oldRso Pointer to the dynamic module information to be unlinked.

Return Values

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

Description

Removes the specified dynamic module from the linked list.
When the links are removed, code from other dynamic modules referencing this module will be set as unresolved.

See Also

RSO API Introduction
RSOListInit, RSOLinkList, RSOLinkListFixed

Revision History

2006/06/14 Initial version.


CONFIDENTIAL