Deregister the handler previously registered for the specified prefix.
Synopsis
Declared in <balb_controlmanager.h>
int
deregisterHandler(std::string_view const& prefix);
Description
Return 0 on success or a non‐zero value otherwise.
Return Value
0 on success, or a non‐zero value otherwise
Parameters
Name |
Description |
prefix |
case‐insensitive message prefix to deregister |
Created with MrDocs