I have a main exe that is creating a thread. I want to pass that thread a pointer to something, with the aim of the thread populating the object in the main exe. Is this possible? I mean, is a pointer valid within all memory space, or is the pointer specific to the memory space the exe uses?