m_xalarm
This routine cancels all alarms of the application-defined type. m_xalarm is called by an application and runs with that application's context and stack.
- Syntax: int far m_xalarm(unsigned char type)
- Parameters: unsigned char type - Type of alarms to be cancelled
- Returns: 0 - if successful
-1 - if no alarms of the specified type are set
- Related Calls: m_nalarm