EM_moveSymFromExtMem Function (ROM Call 0x161)

vat.h

short EM_moveSymFromExtMem (SYM_STR SymName, HSym Sym);

Moves a symbol from the archive memory to the RAM.

EM_moveSymFromExtMem unarchives an archived symbol. The symbol may be described either by symbol name SymName (in this case, parameter Sym should be set to HS_NULL) or by HSym structure Sym (in this case, SymName must be NULL). See SYMSTR for rules about SymName. EM_moveSymFromExtMem returns TRUE if the operation was successful, else returns FALSE.


Uses: DerefSym, SymFind, HeapAlloc, HeapSize, EM_write, memcpy