m_nfalarm
This routine finds a matching alarm of the specified type. m_nfalarm is called by the application and runs with the application's context and stack.
- Syntax: int far m_nfalarm(NEWALARM far *alarmp,int alarmtype)
- Parameters: NEWALARM far *alarmp - Pointer to the matching alarm
int alarmtype - Alarm type to be matched
- Returns: 0 - if successful
Any other value indicates an error condition.