RSOIsImportSymbolResolvedAll

Syntax

#include <revolution/rso.h>

BOOL RSOIsImportSymbolResolvedAll( const RSOObjectHeader* rso );

Arguments

rso Pointer to target module information.

Return Values

Returns a result indicating whether processing is done.
TRUE: processing done
FALSE: processing not done

Description

Checks if the external reference (import) list has been completely processed. Use after RSOLinkList or RSOLocateObject.

See Also

RSOLinkList, RSOLinkListFixed, RSOLocateObject, RSOLocateObjectFixed

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.


CONFIDENTIAL