GetThreadGroupID

Returns the ID of the current thread group

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

Syntax

  #include <nwthread.h>  
   
  int GetThreadGroupID  (void); 
  

Return Values

This function returns the ID of the current thread group.

Remarks

Ordinarily, the current thread group is the thread group that the currently running thread belongs to. The current thread group identifies which thread group’s current connection, current task, current screen, and so on is active. (See Section 1.4, Context and Thread Groups.)

See Also

SetThreadGroupID