zunoDetachSysHandlerAllSubType()

Unlinks all handler functions from system event. zunoDetachSysHandlerAllSubType(type, sub_type)
type: Needed system event type. See details in zunoAttachSysHandler sub_type: Sub type of system handler.
  • ZunoErrorOk - it's all right. Handler succesfuly detached.
  • ZunoErrorAttachSysHandler. There is no binded function.
To attach handler function use zunoAttachSysHandler().
To unlink specified handler use zunoDetachSysHandler() function.