#include <revolution/rso.h> BOOL RSOUnLinkList(void* i_oldRso);
| i_oldRso | Pointer to the dynamic module information to be unlinked. |
|---|
Processing result.
Success: TRUE
Failure: FALSE
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.
RSOListInit, RSOLinkList, RSOLinkListFixed
2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.
CONFIDENTIAL