#include <revolution/nwc24.h>
NWC24Err NWC24CloseLib( void );
Terminates the execution of message-related functions started by NWC24OpenLib() and restarts the automatic send/receive feature.
The memory region allocated for NWC24OpenLib() can be deallocated.
None.
NWC24_OK: Ended normally
NWC24_ERR_LIB_NOT_OPENED: Already in the closed state
NWC24_ERR_FILE_***: Problem with internal management file operations
2006/09/10 Changed the function name from NWC24CloseMsgLib to NWC24CloseLib.
2006/08/01 Initial version.
CONFIDENTIAL