RSOGetFarCodeSize

C Specification


#include <revolution/rso.h>
#include <revolution/RSOLink.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.
Set to zero when unnecessary.

Description

Requests the size of the buffer required when using RSOLinkFar..

See Also

RSO API Introduction
RSOLinkFar

Revision History

9/25/2006 Initial version.


CONFIDENTIAL