Register the specified handler to be invoked whenever a control message having an unregistered (case‐insensitive) prefix is received by this control manager. Return a positive value if an existing callback was replaced, return 0 if no replacement occurred, and return a negative value otherwise.

Synopsis

Declared in <balb_controlmanager.h>

int
registerDefaultHandler(ControlHandler const& hander);

Created with MrDocs