RSOGetJumpCodeSize

Syntax

#include <revolution/rso.h>

int RSOGetJumpCodeSize(const RSOObjectHeader *rsoExp);

Arguments

rsoExp Pointer to the module information to reference.

Return Values

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

Description

Gets the buffer size required by a call to the RSOMakeJumpCode function.

See Also

RSOLinkJump, RSOMakeJumpCode

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/12/19 Initial version.


CONFIDENTIAL