Explain the TlsGetValue (TLSindex) Function
Executing this function will return the thread local storage data associated with this thread. The pointer returned will be the one originally passed to TlsSetValue.
This function is used to query the local storage index. (TLSindex) for the thread and return a pointer to the thread's data.