GetThreadContextSpecifier
Returns the CLIB context that is used by callback routines scheduled by the specified thread
#include <nwthread.h>
int GetThreadContextSpecifier (
int threadID);
The following table lists return values and descriptions.
Many of the functions that are registered as callbacks run as OS threads. These threads need CLIB context to use the NetWare API functions. The function SetThreadContextSpecifier can be set to give these threads context when the callbacks are registered. This function lets you find out what those settings were.
If additional callbacks are registered, their context run as part of the thread group that corresponds to the thread group ID that is returned by this function.