RSOUnLinkList

Syntax

#include <revolution/rso.h>

BOOL RSOUnLinkList(void* i_oldRso);

Arguments

i_oldRso Pointer to the dynamic module information to be unlinked.

Return Values

Processing result.
Success: TRUE
Failure: FALSE

Description

Removes the specified dynamic module from the linked list.
When the module is unlinked, code that references it from other dynamic modules will be set as unresolved.

See Also

RSOListInit, RSOLinkList, RSOLinkListFixed

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.


CONFIDENTIAL