Sets the thread switch Data Area Pointer for the current thread
#include <nwadv.h>
void SaveThreadDataAreaPtr (
void *threadDataAreaPtr);
(IN) Points to the user-defined thread switch Data Area Pointer.
This function does not return a value.
When thread switch event reporting has been registered, the Data Area Pointer is passed as the parameter to the report routine when a thread switch occurs.
The pointer can point to any user-defined data structure.