#include <nitro/wm.h>
int WM_GetMPReceiveBufferSize( void );
This function looks for the size that is needed for the receive buffer that the SDK uses internally for MP communication. This function can be executed only if the WM is in either the PARENT state or the CHILD state.
None.
Returns the size needed for the receive buffer passed as the argument of WM_StartMP.
WM_StartMP, WM_GetMPSendBufferSize
08/18/2004 Initial version