#include <nitro/wm.h>
WM_SIZE_MP_PARENT_SEND_BUFFER( parentMaxSize, ksFlag );
parentMaxSize | Specifies the maximum value of the parent send capacity. |
ksFlag |
Returns the size that is needed for the send buffer that is passed as the argument of WM_StartMP
.
This is a function macro that looks for the size as a constant value in the send buffer that the SDK uses internally for MP communications.
WM_StartMP
, WM_GetMPSendBufferSize
, WM_SIZE_MP_PARENT_RECEIVE_BUFFER
, WM_SIZE_MP_CHILD_RECEIVE_BUFFER
, WM_SIZE_MP_CHILD_SEND_BUFFER
12/08/2005 Deleted a description related to key sharing.
09/09/2004 Added the ksFlag
argument.
08/18/2004 Initial version.