NetBurner 3.5.0
PDF Version
 
taskmon.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef _NB_TM_H
6#define _NB_TM_H
7void EnableTaskMonitor();
8/* The folling captures the buffer that would be sent out on stask states.
9It returns a null terminated string.
10
11IT is not reentrant, so one should ensure that task scan is not active or it
12could have occasional odd results
13*/
14const char *GetNBRTOS_TaskStateBuffer();
15#endif