HSYMtoName Function (ROM Call 0x7A)

vat.h

short HSYMtoName (HSym Sym, char *buffer);

Determines a full path of a symbol.

HSYMtoName fills buffer with a full-path name (i.e. "folder\name") of the symbol given by HSym structure Sym. See SYMSTR for more info about HSym names. The buffer must be at least 18 bytes long, and it will be filled with a standard C zero-terminated string. HSYMtoName returns TRUE if the operation was successful, else returns FALSE.


Uses: DerefSym, SymCpy, SymCpy0, SymSysVar, strcat
Used by: EM_moveSymToExtMem, EM_twinSymFromExtMem, cmd_newdata, ValidateStore