The structure in the TProcess.pr_LocalVars list
Source position: amigados.pas line 1419
type tLocalVar = record |
||
lv_Node: tNode; |
|
Node of the entry. the .ln_Type (LV_*) |
lv_Flags: Word; |
|
|
lv_Value: PChar; |
|
|
lv_Len: LongWord; |
|
|
end; |
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.