m_no_fini
If, in response to an E_TERM event, an application discerns that the user wishes to abort the shutdown procedure, it should call m_no_fini(). This call releases the system locks (allowing context switching) and breaks the shutdown sequence. The application making the call continues to be the active application.
An event structure must be passed, but its fields will be undefined on return, and may be safely ignored.
Instead of calling this function, you should use m_action with the do_event = DO_NO_FINI which provides the identical service.
- Syntax: m_no_fini(EVENT far * pEvent)
- Parameters: EVENT far * pEvent
- Returns: Always returns with E_NONE.
- Comments: This function should only be called after E_TERM has previously
been returned to the application.