RSOIsImportSymbolResolvedAll

C Specification


#include <revolution/rso.h>
#include <revolution/RSOLink.h>

BOOL RSOIsImportSymbolResolvedAll( const RSOObjectHeader* rso );

Arguments

rso Pointer to target module information.

Return Values

Returns whether the import process is complete.
TRUE indicates completed.
FALSE indicates incomplete.

Description

Checks whether the external reference (import) list is completely resolved.
Use after RSOLinkList or RSOLocateObject.

See Also

RSO API Introduction
RSOLinkList, RSOLinkListFixed, RSOLocateObject, RSOLocateObjectFixed

Revision History

2006/06/14 Initial version.


CONFIDENTIAL