SaveThreadDataAreaPtr

Sets the thread switch Data Area Pointer for the current thread

Local Servers:nonblocking
Remote Servers:N/A
Classification:3.x, 4.x, 5.x, 6.x
Service:Advanced

Syntax

  #include <nwadv.h>  
   
  void SaveThreadDataAreaPtr  (  
     void    *threadDataAreaPtr); 
  

Parameters

threadDataAreaPtr

(IN) Points to the user-defined thread switch Data Area Pointer.

Return Values

This function does not return a value.

Remarks

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.

See Also

GetThreadDataAreaPtr, RegisterForEvent