WM_SIZE_MP_CHILD_RECEIVE_BUFFER

C Specification

#include <nitro/wm.h>

WM_SIZE_MP_CHILD_RECEIVE_BUFFER( parentMaxSize, ksFlag );

Arguments

parentMaxSize Specifies the maximum value of the parent send capacity.
ksFlag A Boolean value that indicates whether to use key sharing.This is not used. Specify FALSE.

Return Values

Returns the size needed for the receive buffer passed as the argument of WM_StartMP.

Description

This is a function macro that looks for the size as a constant value in the receive buffer that the SDK uses internally for MP communications.

See Also

WM_StartMP, WM_GetMPReceiveBufferSize, WM_SIZE_MP_PARENT_RECEIVE_BUFFER, WM_SIZE_MP_PARENT_SEND_BUFFER, WM_SIZE_MP_CHILD_SEND_BUFFER

Revision History

12/08/2005 Deleted a description related to key sharing.
09/09/2004 Added the ksFlag argument.
08/18/2004 Initial version.