ExitCritSec
Allows other threads in the NLM to run
#include <nwthread.h> int ExitCritSec (void);
The following table lists return values and descriptions.
The ExitCritSec function reverses the effect of the EnterCritSec function.
NOTE:If a thread is created (with BeginThread or BeginThreadGroup) while the NLM is in a critical section, ExitCritSec returns EWRNGKND, but still releases threads suspended by EnterCritSec.