#include <revolution/rso.h> int RSOGetFarCodeSize(const RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp);
| rsoImp | Pointer to the module information to link. |
|---|---|
| rsoExp | Pointer to the module information to reference. |
Required buffer size (in bytes) for RSOLinkFar.
Returns 0 if unnecessary.
Requests the size of the buffer required to call RSOLinkFar.
2008/07/10 Removed RSOLink.h from Syntax.
2006/09/25 Initial version.
CONFIDENTIAL