m_get_sw
This function copies contents of system manager buffers and variables into those supplied by the application.
- Syntax: void m_get_sw(start_time,elapsed_time,onflag)
- Parameters: TIME far *start_time - Pointer to location to post time software was
started
TIME far *elapsed_time - Pointer to location to post length of time
software has been on
char far *onflag - Pointer to location to post current status of
software
- Returns: None
- Related Calls: m_start_sw, m_stop_sw