#include <revolution/rso.h> BOOL RSOIsImportSymbolResolvedAll( const RSOObjectHeader* rso );
| rso | Pointer to target module information. |
|---|
Returns a result indicating whether processing is done. TRUE: processing done
FALSE: processing not done
Checks if the external reference (import) list has been completely processed. Use after RSOLinkList or RSOLocateObject.
RSOLinkList, RSOLinkListFixed, RSOLocateObject, RSOLocateObjectFixed
2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.
CONFIDENTIAL