RSOGetFarCodeSize

Syntax

#include <revolution/rso.h>

int RSOGetFarCodeSize(const RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp);

Arguments

rsoImp Pointer to the module information to link.
rsoExp Pointer to the module information to reference.

Return Values

Required buffer size (in bytes) for RSOLinkFar.
Returns 0 if unnecessary.

Description

Requests the size of the buffer required to call RSOLinkFar.

See Also

RSOLinkFar

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/09/25 Initial version.


CONFIDENTIAL