#include <revolution/rso.h>
#include <revolution/RSOLink.h>
BOOL RSOUnLinkList(void* i_oldRso);
i_oldRso |
Pointer to the dynamic module information to be unlinked. |
Returns success or failure of the operation.
Success: TRUE
Fail: FALSE
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.
RSO API Introduction
RSOListInit, RSOLinkList, RSOLinkListFixed
2006/06/14 Initial version.
CONFIDENTIAL