L
Les Caudle
With the Thread.AllocateNamedDataSlot("aVarName") it is possible to create a
slot that only a thread can access. A child thread cannot.
Is there a way to create a data variable that ANY thread of the main process
(whether a referenced dll or code in the main program) can read and write to?
slot that only a thread can access. A child thread cannot.
Is there a way to create a data variable that ANY thread of the main process
(whether a referenced dll or code in the main program) can read and write to?