Link Search Menu Expand Document

mbox_shutdown_421

long mbox_shutdown_421(void);

Description

Shuts down the system. During the shutdown all mailboxes have to be removed from the system, and all allocated memory must be freed.

If the system is not initialized it returns -ESHUTDOWN

Parameters

Return

On success the function should return 0. If the system is not currently initialized it must return -ESHUTDOWN.