m_task_info
This function allows access to task control block information.
- Syntax: int m_task_info(int InfoType, int TaskNo, void far *RetArea)
- Parameters: int InfoType Information to be reported
int TaskNo -1 refers to the current task
void far *RetArea - Pointer to location to store returned information
- Returns: 0 - if successful
ERROR_TASK_INFO_TYPE - if InfoType is out of range
ERROR_TASK_NO - if invalid task number