#include <nitro/wm.h>
int WM_GetMPSendBufferSize( void );
This function looks for the size that is needed for the send 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 that is needed for the send buffer that is passed as the argument of WM_StartMP.
WM_StartMP, WM_GetMPReceiveBufferSize
08/18/2004 Initial version