Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TLocalVar

The structure in the TProcess.pr_LocalVars list

Declaration

Source position: amigados.pas line 1368

type TLocalVar = packed record

  lv_Node: TNode;

  

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

  lv_Flags: Word;

  

  lv_Value: PChar;

  

  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: 2021-07-30