m_get_timer
This function copies contents of System Manager buffers and variables into those supplied by the application.
- Syntax: void far m_get_timer(start_dtm,elapsed_time,onflag)
- Parameters: DTM far *start_dtm - Pointer to location to post time timer was
started
TIME far *elapsed_time - Pointer to location to post length of time
timer has been on
char far *onflag - Pointer to location to post current status of timer
- Returns: None
- Related Calls: m_start_timer, m_stop_timer