RSOUnLocateObject

Syntax

#include <revolution/rso.h>

BOOL RSOUnLocateObject( void* oldModule );

Arguments

oldModule Pointer to the target dynamic module information.

Return Values

Processing result.
Success: TRUE
Failure: FALSE

Description

Restores the dynamic module information from the virtual address to the offset.

See Also

RSOStaticLocateObject, RSOLocateObject, RSOLocateObjectFixed, RSOLink, RSOUnLink

Revision History

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


CONFIDENTIAL