MD_Finalize

Finalizes the message dispatch library. After this function returns, only the MD_Initialize() function should be called. All other functions will return error code MDR_NOT_INITIALIZED.

The MD_Finalize function is not re-enterant. Do not call this function twice at the same time from two different threads.

Synopsis
  #include <md.h> void 
  MD_Finalize(void)
Input Requirements

The message dispatch library has been initialized via the MD_Initialize() function.

Input Parameters

None

Output Requirements

None