The structure in the TProcess.pr_LocalVars list
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; |
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.