RSOUnLocateObject

C Specification


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

BOOL RSOUnLocateObject( void* oldModule );

Arguments

oldModule Pointer to the target dynamic module information

Return Values

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

Description

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

See Also

RSO API Introduction
RSOStaticLocateObject, RSOLocateObject, RSOLocateObjectFixed, RSOLink, RSOUnLink,

Revision History

06/14/2006 Initial version.


CONFIDENTIAL