[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TLocalVar

The structure in the TProcess.pr_LocalVars list

Declaration

Source position: amigados.pas line 1373

type TLocalVar = record

  lv_Node: TNode;

  

Node of the entry. the .ln_Type (LV_*)

  lv_Flags: Word;

  

  lv_Value: STRPTR;

  

  lv_Len: LongWord;

  

end;

Description

Do not allocate yourself, use SetVar()! This structure may grow in future releases. The list should be left in alphabetical order, and may have multiple entries with the same name but different types.


Documentation generated on: 2017-01-10